Jagged Alliance 3

Jagged Alliance 3

Test Mod Map
WiseCog 2023 年 7 月 21 日 上午 11:39
Replacing maps is all fine and all, but...
...Can we also add new maps? Like expand the global map with new sectors?
< >
正在显示第 1 - 5 条,共 5 条留言
FAIL! Chapi  [开发者] 2023 年 7 月 21 日 下午 1:42 
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 2023 年 7 月 21 日 下午 1:43 
引用自 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  [开发者] 2023 年 7 月 21 日 下午 1:54 
I have to test this more it seems that this is not the only thing needed to do.


Or I am completely wrong.
最后由 FAIL! Chapi 编辑于; 2023 年 7 月 21 日 下午 1:56
WiseCog 2023 年 7 月 21 日 下午 1:58 
引用自 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  [开发者] 2023 年 7 月 21 日 下午 3:12 
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.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50