Przeglądaj źródła

[added] mod options config page.

3xpurt 5 lat temu
rodzic
commit
bee6024fff

+ 1 - 0
basement.qproj

@@ -2,6 +2,7 @@
 <QGen-project version="4.0.0 beta 1">
 <QGen-project version="4.0.0 beta 1">
   <Structure>
   <Structure>
     <Folder name="setup">
     <Folder name="setup">
+      <Location name="mod_basement_options"/>
       <Location name="mod_basement_setup"/>
       <Location name="mod_basement_setup"/>
       <Location name="mod_basement_readme"/>
       <Location name="mod_basement_readme"/>
       <Location name="mod_basement"/>
       <Location name="mod_basement"/>

+ 10 - 0
locations/mod_basement_options.qsrc

@@ -0,0 +1,10 @@
+# mod_basement_options
+
+*clr&cla
+! This is where you place the configuration options for your mod.
+'There are currently no options available for this mod.'
+
+act 'return': gt 'mod_setting'
+
+--- mod_basement_options ---------------------------------
+

+ 3 - 0
locations/mod_basement_setup.qsrc

@@ -16,6 +16,9 @@ $mod_info[2] = 'Fishka666 - Added to Girl Life ECV by 3xpurt'
 $mod_info[3] = 'apartment basement.'
 $mod_info[3] = 'apartment basement.'
 !3=mod description, input a short brief here.
 !3=mod description, input a short brief here.
 
 
+$mod_info[4] = 'Options'
+!4=mod options/settings link name.
+
 
 
 if curloc = 'mod_<<$mod_info[0]>>_setup':
 if curloc = 'mod_<<$mod_info[0]>>_setup':
 	usehtml = 1
 	usehtml = 1