Sasabmeg / FOnline-BraveNewWorld

FOClassic and PReloaded project, mostly for fodev.net tutorials or module code shares.
https://fodev.net/forum/index.php/topic,30344.0.html
GNU General Public License v3.0
11 stars 4 forks source link

Fix missing Faction locations (Rado) #25

Open Sasabmeg opened 1 year ago

Sasabmeg commented 1 year ago

Some defines still exist about them in faction_player, but they are missing:

define LOCATION_CAVE2 (75)

define LOCATION_DEPOT (210)

define LOCATION_TRADERMANSION (215) ??

define LOCATION_GASSTATION (245)

define LOCATION_TENTS (246)

Sasabmeg commented 1 year ago

Gasstation and Cave 2 smoke tested, others need more testing.

Sasabmeg commented 1 year ago

To test the BUNKER (LOCATION_BunkerHQ) the player need to:

Atm the script fails saying that bunker is not a faction base, but in worldeditor the IsBase flag is set. What could be the error?