Things on radar out of place
Moderator: Moderators
- AnthonyBF2
- Sith

- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Things on radar out of place
I am wondering what causes things to appear in slightly different positions on the radar than their actual location - and how to fix this.
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: Things on radar out of place
Sounds like a misaligned minimap. This should help: Minimap Tutorial
- AnthonyBF2
- Sith

- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Things on radar out of place
So far this isn't working well. The texture file either comes out a solid color or comes out with the map but the map is scaled down and in the middle. I can't get it where the map is just big enough to fit perfectly in the texture frame.
-
thelegend
- Sith

- Posts: 1433
- Joined: Thu Jan 23, 2014 6:01 am
- Projects :: Star Wars - Battlefront III Legacy
- xbox live or psn: El_Fabricio#
- Location: Right behind you :)
Re: Things on radar out of place
Did you make sure to add a mapbounds region in Zero Editor? Otherwise any unit can have a scaled down-/ or up minimap with:
Code: Select all
MapViewMin = 50
MapViewMax = 50- AnthonyBF2
- Sith

- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Things on radar out of place
I thought about a mapbound region and I tried that but it didn't change anything. I am not sure how big it has to be and where it has to be. Also I do not think this issue could be solved by changing character ODF values.
-
thelegend
- Sith

- Posts: 1433
- Joined: Thu Jan 23, 2014 6:01 am
- Projects :: Star Wars - Battlefront III Legacy
- xbox live or psn: El_Fabricio#
- Location: Right behind you :)
Re: Things on radar out of place
The mapbounds region is a square where the minimap/radar texture will be projected. If you change the size, the radar will also change. The region must cover the entire map...actually the playable part only. Otherwise you would have a random radar projection without knowing its dimensions. It is recommend to have a mapbounds region, because this would make drawing the minimap much easier since you'd know where certain places might be at which corner/edge. If you have the radar texture already and want to scale/move some places you can simply re-scale, re-transform your mapbounds region.
- AnthonyBF2
- Sith

- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Things on radar out of place
ok, I got the mapbounds region to work (thanks, I had it as cylinder) but now I can't figure out how to adjust it correctly. Map items are either way off or shoved inside the center of the map.
BTW: This is for stock Bespin Platforms if that helps.
Edit: At this point things look better with regular map texture and no map region.
BTW: This is for stock Bespin Platforms if that helps.
Edit: At this point things look better with regular map texture and no map region.
