# mod_setting !'Mod system 1.0 by illume' gs 'obj_din', 'settingtabs' cla if settingmode = 1: !value= 2, call from Character creation act '
Return to character creation
': killvar 'menu_page' & gt 'begin', 'start' else !call from Menu - Game settings act 'Exit the menu': killvar 'menu_page' & gt 'obj_din', 'menu_exit' end *nl '

MODs

' '
' 'WARNING: Game slowdown may occur when installing too many mods, or mods with bad structure.' *nl 'You may find information on available Mods as well as instructions on installing Mods on this thread:' 'https://tfgames.site/phpbb3/viewtopic.php?f=70&t=11793&sid=08ee13168a1ea71fa2348f20815b8380' *nl if mod_list > 0: '' mod_i=1 :mod_alllist if $mod_name[mod_i] ! '': !name gs 'mod_<<$mod_name[mod_i]>>_setup' *p '' !version *p '' !author *p '' !description and readme *p '' !mod options page *p '' else 'ERROR loading mod id <>, no mod name available' end if mod_list > mod_i: mod_i+=1 jump 'mod_alllist' end killvar '$mod_info' '
idNameVersionAuthorDescriptionOptions
<><<$mod_info[0]>><>.<<(val($mod_info[1]) mod 10000)/100>> < 0, ''fix <> '', '' '')>><<$mod_info[2]>> <<$mod_info[3]>>'+iif($mod_opt[mod_i] ! '','<<$mod_info[4]>>','')+'
' else '
You have no Mods activated.' end '
' act ''+iif(settingmode = 1, '
Install new mod
','Install new mod')+'': killvar '$mod_info' $mod_temp=input('input mod name (as for the example image above, input isample)') if $mod_temp='':exit addqst 'mod/<<$mod_temp>>.qsp' gs 'mod_<<$mod_temp>>_setup' if $mod_info[0] = '': msg '<<$mod_temp>>.qsp is not a Girl life ECV mod, please contract its author for help' exit end mod_list += 1 $mod_name[mod_list] = $mod_info[0] $mod_version[mod_list] = $mod_info[1] $mod_author[mod_list] = $mod_info[2] $mod_desc[mod_list] = $mod_info[3] $mod_opt[mod_list] = $mod_info[4] gt 'mod_setting' end act ''+iif(settingmode = 1, '
Disable all mods
','Disable all mods')+'': if input('Are you sure? ALL mod will be disabled!
please input qqq to confirm') = 'qqq': killqst set mod_list=0 killvar '$mod_name' killvar '$mod_version' killvar '$mod_author' killvar '$mod_desc' killvar '$mod_opt' msg 'All mod disabled. You can re-install them later.' gt 'mod_setting' end end --- mod_setting ---------------------------------