- # mod_isample_saveupdater
- !! This file is for updating save game when one variable have been replaced by another.
- !! The code in this location will be processed by the main game saveupdater routine as a subroutine
- !! First will be processed the code in the main routine and then all the installed mods in the order of their installation
- gs 'mod_isample_setup'
- $mod_name[mod_i] = $mod_info[0]
- $mod_version[mod_i] = $mod_info[1]
- $mod_author[mod_i] = $mod_info[2]
- $mod_desc[mod_i] = $mod_info[3]
- $mod_opt[mod_i] = $mod_info[4]
- --- mod_isample_saveupdater ---------------------------------
|