Backwards compass on map [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Tempo
Recruit Womprat Killer
Posts: 12
Joined: Mon Jan 04, 2021 10:22 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set

Backwards compass on map [Solved]

Post by Tempo »

I'm currently making some mission files to make some maps compatible with some side mods I downloaded, but one of them has a backwards compass on the map. The minimap is fine, but when I look at the full thing the pointer is turned 180 degrees. Normally, I wouldn't care that much but the map is kind of confusing. I know the conversion pack kotor era has the naboo map entirely flipped, so I assume there's a similar command I can do with the compass. Any help would be appreciated.
(p.s. I feel like someone must have already asked this so sorry if this is a repeat, but I couldn't find anything in the FAQ or key word search)
Last edited by Tempo on Thu Mar 25, 2021 8:14 pm, edited 1 time in total.
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Backwards compass on map

Post by AQT »

It's possible the person who made the map set up their mapbounds region incorrectly. If not, try using this:

Code: Select all

SetMapNorthAngle(180, 1)
Somewhere before:

Code: Select all

function ScriptInit()
Post Reply