Page 1 of 1
Minimaps
Posted: September 23rd, 2011, 12:11 pm
by katlek
Hello!
I would like to know if i can create
a mini map of my level.
I've created a game in fps mode and my level is quite big,
so a minimap showing the player's position
would be more than useful...
Thanks!
Re: Minimaps
Posted: September 23rd, 2011, 12:45 pm
by arcones
I'd recommend opening your map in RPG mode. RPG mode has a built in Mini-map and is very detailed. It will automatically load your map in the mini-map, so you don't have to worry about doing it manually ;D
Try it out!
Re: Minimaps
Posted: September 23rd, 2011, 1:05 pm
by katlek
Thanks arcones!
I loaded my map in rpg mode and it really worked!!!
You are my savior!
Many thanks!!!

Re: Minimaps
Posted: September 24th, 2011, 12:36 pm
by katlek
The problem is that the code i wrote for my project
will not load in rpg mode...I can't talk to npc's and text in particles doesn't show up.
The rpg mode needs different scripting methods than fps?
If this is true, is there a possibility i can create a minimap in fps mode?
Re: Minimaps
Posted: September 24th, 2011, 7:23 pm
by chocolatepie33
unfortunately, no. Or at least not without a lot of source engine modifying. Your best bet here is to learn RPG coding and not use text particles.
Re: Minimaps
Posted: September 25th, 2011, 5:34 am
by katlek
oh i see...
Where can i find a guide for rpg scripting ?
I've searched the forum and tutorials i couldn't find anything...
Thanks anyway chocolatepie!