Browse Source

Rename of pre file

KevinSmarts 7 years ago
parent
commit
7875687d4c
4 changed files with 15 additions and 14 deletions
  1. 1 1
      glife-notepad++
  2. 1 1
      glife.qproj
  3. 5 5
      locations/begin
  4. 8 7
      locations/preCS

+ 1 - 1
glife-notepad++

@@ -531,7 +531,7 @@
             <File name="locations\postmaster" />
             <File name="locations\postmaster" />
             <File name="locations\postoffice" />
             <File name="locations\postoffice" />
             <File name="locations\preALT" />
             <File name="locations\preALT" />
-            <File name="locations\preCS" />
+            <File name="locations\preSYS" />
             <File name="locations\preCUST" />
             <File name="locations\preCUST" />
             <File name="locations\preTG" />
             <File name="locations\preTG" />
             <File name="locations\priziv" />
             <File name="locations\priziv" />

+ 1 - 1
glife.qproj

@@ -92,7 +92,7 @@
       <Location name="serpent"/>
       <Location name="serpent"/>
     </Folder>
     </Folder>
     <Folder name="Prehistory">
     <Folder name="Prehistory">
-      <Location name="preCS"/>
+      <Location name="preSYS"/>
       <Location name="preTG"/>
       <Location name="preTG"/>
       <Location name="preCUST"/>
       <Location name="preCUST"/>
       <Location name="preALT"/>
       <Location name="preALT"/>

+ 5 - 5
locations/begin

@@ -16,25 +16,25 @@ if $ARGS[0] = 'start':
 	act '<center><b>Transgendered start</b></center>':
 	act '<center><b>Transgendered start</b></center>':
 		cla
 		cla
 		act '<center>Show intro (recommended)</center>':
 		act '<center>Show intro (recommended)</center>':
-			gt 'preCS', 'TGStart'
+			gt 'preSYS', 'TGStart'
 		end
 		end
 		act '<center>Skip intro (seen it before)</center>':
 		act '<center>Skip intro (seen it before)</center>':
 			tgs_skipinto = 1
 			tgs_skipinto = 1
-			gt 'preCS', 'TGStart'
+			gt 'preSYS', 'TGStart'
 		end
 		end
 	end
 	end
 
 
 	act '<center><b>School girl Start</b></center>':
 	act '<center><b>School girl Start</b></center>':
 		cla
 		cla
 		MagikDostup = 1
 		MagikDostup = 1
-		gt 'preCS', 'SGStart'
+		gt 'preSYS', 'SGStart'
 		
 		
 	end
 	end
 
 
 	act '<center><b>Cursed Schoolgirl Start</b></center>':
 	act '<center><b>Cursed Schoolgirl Start</b></center>':
 		cla
 		cla
 		altQS = 1
 		altQS = 1
-		gt 'preCS', 'SGStart'
+		gt 'preSYS', 'SGStart'
 	end
 	end
 end
 end
 
 
@@ -255,7 +255,7 @@ if $ARGS[0] = 'birthday':
 	if player_avatar = 1:
 	if player_avatar = 1:
 		act'<center><b>Done</b></center>': gt 'begin', 'description_real_character'
 		act'<center><b>Done</b></center>': gt 'begin', 'description_real_character'
 	else
 	else
-		act'<center><b>Done</b></center>': gt 'preCS', 'SGStart2'
+		act'<center><b>Done</b></center>': gt 'preSYS', 'SGStart2'
 	end
 	end
 end
 end
 
 

+ 8 - 7
locations/preCS

@@ -1,4 +1,4 @@
-# preCS
+# preSYS
 
 
 !!Background Options
 !!Background Options
 cls
 cls
@@ -53,6 +53,7 @@ if $ARGS[0] = 'SGStart':
 !!	Stats
 !!	Stats
 	speed = 10
 	speed = 10
 	pcs_stren = 10
 	pcs_stren = 10
+	 n m0. c
 	strenbuf = 10
 	strenbuf = 10
 	pcs_agil = 10
 	pcs_agil = 10
 	agilbuf = 10
 	agilbuf = 10
@@ -95,19 +96,19 @@ if $ARGS[0] = 'SGStart':
 
 
 	'Your name is <<$pcs_firstname>> <<$pcs_lastname>>, Friends and family sometimes call you <<$pcs_nickname>>.'
 	'Your name is <<$pcs_firstname>> <<$pcs_lastname>>, Friends and family sometimes call you <<$pcs_nickname>>.'
 
 
-	act 'Re-enter name/s': gt 'preCS', 'SGStart'
+	act 'Re-enter name/s': gt 'preSYS', 'SGStart'
 	act 'Continue':
 	act 'Continue':
 		cls
 		cls
 		'Please select how long you have left in school.'
 		'Please select how long you have left in school.'
 		act 'Begin at the last year of school, age 16 or 17':
 		act 'Begin at the last year of school, age 16 or 17':
 			birthyear = 1999
 			birthyear = 1999
 			yearlefttemp = 1
 			yearlefttemp = 1
-			gt 'preCS', 'SGStart2'
+			gt 'preSYS', 'SGStart2'
 		end
 		end
 		act 'Begin at the second-last year of school, age 15 or 16':
 		act 'Begin at the second-last year of school, age 15 or 16':
 			birthyear = 2000
 			birthyear = 2000
 			yearlefttemp = 2
 			yearlefttemp = 2
-			gt 'preCS', 'SGStart2'
+			gt 'preSYS', 'SGStart2'
 		end
 		end
 	end
 	end
 end
 end
@@ -131,7 +132,7 @@ if $ARGS[0] = 'SGStart2':
 	killvar '$startdob'
 	killvar '$startdob'
 	act 'Start at the end of August <B>(recommended for new players)</B>':
 	act 'Start at the end of August <B>(recommended for new players)</B>':
 !!		This is the default start
 !!		This is the default start
-		gt 'preCS', 'SGStart3'
+		gt 'preSYS', 'SGStart3'
 	end
 	end
 
 
 	act 'Start at the beginning of June':
 	act 'Start at the beginning of June':
@@ -141,7 +142,7 @@ if $ARGS[0] = 'SGStart2':
 		week = 3
 		week = 3
 		daystart_start = 152
 		daystart_start = 152
 		kanicont = 92
 		kanicont = 92
-		gt 'preCS', 'SGStart3'
+		gt 'preSYS', 'SGStart3'
 	end
 	end
 end
 end
 if $ARGS[0] = 'SGStart3':
 if $ARGS[0] = 'SGStart3':
@@ -277,5 +278,5 @@ if $ARGS[0] = 'SGStart3':
 
 
 end
 end
 
 
---- preCS ---------------------------------
+--- preSYS ---------------------------------