AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Solved How do I create a minimap? (https://forums.alliedmods.net/showthread.php?t=331719)

tonline_kms65 04-04-2021 06:20

How do I create a minimap?
 
Hello everyone.
I want to understand the principle of creating and working a minimap in 3D first-person games.

https://my-files.su/mpvyhj
https://anonfiles.com/bbC2Y0oeu8/_01_jpg

Bacardi 04-04-2021 09:31

Re: How do I create a minimap?
 
Do you mean, minimap in cs:s or minimap into your created game (unity, unreal engine, etc. etc.)

tonline_kms65 04-04-2021 09:36

Re: How do I create a minimap?
 
Quote:

Originally Posted by Bacardi (Post 2742962)
Do you mean, minimap in cs:s or minimap into your created game (unity, unreal engine, etc. etc.)

Only the Source engine!
Unity, Unigine, Unreal etc, I know how, it's all there.

tonline_kms65 04-04-2021 09:42

Re: How do I create a minimap?
 
Here is a video of my plugin with a Drone, I want to make a mini-map for it, but I don't know how to render players on it.
https://youtu.be/ZZEAmxV8Ei4

Bacardi 04-04-2021 11:33

Re: How do I create a minimap?
 
I don't know does this help you.
How to reconcile the coordinates and scale of the radar map with ingame coordinates
- They have made live radar in web site. So you get idea how vector works (player locations in world coordinates vs. radar coordinates)

...after all minimap is rendered client side. Server just send usermessages to players, updating radar.

tonline_kms65 04-04-2021 12:01

Re: How do I create a minimap?
 
Quote:

Originally Posted by Bacardi (Post 2742981)
I don't know does this help you.
How to reconcile the coordinates and scale of the radar map with ingame coordinates
- They have made live radar in web site. So you get idea how vector works (player locations in world coordinates vs. radar coordinates)

...after all minimap is rendered client side. Server just send usermessages to players, updating radar.

Ok. Thank you! Very good information.

How do I update the radar on the client side? In what way?

SpirT 04-07-2021 05:24

Re: How do I create a minimap?
 
Quote:

Originally Posted by tonline_kms65 (Post 2742983)
Ok. Thank you! Very good information.

How do I update the radar on the client side? In what way?

There is a program (sorry, but I don't remember the name) that compiles your .bsp with all materials and other stuff that you want to be downloaded. They will be compiled into a new .bsp, therefore they will only need the .bsp in order to play with those textures & minimap. I'll reply here when I find the program again.

ThatKidWhoGames 04-07-2021 23:43

Re: How do I create a minimap?
 
Quote:

Originally Posted by SpirT (Post 2743290)
There is a program (sorry, but I don't remember the name) that compiles your .bsp with all materials and other stuff that you want to be downloaded. They will be compiled into a new .bsp, therefore they will only need the .bsp in order to play with those textures & minimap. I'll reply here when I find the program again.

There is one called PakRat from what I remember.

tonline_kms65 05-04-2021 15:55

Re: How do I create a minimap?
 
Thank you all! Problem solved! Special thanks Bacardi :)!
VIDEO https://youtu.be/5lw9_L6rwYs

Update
https://youtu.be/GNbZTNszyN4

Bacardi 05-05-2021 13:26

Re: How do I create a minimap?
 
amazing


All times are GMT -4. The time now is 13:23.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.