Advertisement
Wesser

GTA3 Script Compiler V413 Compilation Strings

Apr 15th, 2015
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 KB | None | 0 0
  1. 004191C0 **** STRING BETWEEN SQUARE BRACKETS IS TOO LONG
  2. 004191F0 **** NUMBER BETWEEN SQUARE BRACKETS MUST BE POSITIVE
  3. 00419228 **** CHARACTER BETWEEN SQUARE BRACKETS IS NOT A NUMBER IN ARRAY DECLARATION
  4. 00419274 **** VARIABLE BETWEEN SQUARE BRACKETS IS NOT A VAR_INT
  5. 004192AC **** NO NUMBER BETWEEN SQUARE BRACKETS IN ARRAY DECLARATION
  6. 004192E8 **** MORE THAN ONE [ IN ARRAY DECLARATION
  7. 00419314 **** UNMATCHED ] IN ARRAY DECLARATION
  8. 0041933C **** TIMERB CAN ONLY BE USED WITHIN CURLY BRACKETS
  9. 00419370 TIMERB
  10. 00419378 **** TIMERA CAN ONLY BE USED WITHIN CURLY BRACKETS
  11. 004193AC TIMERA
  12. 004193B4 **** COULD NOT FIND THIS VARIABLE
  13. 004193D8 **** WHILE HAS TOO MANY ANDS/ORS TO ADD GOTO
  14. 00419408 SPECIAL_LABEL_WHILES_B_%d:
  15. 00419424 SPECIAL_LABEL_WHILES_A_%d:
  16. 00419440 **** COULDN'T FIND MATCH FOR 'WHILE'
  17. 00419468 **** IF HAS TOO MANY ANDS/ORS TO ADD GOTO
  18. 00419494 SPECIAL_LABEL_IFS_%d:
  19. 004194AC SPECIAL_LABEL_IFS_ELSE_%d:
  20. 004194C8 **** TWO ELSES IN ONE IF BLOCK?
  21. 004194E8 **** COULDN'T FIND MATCH FOR 'IF'
  22. 0041950C SPECIAL_LABEL_REPEATS_%d:
  23. 00419528 **** COULDN'T FIND MATCH FOR 'REPEAT'
  24. 00419550 **** STILL WITHIN SCOPE AT END OF FILE
  25. 00419578 **** CANNOT END SCOPE. WASN'T IN ONE
  26. 004195A0 **** CANNOT NEST SCOPE BLOCKS
  27. 004195C0 **** TOO MANY LOCAL VARS IN THIS SCOPE BLOCK
  28. 004195F0 **** VARIABLE ALREADY EXISTS IN THIS BLOCK (1)
  29. 00419620 **** CANNOT HAVE GLOBALS AND LOCALS WITH THE SAME NAME
  30. 00419658 **** LOCAL VARS ARE NOT ALLOWED OUTSIDE OF SCOPE BLOCK
  31. 00419690 **** TOO MANY GLOBAL VARS
  32. 004196AC **** ARRAY IS TOO BIG
  33. 004196C4 **** VARIABLE NAME EXISTS ALREADY AS A STRING CONSTANT
  34. 004196FC **** VARIABLE NAME EXISTS ALREADY
  35. 00419720 **** COULDN'T MATCH ALTERNATIVE WHILST COMPILING
  36. 00419754 %d
  37. 00419758 %f
  38. 0041975C %s(%d)
  39. 00419764 Local Variable Index too big for UInt16
  40. 0041978C %s[%d]
  41. 00419794 Global Variable Index too big for UInt16
  42. 004197C0 Array Index is greater than the size of the array
  43. 004197F4 Array Index must be 1 or more
  44. 00419814 %s
  45. 00419818 Base address of Local Array is too big for UInt16
  46. 0041984C Base address of Global Array is too big for UInt16
  47. 00419880 Local Variable Index for Array is too big for UInt16
  48. 004198B8 Global Variable Index for Array is too big for UInt16
  49. 004198F0 **** HandleArrayArgument - Graeme has made a mistake
  50. 00419928 **** NON EXISTING VARIABLE (IN THIS SCOPE ANYWAY)
  51. 0041995C **** ARGUMENT TYPE MISMATCH (NAME-LOCAL)
  52. 00419988 **** ARGUMENT TYPE MISMATCH (NAME-GLOBAL)
  53. 004199B4 **** THIS VARIABLE IS NOT DEFINED IN THIS BLOCK (2)
  54. 004199E8 **** ARGUMENT TYPE MISMATCH
  55. 00419A04 **** THIS GLOBAL VARIABLE IS NOT DEFINED (2)
  56. 00419A34 **** HandleArrayArgument - ARRAY error
  57. 00419A5C %s
  58. 00419A60 **** THIS LABEL DOESN'T EXIST!
  59. 00419A80 **** TOO MANY LABEL REFERENCES (hassle Obbe)
  60. 00419AB0 **** SOMETHING WENT WRONG HERE
  61. 00419AD0 **** ARGUMENT TYPE MISMATCH (FLOAT)
  62. 00419AF4 **** ARGUMENT TYPE MISMATCH (INT)
  63. 00419B18 **** NO SCOPE FOR DESTINATION LINE
  64. 00419B3C **** CANNOT USE A NUMBER AS INPUT VARIABLE
  65. 00419B68 **** Expected string identifier here
  66. 00419B90 **** String identifier is too long (only 7 chars please)
  67. 00419BCC **** HandleTextStringArgument - ARGUMENT TYPE MISMATCH
  68. 00419C04 **** String is too long (only 127 chars please)
  69. 00419C34 **** Should only have one SET_COLLECTABLE1_TOTAL in the script
  70. 00419C74 **** SET_COLLECTABLE1_TOTAL should be followed by a 0
  71. 00419CAC %d
  72. 00419CB0 **** Should only have one SET_PROGRESS_TOTAL in the script
  73. 00419CEC **** SET_PROGRESS_TOTAL should be followed by a 0
  74. 00419D20 **** Should only have one SET_TOTAL_NUMBER_OF_MISSIONS in the script
  75. 00419D68 **** SET_TOTAL_NUMBER_OF_MISSIONS should be followed by a 0
  76. 00419DA4 \n
  77. 00419DA8 **** ARGUMENT TYPE NOT IMPLEMENTED (kick Obbe) (%d) Com:%d Args:%d
  78. 00419DEC %d %s
  79. 00419DF4 %d NOT %s
  80. 00419E00 Error during compilation - %s not handled by game code
  81. 00419E38 **** Script Name has already been used
  82. 00419E60 **** ONE ENDWHILE TOO MANY
  83. 00419E7C **** ONE ENDIF TOO MANY
  84. 00419E94 **** DIDN'T EXPECT TO FIND AN ELSE HERE
  85. 00419EBC **** DIDN'T EXPECT TO FIND AN IFNOT HERE
  86. 00419EE8 **** DIDN'T EXPECT TO FIND AN IF HERE
  87. 00419F10 **** ONE ENDREPEAT TOO MANY
  88. 00419F2C **** Couldn't open output file %s - check it is writable
  89. 00419F68 wb
  90. 00419F6C %d\t%s\t\t\t%d\n
  91. 00419F78 **** Couldn't open command usage file - check it is writable
  92. 00419FB8 command_usage.txt
  93. 00419FCC w
  94. 00419FD0 %s\n
  95. 00419FD4 **** Couldn't open ordered command file - check it is writable
  96. 0041A014 ordered_commands.txt
  97. 0041A02C Compiler generated %d bytes from %d lines of code
  98. 0041A060 Largest mission script %s size %d bytes
  99. 0041A088 Main script size %d bytes
  100. 0041A0A4
  101. 0041A0A6 \0
  102. 0041A0A8 Finished resolving loops
  103. 0041A0C4 Resolving loops
  104. 0041A0D8 **** Couldn't open text file version of the compiled script - check it is writable
  105. 0041A12C main_text.txt
  106. 0041A140 **** Couldn't open alphabetical text file key usage file - check it is writable
  107. 0041A190 alpha_text.txt
  108. 0041A1A0 ERROR %s Text Key is too long
  109. 0041A1C0 %d:
  110. 0041A1C8
  111. 0041A1CC main script
  112. 0041A1D8 r
  113. 0041A1DC Error On Line %d in
  114. 0041A1F4 <-----
  115. 0041A200 ERROR LAUNCH_MISSION should only have one parameter
  116. 0041A234 ERROR first parameter of LAUNCH_MISSION should be a filename
  117. 0041A274 CS.
  118. 0041A278 LAUNCH_MISSION
  119. 0041A288 ERROR LOAD_AND_LAUNCH_MISSION should only have one parameter
  120. 0041A2C8 ERROR LOAD_AND_LAUNCH_MISSION_EXCLUSIVE should only have one parameter
  121. 0041A310 ERROR first parameter of LOAD_AND_LAUNCH_MISSION should be a filename
  122. 0041A358 ERROR first parameter of LOAD_AND_LAUNCH_MISSION_EXCLUSIVE should be a filename
  123. 0041A3A8 LOAD_AND_LAUNCH_MISSION_EXCLUSIVE
  124. 0041A3CC LOAD_AND_LAUNCH_MISSION_INTERNAL
  125. 0041A3F0 LOAD_AND_LAUNCH_MISSION
  126. 0041A408 ERROR GOSUB_FILE should only have two parameters
  127. 0041A43C ERROR second parameter of GOSUB_FILE should be a filename
  128. 0041A478 GOSUB_FILE
  129. 0041A484 SPECIAL_LABEL_SUBSCRIPT_%d
  130. 0041A4A0 ERROR Compiler can only handle %d mission scripts
  131. 0041A4D8 ERROR Can only handle 2 exclusive scripts - initialisation and one mission
  132. 0041A524 ERROR Compiler can only handle %d main extension files
  133. 0041A55C ERROR Reading Mission Script %s
  134. 0041A57C Reading Mission Script %s. . .
  135. 0041F48C EDI
  136. 0041F490 **** Couldn't open .dat file %s
  137. 0041F4B0 dne
  138. 0041F4B4 tobj
  139. 0041F4BC objs
  140. 0041F4C4 **** Couldn't open .ide file %s
  141. 0041F4E4 **** Object name is too long %s
  142. 0041F504 **** Couldn't read second item (string) in string
  143. 0041F538 **** Second item in string is not a string
  144. 0041F564 **** Couldn't read second item in string
  145. 0041F590 **** Couldn't read first item (integer) in string
  146. 0041F5C4 **** First item in string is not an integer
  147. 0041F5F0 **** Couldn't read first item in string
  148. 0041F618 **** Line in object data has more than 255 characters
  149. 0041F650 **** Too many car and ped models for the compiler to handle (%d)
  150. 0041F694 **** Too many objects for the compiler to handle (%d)
  151. 0041F6CC **** IDE Filename does not begin with DATA %s
  152. 0041F6FC DATA
  153. 0041F704 **** IDE Filename is too long %s
  154. 0041F728 **** First item in string is not IDE
  155. 0041F750 **** Line in file containing names of IDE files has more than 255 characters
  156. 0041F7A0 NOT_USED%d
  157. 0041F7AC **** LINE HAS MORE THAN 255 CHARACTERS
  158. 0041F7D4 **** Command not handled by game code
  159. 0041F7FC ABS %s
  160. 0041F804 ABS
  161. 0041F808 WHILENOT 0
  162. 0041F814 WHILE 0
  163. 0041F81C IFNOT 0
  164. 0041F824 GOTO_IF_FALSE %s
  165. 0041F838 IF 0
  166. 0041F840 %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s
  167. 0041F870 %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s
  168. 0041F8A0 %s %s %s %s %s %s %s %s %s %s %s %s %s %s
  169. 0041F8CC %s %s %s %s %s %s %s %s %s %s %s %s %s
  170. 0041F8F4 %s %s %s %s %s %s %s %s %s %s %s %s
  171. 0041F918 %s %s %s %s %s %s %s %s %s %s %s
  172. 0041F93C %s %s %s %s %s %s %s %s %s %s
  173. 0041F95C %s %s %s %s %s %s %s %s %s
  174. 0041F978 %s %s %s %s %s %s %s %s
  175. 0041F990 %s %s %s %s %s %s %s
  176. 0041F9A8 %s %s %s %s %s %s
  177. 0041F9BC %s %s %s %s %s
  178. 0041F9CC %s %s %s %s
  179. 0041F9D8 %s %s %s
  180. 0041F9E4 %s %s
  181. 0041F9EC IS_THING_GREATER_OR_EQUAL_TO_THING %s %s
  182. 0041FA18 GOTO_IF_TRUE %s
  183. 0041FA28 IS_THING_GREATER_THAN_THING %s %s
  184. 0041FA4C ANDOR 0
  185. 0041FA54 GOTO
  186. 0041FA5C ONEOVER %s
  187. 0041FA68 **** CAN'T DO VAR1 = THING / VAR1
  188. 0041FA8C DIV_THING_BY_THING %s %s
  189. 0041FAA8 MULT_THING_BY_THING %s %s
  190. 0041FAC4 **** CAN'T DO VAR1 = THING -@ VAR1
  191. 0041FAE8 SUB_THING_FROM_THING_TIMED %s %s
  192. 0041FB0C **** CAN'T DO VAR1 = THING +@ VAR1
  193. 0041FB30 ADD_THING_TO_THING_TIMED %s %s
  194. 0041FB50 NEGATE %s
  195. 0041FB5C **** CAN'T DO VAR1 = THING - VAR1
  196. 0041FB80 SUB_THING_FROM_THING %s %s
  197. 0041FB9C ADD_THING_TO_THING %s %s
  198. 0041FBB8 CSET %s %s
  199. 0041FBC4 SET %s %s
  200. 0041FBD0 IS_THING_EQUAL_TO_THING %s %s
  201. 0041FBF0 ADD_THING_TO_THING %s 1
  202. 0041FC08 SUB_THING_FROM_THING %s 1
  203. 0041FC24 NOT
  204. 0041FC28 WHILENOT
  205. 0041FC34 IFNOT
  206. 0041FC3C WHILE
  207. 0041FC44 IF
  208. 0041FC48 %f
  209. 0041FC4C **** ARGUMENT NOT RECOGNISED AS A STRING CONSTANT
  210. 0041FC80 NIGHT
  211. 0041FC88 FALSE
  212. 0041FC90 OFF
  213. 0041FC94 DAY
  214. 0041FC98 TRUE
  215. 0041FCA0 ON
  216. 0041FCA4 **** WRONG NUMBER OF ARGUMENTS
  217. 0041FCC4 **** ARGUMENT MISMATCH
  218. 0041FCDC **** LABEL OCCURED TWICE
  219. 0041FCF8 **** TOO MANY LABELS IN FILE
  220. 0041FD18 **** IF/WHILE ALREADY CONTAINS THE MAX NUMBER OF ORS
  221. 0041FD50 **** IF/WHILE ALREADY CONTAINS THE MAX NUMBER OF ANDS
  222. 0041FD88 **** IF/WHILE CONTAINS TOO MANY ANDS/ORS
  223. 0041FDB4 **** LINE BEFORE AND/OR DOESN'T CONTAIN IF/WHILE
  224. 0041FDE8 **** IF/WHILE CONTAINS ANDS AND ORS OR TOO MANY ORS
  225. 0041FE1C **** STRANGE ERROR WHILE PROCESSING AN OR
  226. 0041FE48 **** IF/WHILE CONTAINS ANDS AND ORS OR TOO MANY ANDS
  227. 0041FE80 **** STRANGE ERROR WHILE PROCESSING AN AND
  228. 0041FEAC **** UNKNOWN COMMAND
  229. 0041FEC4 **** COULDN'T MATCH ALTERNATIVE WHILST READING IN
  230. 0041FEF8 **** AND/OR/NOT COMMAND HAS BEEN SPREAD OVER MORE THAN ONE LINE
  231. 0041FF38 **** NOT AT START OF LINE WITHOUT AND/OR
  232. 0041FF64 OR
  233. 0041FF68 AND
  234. 0041FF6C **** MORE THAN ONE MISSION_END IN SUBSCRIPT
  235. 0041FF98 TERMINATE_THIS_SCRIPT
  236. 0041FFB0 **** MORE THAN ONE MISSION_END IN MISSION SCRIPT
  237. 0041FFE4 MISSION_END
  238. 0041FFF0 **** ERROR WHEN REGISTERING LABEL FOR SUBSCRIPT
  239. 00420020 SPECIAL_LABEL_SUBSCRIPT_%d:
  240. 0042003C **** MORE THAN ONE MISSION_START IN SUBSCRIPT
  241. 0042006C **** MORE THAN ONE MISSION_START IN MISSION SCRIPT
  242. 004200A0 MISSION_START
  243. 004200B0 **** UNMATCHED /* */ PAIR
  244. 004200CC **** LINE HAS STRING WITHOUT A CLOSING QUOTE
  245. 004200FC **** STRING MUST BE LESS THAN 128 CHARS
  246. 00420128 ..
  247. 0042012C .
  248. 00420130 %s\*.*
  249. 00420138 %s\%s
  250. 00420140 **** Mission Script file doesn't contain a MISSION_END
  251. 00420178 **** Mission Script file %s doesn't contain a MISSION_END
  252. 004201B4 **** Subscript file doesn't contain a MISSION_END
  253. 004201E8 **** Subscript file %s doesn't contain a MISSION_END
  254. 00420220 **** STILL IN /* */ COMMENT AT END OF FILE (BAD)
  255. 00420258 **** First line of subscript file doesn't contain MISSION_START
  256. 00420298 **** First line of subscript file %s doesn't contain MISSION_START
  257. 004202DC Read: %s\n
  258. 004202E8 SAVE_GAME
  259. 004202F4 **** Couldn't open input file %s
  260. 00420318 ERROR Reading Subscript %s
  261. 00420334 Reading Subscript %s. . .
  262. 00420350 ERROR Reading Foreign Gosub File %s
  263. 00420374 Reading Foreign Gosub File %s. . .
  264. 00420398 \0
  265. 0042039C SOFTWARE\DMA Design Ltd\GTA3\SC
  266. 004203BC
  267. 004203C4 File selected: %s
  268. 004203D8 ERROR Reading file
  269. 004203EC ERROR Compiling
  270. 004203FC Compiled successfully
  271. 00420414 Compiling . . .
  272. 00420424 Interpreting file %s
  273. 0042043C -miami
  274. 00420444 -close
  275. 0042044C file
  276. 00420454 path
  277. 0042045C -f
  278. 00420460 default.ide
  279. 0042046C gta_vc.dat
  280. 00420478 miami
  281. 00420480 liberty
  282. 00420488 target
  283. 00420490 GTA3 Script Compiler V413
  284. 004204AC windowHeight
  285. 004204BC windowWidth
  286. 004204C8 VPSkelWinClass
  287. 004204D8 Mission Scripts (*.SC)
  288. 004204F0 LISTBOX
  289. 004204F8 AddToListOfDisplayedTextKeys - too many text keys\n
  290. 00420530 AddToListOfDisplayedTextKeys - mission filename %s is too long\n
  291. 00420570 AddToListOfDisplayedTextKeys - key %s is too long\n
  292. 004205A4 MAIN
  293. 004205AC AddToListOfDisplayedTextKeys - command %d not handled\n
  294. 004205E4 %s %s\n
  295. 004205F0 **** Couldn't open text file for storing the keys that are only used in one mission - check it is writable
  296. 0042065C missiontextkeys.txt
  297. 00420670 Argument %d : expected type %d, variable created with type %d
  298. 004206B0 END_OF_LIST
  299. 004206C0 Variable has already been used to create entity of a different type
  300. 00420708 Local variable has already been used to create entity of a different type
  301. 00420754 Create command not handled by SetEntityTypeForVariable()
  302. 00420790 Error in code - Create command doesn't pass back an integer
  303. 004207CC **** SCRIPT HAS BEEN CALLED WITH VARIABLES OF DIFFERENT TYPES
  304. 0042080C **** EXPECTED { BEFORE LABEL
  305. 0042082C **** EXPECTED START_NEW_SCRIPT
  306. 0042084C **** EXPECTED FIRST VARIABLE TO BE GLOBAL
  307. 00420878 **** ASSIGNMENT OPERATION HAS BEEN CALLED WITH VARIABLES OF DIFFERENT TYPES
  308. 004208C4 **** EXPECTED FIRST VARIABLE TO BE LOCAL
  309. 004208F0 **** EXPECTED SECOND VARIABLE TO BE GLOBAL
  310. 0042091C **** EXPECTED SECOND VARIABLE TO BE LOCAL
  311. 00420948 **** ASSIGNMENT OPERATION DOES NOT HAVE 2 VARIABLES
  312. 0042097C **** UNEXPECTED ASSIGNMENT OPERATION
  313. 004209A8 **** VARIABLE CAN'T HAVE BEEN READ AND WRITTEN AT THE SAME TIME
  314. 004209EC **** UNEXPECTED VARIABLE TYPE
  315. 00420A0C \n\n\n\nLocal variables\n\n\n
  316. 00420A24 %s is never written\n
  317. 00420A3C %s is never read\n
  318. 00420A50 %s is read before being written\n
  319. 00420A74 Global variables\n\n\n
  320. 00420A88 **** Couldn't open variable usage file - check it is writable
  321. 00420AC8 variable_usage.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement