Jagged Alliance 3

Jagged Alliance 3

Test Mod Map
WiseCog 21 Jul, 2023 @ 11:39am
Replacing maps is all fine and all, but...
...Can we also add new maps? Like expand the global map with new sectors?
< >
Showing 1-5 of 5 comments
FAIL! Chapi  [developer] 21 Jul, 2023 @ 1:42pm 
You can add new Maps but i will need a new Gamestart it seems.

PlaceObj('ModItemSatelliteSector', { 'Id', "C8", 'Map', "C-8 - Flag Hill", 'MapTier', 40, 'Label1', "Ernie", 'display_name', T(185948484340, --[[CampaignPreset HotDiamonds display_name Sector name for C8]] "Flag Hill(Mod)"), 'TerrainType', "Jungle", 'WeatherZone', "Erny", 'Passability', "Land", 'ForceConflict', true, 'CustomConflictDescr', "InitialConflict", 'Intel', false, 'RAndRAllowed', true, 'Roads', set({ East = true, North = true, South = false, West = false, }), 'image', "UI/SatelliteView/SectorImages/I01", 'Events', { PlaceObj('SE_OnEnterMapVisual', { 'SequentialEffects', true, 'Effects', { PlaceObj('PlaySetpiece', { setpiece = "FlagHillLanding", }), }, }), }, 'CanBeUsedForArrival', true, 'MusicCombat', "Battle_Easy", 'MusicConflict', "Ernie_Conflict", 'MusicExploration', "Ernie_Exploration", 'combatTaskGenerate', "afterFirstConflict", }),
WiseCog 21 Jul, 2023 @ 1:43pm 
Originally posted by FAIL! Chapi:
You can add new Maps but i will need a new Gamestart it seems.

PlaceObj('ModItemSatelliteSector', { 'Id', "C8", 'Map', "C-8 - Flag Hill", 'MapTier', 40, 'Label1', "Ernie", 'display_name', T(185948484340, --[[CampaignPreset HotDiamonds display_name Sector name for C8]] "Flag Hill(Mod)"), 'TerrainType', "Jungle", 'WeatherZone', "Erny", 'Passability', "Land", 'ForceConflict', true, 'CustomConflictDescr', "InitialConflict", 'Intel', false, 'RAndRAllowed', true, 'Roads', set({ East = true, North = true, South = false, West = false, }), 'image', "UI/SatelliteView/SectorImages/I01", 'Events', { PlaceObj('SE_OnEnterMapVisual', { 'SequentialEffects', true, 'Effects', { PlaceObj('PlaySetpiece', { setpiece = "FlagHillLanding", }), }, }), }, 'CanBeUsedForArrival', true, 'MusicCombat', "Battle_Easy", 'MusicConflict', "Ernie_Conflict", 'MusicExploration', "Ernie_Exploration", 'combatTaskGenerate', "afterFirstConflict", }),


Very interesting. This game can go beyond JA2 in size id say.
FAIL! Chapi  [developer] 21 Jul, 2023 @ 1:54pm 
I have to test this more it seems that this is not the only thing needed to do.


Or I am completely wrong.
Last edited by FAIL! Chapi; 21 Jul, 2023 @ 1:56pm
WiseCog 21 Jul, 2023 @ 1:58pm 
Originally posted by FAIL! Chapi:
I have to test this more it seems that this is not the only thing needed to do.


Or I am completely wrong.

I would love to see a template mod for this in the future. Thanks for all the work you are putting in.
FAIL! Chapi  [developer] 21 Jul, 2023 @ 3:12pm 
After testing a bit more it seems at this moment only replacing Maps works without Problems.

Setting up new Places on the Map is currently only working if you add it with the Tool Scripting/Satelite Sectors.
< >
Showing 1-5 of 5 comments
Per page: 1530 50