Here is version 1.6 of a software designed to accelerate works on scenario.
Notice 1 : .net framework 4.0 is required, get it here
Notice 2 : the software will works better with the SDK present in your Game/Work folder
Download link v1.6
and a small sreenshot :

Here is the new scenario.ini editor :

Code: Select all
Introduction
This tool has been done with the aim to make the life of scenario creator easier.
My main goal was to have an easy interface in order to to avoid lot of file manipulation.
Currently the software made his job correctly, more features will be added in futures releases :
Briefing, Debriefing editor
Merging location.csv file with scenario.csv file
Quick launch of the game with your working scenario pre-selected ingame
Management of battlescript
Peer unit highlight on the map
Duplication of existing scenario
New mod/scenario wizard
Features
Load any scenario that is present in mods folder and display the troop placement on an image map
Change position of any element present on the map by drag&drop (initiated with left clicking)
Change orientation of any element present on the map by drag&drop (initiated with right clicking)
Property editor on of an selected element present on the map
Easy debug mode activator/desactivator
Powerfull zoom from 1x to 4x for troop placement (right click on the map to zoom)
Nice Oob treeview that allow you to find quickly any element on the map
Complete scenario.ini editor
Complete screen.txt editor
Merging data from startlocation.csv file (see SDK for more details)
Oob importer
About debug mode
Any scenario will be unplayable while this mode is activated, it must be only set for scenario conception , see the sdk for more informations
Actvate this mode is not necessary to manipulate scenrio with this software
Activation of this mode will write instantly the sowgb.ini file present in work folder with theses settings : DbgLvl=1, NoAI=1, AlphaOmega=1, other settings remain untouched
Changelog :
v1.6 :
Corrected : a crash who can occur if registry cannot be read
Corrected : a bug who prevent crash if scenario type was empty in scenario.ini
Corrected : a crash when getting an unit formation if the formation was in lower case
Corrected : a crash who occur when you zoom and an element was highlighted on the map
Added : support of multi-selection (CTRL click on element on map, CTRL click on element on OOB tree, Right click on a node on tree to display a sub unit selection context menu)
v1.5 :
Added : Oob importer in scenario, available under the Misc tab
Corrected : Oob parser was unable to load commander whith regiment specific data who where empty (like morale and fatigue)
Corrected : Merge button is no longer available until you have selected a scenario
v1.4 :
Added : you can now merge data from startlocation.csv file (merge button is located under the misc tab)
Corrected : the map list in scenario.ini is now back (it was removed in v1.2)
v1.3 :
Added : screen.txt editor allow you to modify, add and delete messages
Added : support for Pipe Creek maps
v1.2 :
Corrected : scenario.ini, some elements where missing (CarryOverDead, CommandHeight, CommandRadius, CarryOverCasPct, CarryOverFrom, MenPerSprite ratio inf-cav-art) and weather was not of the good type
Corrected : map name was not handled correctly in scenario.ini editor
Corrected : when the selected element has changed (like facing changed or placement changed), the property grid was not updated
Added : a quick launch game button
v1.1 :
Improved : the global stability of software, even when changing scenario
Improved : the rapidity of scenario loading
Improved : Ini file management in order to avoid file modification without click on the save button (Except for debug mode, data are saved instantly)
Corrected : when you selected a node in the oob tree the element was highlighted but not selected
Corrected : a minor bug who prevent the loading to be full when loading was finished
Added : verification is done before scenario selection and program closing to prevent loosing changes
Added : scenario.ini modification
v1.0 :
Initial release