Nick007J Posted January 19, 2017 Share Posted January 19, 2017 Some observations from playthrough of Portland on latest version of the mod. 1) On Paramedic it seems that there is a bug: if a ped falls while getting in an ambulance (if he starts opening door), he is stuck without any objective. I was able to fix it by driving away from him and picking up another patient (removing the doors of an ambulance also prevents bug from occuring). Pretty sure this bug doesn't exist in original game. 2) AK has wrong fire rate if player is crouched; shotgun has weird animation of second shot during crouch. 3) There are peds walking on a territory of Marty's factory. There are none in original game. 4) Car nodes on a street outside of Claude's safehouse seem to be bugged. Vehicles make U-turns instead of using it if they even spawn, and AI is very weird on Turismo near that street as they try to avoid it as well. Have you tried using the latest update and seeing if these issues still persist? If not, I suggest you install those from the Mission Coding topic. They fix a lot of issues that aren't included in Beta 3.3. I use latest update. Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069357214 Share on other sites More sharing options...
Jimmy Posted January 19, 2017 Share Posted January 19, 2017 Some observations from playthrough of Portland on latest version of the mod. 1) On Paramedic it seems that there is a bug: if a ped falls while getting in an ambulance (if he starts opening door), he is stuck without any objective. I was able to fix it by driving away from him and picking up another patient (removing the doors of an ambulance also prevents bug from occuring). Pretty sure this bug doesn't exist in original game. 2) AK has wrong fire rate if player is crouched; shotgun has weird animation of second shot during crouch. 3) There are peds walking on a territory of Marty's factory. There are none in original game. 4) Car nodes on a street outside of Claude's safehouse seem to be bugged. Vehicles make U-turns instead of using it if they even spawn, and AI is very weird on Turismo near that street as they try to avoid it as well. Have you tried using the latest update and seeing if these issues still persist? If not, I suggest you install those from the Mission Coding topic. They fix a lot of issues that aren't included in Beta 3.3. I use latest update. I tried reproducing issue 3 & 4. Couldn't get those to work. You should try removing the vc_traffic.asi and see if that happens. It fixed a few Missions bugs for me a while ago, with peds. Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069357388 Share on other sites More sharing options...
Nick007J Posted January 19, 2017 Share Posted January 19, 2017 (edited) I tried reproducing issue 3 & 4. Couldn't get those to work. You should try removing the vc_traffic.asi and see if that happens. It fixed a few Missions bugs for me a while ago, with peds. Removing vc_traffic.asi doesn't affect any of these bugs. Road switch is made in main.scm. Update: Following completing Staunton, more notes that may be possible bugs: 1) Bridge between Fort Staunton and Torrington seems to have issues with car nodes too. Vehicles making U-turns etc. 2) On Gangcar Round-up I somehow saw a Purple Nine in Hepburn Heights: http://i.imgur.com/P03Tza9.jpg 3) During Gone Fishing target killed himself with a grenade. I heard it can happen in original game, but I've never experienced it and had an impression that it may be caused by frame limiter turned off. Additionally, fish cutscene took place underwater. 4) At the end of A Drop in the Ocean as I skipped cutscene as soon as possible, fade screen was interrupted by blinking black rectangle (corresponding to widescreen view). Update 2: As I completed 100% (157/158), I added some more stuff I noticed. 5) Bike mission on Staunton Island seems to be supposed to take place after Grand Theft Aero, but is always unlocked. Timing is not too tight to complete it without using a hole in the wall, so that's not a serious issue. 6) For some reason coronas in the bike mission on SSV occasionally didn't render. There were blips on radar though: http://i.imgur.com/BNP71sc.png 7) Timer on S.A.M. was slightly off for me, it reached zero before plane reached runway. In original game timer is slightly off too but that's no more than by a second or two. 8) Making colombians follow player during Bait is very hard, but that's noted in 'Mission coding' topic and requires rewriting pathfinding to treadables-based to at least get it to III level, where it was far from perfect too. 9) On Vigilante suspects occasionally tried to leave SSV which resulted in stuff like this: http://i.imgur.com/it6xXyU.jpg 10) On the bridge between SI and SSV abandoned vehicles weren't updated properly, which didn't happen in III: http://i.imgur.com/it6xXyU.jpg I think there is a function CCarCtrl::MapCouldMoveInThisArea with hardcoded bridge coordinate that added checks for abandoned and wrecked vehicles, which even remained in VC with same coordinates. Maybe fixing hardcoded coordinates in this function can prevent this from happening. Edited January 21, 2017 by Nick007J Craig Kostelecky 1 Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069357544 Share on other sites More sharing options...
spaceeinstein Posted January 21, 2017 Share Posted January 21, 2017 (edited) Thanks for finding these. I can solve two of the problems for now. Some map objects in comNbtm whose only purpose was to be attached to path nodes were removed in the past. Now that they have a purpose again, they should be restored in the future. The angled car/ped road switches haven't been converted yet so there are places like Marty's where stuff are spawning when they shouldn't. I can temporarily use a cubic road switch instead. Edited January 21, 2017 by spaceeinstein Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069360954 Share on other sites More sharing options...
Sir-Ivan Posted February 27, 2017 Share Posted February 27, 2017 Can someone help me please? Exception at address: 0x0CCE1F9C EXE Version: gta-vc.exe 1.1 US Registers ----------------------------------------------------- EAX: 0x09B3CC04 EBX: 0x0068E59C ECX: 0x09B3CC04 EDX: 0x00000000 ESI: 0x350D5378 EDI: 0x00BDFB90 EBP: 0x350D5378 ESP: 0x0019FDF8 EFLAGS: 10000001000010010 Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069427663 Share on other sites More sharing options...
Evil empire Posted March 7, 2017 Share Posted March 7, 2017 Every time I send the car to the water to complete the mission "His wife" for Marty Chonks I get a message saying the mission is a failure because the car is destroyed. Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069442173 Share on other sites More sharing options...
spaceeinstein Posted March 7, 2017 Share Posted March 7, 2017 @iFres0x, that error is caused by a plugin. There is no way to tell how the crash happened without more information. What were you doing and where were you when it crashed? @Evil-Empire, I cannot replicate your error. Are you sure you are using the latest updates? Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069442619 Share on other sites More sharing options...
Evil empire Posted March 7, 2017 Share Posted March 7, 2017 (edited) Nevermind I fixed the problem. For those who would have the same issue: I replaced the cars' percent submerged value to a negative number so I'm sent back to the road if I get in the water. I restored the setting to its initial value and my problem is gone. Edit: I have a little problem to complete the uzi rider mission. Edit 2: Everytime I enter the Toyz n'the hood vehicle in the Toyminator mission the game crashes. I don't have this problem when I make the remote-controlled toy vehicle destruction game. Edited March 17, 2017 by Evil-Empire Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069442629 Share on other sites More sharing options...
Nick007J Posted May 6, 2017 Share Posted May 6, 2017 (edited) Yesterday there was a race between speedrunners of this mod and it ran quite well - no crashes that were mod's fault and there was only one severe bug, in mission SAM. If mission is failed, for example by dying, when Dodo had already been spawned, on second attempt Dodo blows up where its predecessor had been the moment mission failed. I may link a video of it, both from the race and from my test, but I guess you will be able to reproduce this easily. Among other noticed minor bugs, the timer on SAM is still very incorrect. Edit: Also there is a minor problem that game may ask for CD after trying to run the mod. This happens if GTA III disk is present in one of drives (like virtual, for example). Ejecting it solves the issue. Edited May 6, 2017 by Nick007J Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069556447 Share on other sites More sharing options...
Seemann Posted May 9, 2017 Share Posted May 9, 2017 (edited) I've actually played this for the first time, and would like to say a big thank you to everyone who helped to create such a lovely mod! You guys are great. I've noticed a couple of minor issues while playing the first missions. Note that I use the first release of 4.0 (I can't find the exact version/release date, can I?), it's not the latest one, so maybe these are fixed already. At the end of "Mike Lips Last Lunch" the camera is positioned in the way the bottom part of the sign is not visible, so all humor there is lost. I'm pretty sure in the original GTA III one could read the word "explode". Second issue is in the new mission "Alleys and Angels". When the bike is destroyed, the timer and mission are still active, however there is no point in doing so, the mission has to fail instantly. Edited May 9, 2017 by Seemann Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069561762 Share on other sites More sharing options...
Blackbird88 Posted May 9, 2017 Share Posted May 9, 2017 Fairly sure that's not a problem if you use ws fix and disable cutscene borders. Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069561903 Share on other sites More sharing options...
Jimmy Posted May 10, 2017 Share Posted May 10, 2017 Second issue is in the new mission "Alleys and Angels". When the bike is destroyed, the timer and mission are still active, however there is no point in doing so, the mission has to fail instantly. Seems rather strange as I reported the issue during the Beta 3.4 fixes and I believe space fixed it back then. Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069562996 Share on other sites More sharing options...
spaceeinstein Posted May 10, 2017 Share Posted May 10, 2017 I fixed the issue with the countdown timer but not with the bike destroyed. I'll have that fixed in the next update. Jimmy 1 Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069563056 Share on other sites More sharing options...
god speed Posted June 12, 2017 Share Posted June 12, 2017 I think this has been mentioned earlier, but the Yakuza Stinger uses the wrong engine sound. Though I like the ordinary Stinger's sound, the Yakuza variant should sound like the Police, Kuruma and Sentinel to match GTA III. Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069638756 Share on other sites More sharing options...
Ivan1997GTA Posted September 16, 2017 Share Posted September 16, 2017 I think this has been mentioned earlier, but the Yakuza Stinger uses the wrong engine sound. Though I like the ordinary Stinger's sound, the Yakuza variant should sound like the Police, Kuruma and Sentinel to match GTA III. That has been fixed in Beta 4.0, as now all the cars have proper engine sounds that match those in GTA III. Now, here are my issues: 1. The Securicar uses the wrong door sounds, it uses the door sounds from cars like the Perennial, Manana, etc., when it should've had the door sounds from the Patriot, the Mule, the Yankee, etc.. 2. When the pager shows up, it's a horribly stretched version of the fist icon instead of the actual pager. Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069843957 Share on other sites More sharing options...
glenster Posted September 16, 2017 Share Posted September 16, 2017 I have v.4 and my pager seems normal. Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069844836 Share on other sites More sharing options...
Jimmy Posted September 17, 2017 Share Posted September 17, 2017 (edited) Now, here are my issues: 1. The Securicar uses the wrong door sounds, it uses the door sounds from cars like the Perennial, Manana, etc., when it should've had the door sounds from the Patriot, the Mule, the Yankee, etc.. 2. When the pager shows up, it's a horribly stretched version of the fist icon instead of the actual pager. 1. I've had heard the door issue for a while but could never remember to mention it. I think it's the door sound from Patriot. I may be wrong. 2. I got no HUD icon issue during the pager. What's your screen resolution? Post a picture of that bug. It might be helpful. Edited September 17, 2017 by Kaniel Outis Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069845043 Share on other sites More sharing options...
Lurk Morrison Posted September 17, 2017 Share Posted September 17, 2017 2. When the pager shows up, it's a horribly stretched version of the fist icon instead of the actual pager. Are you using any unofficial mods? Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069845077 Share on other sites More sharing options...
Ivan1997GTA Posted September 17, 2017 Share Posted September 17, 2017 1. I've had heard the door issue for a while but could never remember to mention it. I think it's the door sound from Patriot. I may be wrong. 2. I got no HUD icon issue during the pager. What's your screen resolution? Post a picture of that bug. It might be helpful. I play at the resolution 1920x1080. Here's a link to the picture. Are you using any unofficial mods? No. Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069845092 Share on other sites More sharing options...
Jimmy Posted September 17, 2017 Share Posted September 17, 2017 (edited) 1. I've had heard the door issue for a while but could never remember to mention it. I think it's the door sound from Patriot. I may be wrong. 2. I got no HUD icon issue during the pager. What's your screen resolution? Post a picture of that bug. It might be helpful. I play at the resolution 1920x1080. Here's a link to the picture. Try using the hud.txd included in the mod package Beta 4.0 and replace it in your game directory. Maybe that could help. Edited September 17, 2017 by Kaniel Outis Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069845134 Share on other sites More sharing options...
Ivan1997GTA Posted September 17, 2017 Share Posted September 17, 2017 1. I've had heard the door issue for a while but could never remember to mention it. I think it's the door sound from Patriot. I may be wrong. 2. I got no HUD icon issue during the pager. What's your screen resolution? Post a picture of that bug. It might be helpful. I play at the resolution 1920x1080. Here's a link to the picture. Try using the hud.txd included from the mod package and replace it in your game directory. Maybe that could help. What mod package? Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069845227 Share on other sites More sharing options...
Jimmy Posted September 17, 2017 Share Posted September 17, 2017 1. I've had heard the door issue for a while but could never remember to mention it. I think it's the door sound from Patriot. I may be wrong. 2. I got no HUD icon issue during the pager. What's your screen resolution? Post a picture of that bug. It might be helpful. I play at the resolution 1920x1080. Here's a link to the picture. Try using the hud.txd included from the mod package and replace it in your game directory. Maybe that could help. What mod package? I meant the Beta 4.0 package that you downloaded. Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069845311 Share on other sites More sharing options...
Ivan1997GTA Posted September 17, 2017 Share Posted September 17, 2017 (edited) Try using the hud.txd included from the mod package and replace it in your game directory. Maybe that could help. What mod package? I meant the Beta 4.0 package that you downloaded. I DID use the hud.txd included from the mod package, and didn't replace any textures. I think that pager glitch must've been caused by the installer or something. BTW: I tried to do the mission "Toyminator" by D-Ice, when I get into the TOYZ van, the game crashes. Edited September 19, 2017 by Ivan1997GTA Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069845375 Share on other sites More sharing options...
Rikka Posted October 2, 2017 Share Posted October 2, 2017 (edited) Jump South of Portland Harbor (that with truck trailers) has a ramp with broken collision (2:06:40) Targets on the map are covered by, for example, Ammu-Nation icon - I barely completed paramedic for that reason. (1:06:50) You can't collect cash and guns doing rampages unlike GTA3. (1:40:10) Sounds when you collect a package and an information are from VC. (1:48:45 for package, 2:24:45 for information) The game often crashes near Portland safehouse doors, Windows 7 x64, gta-lc.asi and hooked mss32.dll are deleted, SilentPatch used (2:24:50, for example) Here's a gameplay: Edited October 3, 2017 by oscareczek Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1069871497 Share on other sites More sharing options...
Matt1010 Posted December 23, 2017 Share Posted December 23, 2017 (edited) Why use particle.txd tricks when you can edit some code? (credit: Xinerki) Edited December 23, 2017 by Matt1010 Dominik_, Igor Bogdanoff, Ivan1997GTA and 1 other 4 Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1070006252 Share on other sites More sharing options...
WHAT!? Posted January 12, 2018 Share Posted January 12, 2018 (edited) Every so often when I load into the game at the Portland hideout I get just enough time to set the players gaze in the general direction of the garage that is located there, then I drop back to Windows and see this... I wish I had more info to go along with it. I do have a couple of mods installed currently. ODIE's Stunt Park and Miss Liberty, but I'm hard pressed to think that they would be causing the issues. I'm running on Windows 7 x64. I haven't tried compatibility mode for the game yet... It's odd though, I hardly had any issues at first and then this started cropping up randomly. As soon as it happens I can launch the game again and then suddenly be fine without lifting a finger to change anything at all. Edited January 12, 2018 by WHAT!? Jimmy 1 Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1070043104 Share on other sites More sharing options...
patente Posted March 25, 2018 Share Posted March 25, 2018 (edited) I can't get the game to work properly, when it is done loading, it crashes and I get this log, y'all know what this means? I've put the log's content in this spoiler right there Exception at address: 0x6CB26934EXE Version: gta-vc.exe 1.1 USLast opcode executed: 0001 opcode_0001In thread: trainRegisters -----------------------------------------------------EAX: 0x0B873E1C EBX: 0x02BECBC4 ECX: 0x00000008 EDX: 0x0019FC5CESI: 0x0B873E24 EDI: 0x0019FC5C EBP: 0x0019FC20 ESP: 0x0019FC14EFLAGS: 10000001001000110// THREAD "fire_m"00012164: opcode_00D6 0, "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 74203, "Ö", 772, "M", 2157400012168: opcode_00DE $var0010, 137, "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 74203, "Ö", 772, "M", 2157400012170: opcode_004D @000122B7, "Ö", 3670020, $var0644, 0, "M", $varA402, 214, 0, "8", "", 0, "8€¤M>Á¤ò¶M", "", "FTUTOR"000122B7: opcode_00D6 0, "8", "", 0, $var0648, 0, $var0100, "P!", "P_M", 0, "Ö", "", "Ö", "", ""000122BB: opcode_0038 $var0648, 1, "M", 4, $var0648, 0, $var0100, "P!", "P_M", 0, "Ö", "", "Ö", "", ""000122C2: opcode_004D @000122D2, "æ", "", "¤COP_M", "", 0, "V", "$", "Þ", "Þ", "Þ", "Þ", "Þ", "Þ", "M"000122D2: opcode_0002 @00012150, "¤COP_M", "", 0, "V", "$", "Þ", "Þ", "Þ", "Þ", "Þ", "Þ", "M", "", 000012150: opcode_0001 0, "Ö", "", "Ö", "", """, "", $var0644, 0, "M", $varA402, 214, 0, "8", ""// THREAD "ambul_m"00011FC1: opcode_00D6 0, "V", "?!", "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 73800, "Ö", 77200011FC5: opcode_0256 $var0010, "M", "", 146, "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 73800, "Ö", 77200011FCA: opcode_004D @0001213F, "Ö", "", "!", "", $var063C, 0, "M", $varA402, 214, 0, "8", "", 0, "8€¤M>Á¤ò¶M"00011FD1: opcode_00D6 0, "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 73800, "Ö", 772, "M", 2156900011FD5: opcode_00DE $var0010, 146, "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 73800, "Ö", 772, "M", 2156900011FDD: opcode_004D @00012124, "Ö", 3670020, $var063C, 0, "M", $varA402, 214, 0, "8", "", 0, "8€¤M>Á¤ò¶M", "", "ATUTOR"00012124: opcode_00D6 0, "8", "", 0, $var0640, 0, $var0100, "½", "RE_M", 0, "Ö", "", "Ö", "", """00012128: opcode_0038 $var0640, 1, "M", 4, $var0640, 0, $var0100, "½", "RE_M", 0, "Ö", "", "Ö", "", """0001212F: opcode_004D @0001213F, "æ", "", "¤FIRE_M>Á¤ò¶M", "", 0, "V", "Ò"", "Þ", "M", "", 0, "8", "", $var05A40001213F: opcode_0002 @00011FBD, "¤FIRE_M>Á¤ò¶", "", 0, "V", "Ò"", "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.000000011FBD: opcode_0001 0, "Ö", "", "Ö", "", "!", "", $var063C, 0, "M", $varA402, 214, 0, "8", ""// THREAD "rctrig"000109CB: opcode_00D6 2, "V", "¨", 5046276, 68360, "Ö", "", "", "", "D", "", 5.0000, 5.0000, 0, "M"000109CF: opcode_0256 $var0010, "8", "", 68360, "Ö", "", "", "", "D", "", 5.0000, 5.0000, 0, "M", ""000109D4: opcode_0038 $var02A8, 0, "8", "", 0, "Þ", "M", "", 679.0000, -120.0000, 11.0000, 5.0000, 5.0000, 5.0000, 0000109DB: opcode_0038 $var0134, 0, "M", "", 189, "M", "", 679.0000, -120.0000, 11.0000, 5.0000, 5.0000, 5.0000, 0, "M"000109E2: opcode_004D @00010B08, "Ö", "", "", "", "D", "", 5.0000, 5.0000, 0, "M", "", "", 3, "Ö"00010B08: opcode_00D6 0, "Þ€", "M", "", 68039, "¤DIAB_P>Á¤ò¶Ö", "H", "", "ƃ8€4>Á¤ò¶Ö", 5046276, 68446, 33555456, "", 0, "½‚"00010B0C: NOT opcode_00DE $var0010, 189, "M", "", 68039, "¤DIAB_P>Á¤ò¶Þ", "H", "", "ƃ8€4>Á¤ò¶Þ", 5046276, 68446, 33555456, "", 0, "½‚"00010B14: opcode_004D @00010B22, 0, $var02A8, 0, $var0100, "Ç ", "AB_PH", 10000, "Ö", "", "4", "", "", 0, "½‚"00010B1B: opcode_0004 $var02A8, 0, $var0100, "Ç ", "AB_PH", 10000, "Ö", "", "4", "", "", 0, "½‚", "", "AB1_A"00010B22: opcode_0002 @000109C7, "¤DIAB_P>Á¤ò¶", "H", "", "ƃ8€4>Á¤ò¶", 5046276, 68446, 33555456, "", 0, "½‚", "", "AB1_A", "", "‘"000109C7: opcode_0001 0, "Ö", "", "8", "", 0, "Þ", "M", "", 679.0000, -120.0000, 11.0000, 5.0000, 5.0000, 5.0000// THREAD "train"0001A8F0: opcode_01BB $var07E0, $var07FC, $var0800, $var0804, "ŸÜ", "~D", $var07E0, $var0808, $var080C, $var0810, "ŸÜ", "ÐD", $var07E0, $var0814, $var08180001A8FE: opcode_049F $var07DC, 1017.0000, -1157626880, 34070530, ">Á¤ò¶Ÿ", "ŸÜ", "ÐD", $var07E0, $var0814, $var0818, $var081C, "ŸÜ", "BŸì>Á¤ò¶Ÿ", "", ""0001A908: opcode_0001 0, "»à>Á¤ò¶", $var080C, $var0810, "ŸÜ", "ÐD", $var07E0, $var0814, $var0818, $var081C, "ŸÜ", "BŸì>Á¤ò¶", "", "", $var07EC// THREAD "noname"0001C830: opcode_03A4 "CLOTHES", 0.0000, 0, 16385280, "Ö", "", 67163648, "", -301.9380, 14.5000, "M", "", "M", "", 0// THREAD "clothes"0001C83A: opcode_0006 0, 0, 16385280, "Ö", "", 67163648, "", -301.9380, 14.5000, "M", "", "M", "", 0, "V"0001C841: opcode_0001 250, "Ö", "", 67163648, "", -301.9380, 14.5000, "M", "", "M", "", 0, "V", "¨È", ""// THREAD "noname"00021C67: opcode_03A4 "PACKAGE", 19662080, "á8", "8M", "", "á8", "{", "MPAGEB1>Á¤ò¶¤", "", "", "", "", 500, "á8", "¶"// THREAD "package"00021C71: opcode_0001 300, "á8", "8M", "", "á8", "{", "MPAGEB1>Á¤ò¶", "", "", "", "", 500, "á8", "¶", "MPAGEB2>Á¤ò¶"// THREAD "noname"000210C0: opcode_03A4 "IMPORT2", 0, $var0C64, 0, 0, $var0C68, 0, 0, $var0C6C, 0, 0, $var0C70, 0, 0, $var0C74// THREAD "import2"000210CA: opcode_0004 $var0C64, 0, 0, $var0C68, 0, 0, $var0C6C, 0, 0, $var0C70, 0, 0, $var0C74, 0, 0000210D1: opcode_0004 $var0C68, 0, 0, $var0C6C, 0, 0, $var0C70, 0, 0, $var0C74, 0, 0, $var0C78, 0, 0000210D8: opcode_0004 $var0C6C, 0, 0, $var0C70, 0, 0, $var0C74, 0, 0, $var0C78, 0, 0, $var0C7C, 0, 0000210DF: opcode_0004 $var0C70, 0, 0, $var0C74, 0, 0, $var0C78, 0, 0, $var0C7C, 0, 0, $var0C80, 0, 0000210E6: opcode_0004 $var0C74, 0, 0, $var0C78, 0, 0, $var0C7C, 0, 0, $var0C80, 0, 0, $var0C84, 0, 0000210ED: opcode_0004 $var0C78, 0, 0, $var0C7C, 0, 0, $var0C80, 0, 0, $var0C84, 0, 0, $var0C88, 0, 0000210F4: opcode_0004 $var0C7C, 0, 0, $var0C80, 0, 0, $var0C84, 0, 0, $var0C88, 0, 0, $var0C8C, 0, 0000210FB: opcode_0004 $var0C80, 0, 0, $var0C84, 0, 0, $var0C88, 0, 0, $var0C8C, 0, 0, $var0C90, 0, 000021102: opcode_0004 $var0C84, 0, 0, $var0C88, 0, 0, $var0C8C, 0, 0, $var0C90, 0, 0, $var0C94, 0, 000021109: opcode_0004 $var0C88, 0, 0, $var0C8C, 0, 0, $var0C90, 0, 0, $var0C94, 0, 0, $var0C98, 0, 000021110: opcode_0004 $var0C8C, 0, 0, $var0C90, 0, 0, $var0C94, 0, 0, $var0C98, 0, 0, $var0C9C, 0, 000021117: opcode_0004 $var0C90, 0, 0, $var0C94, 0, 0, $var0C98, 0, 0, $var0C9C, 0, 0, $var0CA0, 0, 00002111E: opcode_0004 $var0C94, 0, 0, $var0C98, 0, 0, $var0C9C, 0, 0, $var0CA0, 0, 0, $var0CA4, 0, 000021125: opcode_0004 $var0C98, 0, 0, $var0C9C, 0, 0, $var0CA0, 0, 0, $var0CA4, 0, 0, $var0CA8, 0, 327692800002112C: opcode_0004 $var0C9C, 0, 0, $var0CA0, 0, 0, $var0CA4, 0, 0, $var0CA8, 0, 32769280, "Ö", "", "Ö"00021133: opcode_0004 $var0CA0, 0, 0, $var0CA4, 0, 0, $var0CA8, 0, 32769280, "Ö", "", "Ö", "", "", "Ö"0002113A: opcode_0004 $var0CA4, 0, 0, $var0CA8, 0, 32769280, "Ö", "", "Ö", "", "", "Ö", "M", $varD600, ""00021141: opcode_0004 $var0CA8, 0, 32769280, "Ö", "", "Ö", "", "", "Ö", "M", $varD600, "", 1, "8", ""00021148: opcode_0001 500, "Ö", "", "Ö", "", "", "Ö", "M", $varD600, "", 1, "8", "", $var08F4, 1// THREAD "noname"00013271: opcode_03A4 "CARCRSH", "Gö‹>Á¤ò¶¤", "", "=", "ÌÌ=û", "DD", "", "B", "", 59.8750, 11.0000, 180.0000, "›ß¸.I>Á¤ò¶¤", "DrŠqBO>Á¤ò¶¤", "#ã@ŒÇ>Á¤ò¶¤"// THREAD "carcrsh"0001327B: opcode_0247 502, "‹", ")\=", "", 784.7500, 51.7500, 800.7500, 56.0625, 814.7500, 46.2500, 808.0000, 59.8750, 11.0000, 180.0000, "›ß¸.I>Á¤ò¶G"00013280: opcode_038B "", "=", "ÍÌÌ=û", "0DD", 800.7500, 56.0625, 814.7500, 46.2500, 808.0000, 59.8750, 11.0000, 180.0000, "›ß¸.I>Á¤ò¶‹", "DrŠqBO>Á¤ò¶‹", "#ã@ŒÇ>Á¤ò¶‹"00013282: opcode_0007 3, 0.0700, "", "Ì=û", "D", "0HD", 814.7500, 46.2500, 808.0000, 59.8750, 11.0000, 180.0000, "›ß¸.I>Á¤ò¶", "DrŠqBO>Á¤ò¶", "#ã@ŒÇ>Á¤ò¶"0001328C: opcode_0007 4, 0.1000, "û", "", "D", "°KD", 808.0000, 59.8750, 11.0000, 180.0000, "›ß¸.I>Á¤ò¶", "DrŠqBO>Á¤ò¶", "#ã@ŒÇ>Á¤ò¶", $var068C, "’Œ"000132CA: opcode_029B 223, 804.7300, 60.3852, 7.0981, $var068C, "ÇŒ’>Á¤ò¶›", "Œ", "", 804.5500, 65.0512, 10.0000, $var0690, "S", "´Â", ""000132E0: opcode_01C7 $var068C, "’Œ", "", 502, 804.5500, 65.0512, 10.0000, $var0690, "S", "´Â", "", "", "”", "7", "HD33gB>Á¤ò¶Ç"000132E5: opcode_0392 $var068C, 0, 0.0000, 0, "ö3#>Á¤ò¶’", "ID7‚B>Á¤ò¶’", "", 2, "", "", "", 0, "8", "", 801.6300000132EC: opcode_0006 0, 0, "ö3#>Á¤ò¶", "ID7‚B>Á¤ò¶", "", 2, "", "", "", 0, "8", "", 801.6300, 57.8000, 814.0000000132F3: opcode_0107 502, 804.5500, 65.0512, 10.0000, $var0690, "S", "´Â", "", "", "”", "7", "HD33gB>Á¤ò¶", "", "Bÿ˜Ö", 00001330A: opcode_0453 $var0690, -90.0000, 0.0000, 0.0000, 16385280, "Ö", 0.0000, 79620, ">RhHD>Á¤ò¶S", "33gB", "D33}Bÿ>Á¤ò¶S", $var0698, "Ö", 0.0000, 796200001331E: opcode_0001 250, "Ö", 0.0000, 79620, ">RhHD>Á¤ò¶", "33gB", "D33}Bÿ>Á¤ò¶", $var0698, "Ö", 0.0000, 79620, "Ö", 237896.0938, "D33gB", ""// THREAD "noname"00020C27: opcode_03A4 "M_CRANE", "h", "", "D", "8›D", 1304.8750, -696.6875, 32.0000, 0.0000, 0, $var0C30, 0, 0, $var0C34, 0// THREAD "m_crane"00020C65: opcode_0004 $var0C30, 0, 0, $var0C34, 0, 0, $var0C38, 0, 32769280, "Ö", "", "Ö", "", "`:Ä", -675.062500020C6C: opcode_0004 $var0C34, 0, 0, $var0C38, 0, 32769280, "Ö", "", "Ö", "", "`:Ä", -675.0625, 0, "M", ""00020C73: opcode_0004 $var0C38, 0, 32769280, "Ö", "", "Ö", "", "`:Ä", -675.0625, 0, "M", "", "ìM", "", "8"00020C7A: opcode_0001 500, "Ö", "", "Ö", "", "`:Ä", -675.0625, 0, "M", "", "ìM", "", "8", "", "šD"// THREAD "noname"00020080: opcode_03A4 "IMPORT1", 0, $var0B5C, 0, 0, $var0B60, 0, 0, $var0B64, 0, 0, $var0B68, 0, 0, $var0B6C// THREAD "import1"0002008A: opcode_0004 $var0B5C, 0, 0, $var0B60, 0, 0, $var0B64, 0, 0, $var0B68, 0, 0, $var0B6C, 0, 000020091: opcode_0004 $var0B60, 0, 0, $var0B64, 0, 0, $var0B68, 0, 0, $var0B6C, 0, 0, $var0B70, 0, 000020098: opcode_0004 $var0B64, 0, 0, $var0B68, 0, 0, $var0B6C, 0, 0, $var0B70, 0, 0, $var0B74, 0, 00002009F: opcode_0004 $var0B68, 0, 0, $var0B6C, 0, 0, $var0B70, 0, 0, $var0B74, 0, 0, $var0B78, 0, 0000200A6: opcode_0004 $var0B6C, 0, 0, $var0B70, 0, 0, $var0B74, 0, 0, $var0B78, 0, 0, $var0B7C, 0, 0000200AD: opcode_0004 $var0B70, 0, 0, $var0B74, 0, 0, $var0B78, 0, 0, $var0B7C, 0, 0, $var0B80, 0, 0000200B4: opcode_0004 $var0B74, 0, 0, $var0B78, 0, 0, $var0B7C, 0, 0, $var0B80, 0, 0, $var0B84, 0, 0000200BB: opcode_0004 $var0B78, 0, 0, $var0B7C, 0, 0, $var0B80, 0, 0, $var0B84, 0, 0, $var0B88, 0, 0000200C2: opcode_0004 $var0B7C, 0, 0, $var0B80, 0, 0, $var0B84, 0, 0, $var0B88, 0, 0, $var0B8C, 0, 0000200C9: opcode_0004 $var0B80, 0, 0, $var0B84, 0, 0, $var0B88, 0, 0, $var0B8C, 0, 0, $var0B90, 0, 0000200D0: opcode_0004 $var0B84, 0, 0, $var0B88, 0, 0, $var0B8C, 0, 0, $var0B90, 0, 0, $var0B94, 0, 0000200D7: opcode_0004 $var0B88, 0, 0, $var0B8C, 0, 0, $var0B90, 0, 0, $var0B94, 0, 0, $var0B98, 0, 0000200DE: opcode_0004 $var0B8C, 0, 0, $var0B90, 0, 0, $var0B94, 0, 0, $var0B98, 0, 0, $var0B9C, 0, 0000200E5: opcode_0004 $var0B90, 0, 0, $var0B94, 0, 0, $var0B98, 0, 0, $var0B9C, 0, 0, $var0BA0, 0, 32769280000200EC: opcode_0004 $var0B94, 0, 0, $var0B98, 0, 0, $var0B9C, 0, 0, $var0BA0, 0, 32769280, "Ö", "", "Ö"000200F3: opcode_0004 $var0B98, 0, 0, $var0B9C, 0, 0, $var0BA0, 0, 32769280, "Ö", "", "Ö", "", "", "Ö"000200FA: opcode_0004 $var0B9C, 0, 0, $var0BA0, 0, 32769280, "Ö", "", "Ö", "", "", "Ö", "M", $varD600, ""00020101: opcode_0004 $var0BA0, 0, 32769280, "Ö", "", "Ö", "", "", "Ö", "M", $varD600, "", 1, "8", ""00020108: opcode_0001 500, "Ö", "", "Ö", "", "", "Ö", "M", $varD600, "", 1, "8", "", $var08F0, 1// THREAD "noname"00023CF9: opcode_03A4 "C_CARP", 16385280, "Ö", "", "Ö", "M", "", "COM_EAS", "M", "", -68.1880, -610.8750, 31.0000, -28.7500, -479.8750// THREAD "c_carp"00023D03: opcode_0001 250, "Ö", "", "Ö", "M", "", "COM_EAS", "M", "", -68.1880, -610.8750, 31.0000, -28.7500, -479.8750, 36.0000// THREAD "c_ammu"000238D4: opcode_00D6 0, "V", "î<", "!", "_EAS", "©<", "W", "’Aì1Ä>Á¤ò¶Ö", "", "@", "", "œ;", "8", "", $var0010000238D8: opcode_0256 $var0010, "M", "", "COM_EAS", "M", "", 18.2500, -711.6880, 30.0000, 4.7500, -722.3750, 34.0000, 0, "M", ""000238DD: opcode_004D @00023CEE, "Ö", "", "", "Ö", "", "ì1Ä", 4.7500, -722.3750, 34.0000, 0, "M", "", 0, "M"000238E4: opcode_00D6 0, "!", "_EAS", "©<", "W", "’Aì1Ä>Á¤ò¶Ö", "", "@", "", "œ;", "8", "", $var0010, 0, "i>Á¤ò¶Ö"000238E8: opcode_0121 $var0010, "COM_EAS", "M", "", 18.2500, -711.6880, 30.0000, 4.7500, -722.3750, 34.0000, 0, "M", "", 0, "M"000238F5: opcode_004D @00023CA9, "Ö", "", "ì1Ä", 4.7500, -722.3750, 34.0000, 0, "M", "", 0, "M", 67112962, "", 26308700023CA9: opcode_00D6 0, "8", "", 1, "˜", "”`ê", "", $var035C, "ëÈ›", "<", "x", "8", 24387, "CARP", 25000023CAD: opcode_0038 $var0E78, 1, "M", "", "", "", "", "È›", 4, 2013396996, "", $var0100, "", "ARP", "ú"00023CB4: opcode_004D @00023CEE, "Ö", "", "ê", $varBD00, -352101374, $var03C8, "›", 2013396996, "", $var0100, "", "ARP", "ú", $var001000023CEE: opcode_0002 @000238D0, -1543502848, 24387, "CARP", 250, "Ö", "", "Ö", "M", "", "COM_EAS", "M", "", -68.1880, -610.8750000238D0: opcode_0001 70, "Ö", "", "Ö", "", "", "Ö", "", "ì1Ä", 4.7500, -722.3750, 34.0000, 0, "M", ""// THREAD "i_ammu"00022E19: opcode_00D6 0, "V", "72", "!", "TLEI", "î1", "W", "6D", "", "D", "", "á0", "8", "", $var001000022E1D: opcode_0256 $var0010, "M", "", "LITTLEI", "M", "", 731.5600, -403.5000, 20.0000, 737.7500, -394.0000, 24.0000, 0, "M", ""00022E22: opcode_004D @00023237, "Ö", "", "", "Ö", "", "ÀÉÃ", 737.7500, -394.0000, 24.0000, 0, "M", "", 0, "M"00022E29: opcode_00D6 0, "!", "TLEI", "î1", "W", "6D", "", "D", "", "á0", "8", "", $var0010, 0, "i>Á¤ò¶Ö"00022E2D: opcode_0121 $var0010, "LITTLEI", "M", "", 731.5600, -403.5000, 20.0000, 737.7500, -394.0000, 24.0000, 0, "M", "", 0, "M"00022E3A: opcode_004D @000231EE, "Ö", "", "ÀÉÃ", 737.7500, -394.0000, 24.0000, 0, "M", "", 0, "M", 67112962, "", 263087000231EE: opcode_00D6 0, "8", "", 1, "˜", "”`ê", "", $var035C, "ëÈ›", "<>Á¤ò¶Ö", 1946288132, "", $varD000, "ƒM", $var0100000231F2: opcode_0038 $var0E74, 1, "M", "", "", "", "", "È›", 4, 17040397, 0, $var0E74, 0, $var0100, "."000231F9: opcode_004D @00023237, "Ö", "", "ê", $varBD00, -352101374, $var03C8, "›", 17040397, 0, $var0E74, 0, $var0100, ".", "M"00023237: opcode_0002 @00022E15, "ЃM", "2", "", 1, "Q", 143984, 33555456, "", 2, "Q", "GEN", 214, 0, "V"00022E15: opcode_0001 70, "Ö", "", "Ö", "", "", "Ö", "", "ÀÉÃ", 737.7500, -394.0000, 24.0000, 0, "M", ""// THREAD "bust_h"0000C28C: opcode_00D6 0, "V", "÷Â", "!", "IEW", "4", 260, "M", "", "M", 67112962, "", "", 49881, "k>Á¤ò¶Ö"0000C290: opcode_0256 $var0010, "M", "", "S_VIEW", "8", "", 49911, "Ö", 77, 49911, "´", -318701491, "Â", "", 10000C295: opcode_004D @0000C2F7, "Ö", "", "", "8", "", 0, "œM", "÷Â", "", "íÂ", $var0100, "ÙÂ", "N", 498000000C29C: opcode_00D6 2, "!", "IEW", "4", 260, "M", "", "M", 67112962, "", "", 49881, "k>Á¤ò¶Ö", "N", ""0000C2A0: opcode_0121 $var0010, "S_VIEW", "8", "", 49911, "Ö", 77, 49911, "´", -318701491, "Â", "", 1, "N", 498000000C2AD: opcode_0038 $var0134, 0, "8", "", 0, "œM", "÷Â", "", "íÂ", $var0100, "ÙÂ", "N", 49800, "¤MEA_1", "hr"0000C2B4: opcode_0038 $var0530, 1, "M", "", "M", 67112962, "", "", 49881, "k>Á¤ò¶8", "N", "", "", "Ö", $var01040000C2BB: opcode_004D @0000C2F7, "Ö", 77, 49911, "´", -318701491, "Â", "", 1, "N", 49800, "¤MEA_1", "hr", "", 10000C2F7: opcode_0002 @0000C288, "¤MEA_1", "hr", "", 1, "M", $varF402, $var004E, "Ö", 5046276, 50033, "¿", "Ö", 0.0000, 190000C288: opcode_0001 0, "Ö", "", "Ö", "", "", "8", "", 0, "œM", "÷Â", "", "íÂ", $var0100, "ÙÂ"// THREAD "wast_h"0000C20C: opcode_00D6 0, "V", "wÂ", "!", "IEW", "4", 260, "M", "", "M", 67112962, "", "", 49753, "k>Á¤ò¶Ö"0000C210: opcode_0256 $var0010, "M", "", "S_VIEW", "8", "", 49783, "Ö", 77, 49783, "´", 1828782157, "Â", "", 10000C215: opcode_004D @0000C277, "Ö", "", "", "8", "", 0, "˜M", "wÂ", "", "mÂ", $var0100, "YÂ", "N", 496720000C21C: opcode_00D6 2, "!", "IEW", "4", 260, "M", "", "M", 67112962, "", "", 49753, "k>Á¤ò¶Ö", "N", ""0000C220: opcode_0121 $var0010, "S_VIEW", "8", "", 49783, "Ö", 77, 49783, "´", 1828782157, "Â", "", 1, "N", 496720000C22D: opcode_0038 $var0134, 0, "8", "", 0, "˜M", "wÂ", "", "mÂ", $var0100, "YÂ", "N", 49672, "¤BUST_H>Á¤ò¶8", ""0000C234: opcode_0038 $var052C, 1, "M", "", "M", 67112962, "", "", 49753, "k>Á¤ò¶8", "N", "", "H", "", "M"0000C23B: opcode_004D @0000C277, "Ö", 77, 49783, "´", 1828782157, "Â", "", 1, "N", 49672, "¤BUST_H>Á¤ò¶M", "", 0, "V"0000C277: opcode_0002 @0000C208, "¤BUST_H>Á¤ò¶", "", 0, "V", "÷Â", "!", "IEW", "4", 260, "M", "", "M", 67112962, ""0000C208: opcode_0001 0, "Ö", "", "Ö", "", "", "8", "", 0, "˜M", "wÂ", "", "mÂ", $var0100, "YÂ"// THREAD "intro"00037388: opcode_0050 @0003964C, "Ö", "M", "ÿÿ", "ÿèè", -653, "t", "FèM", "üÿÿ", "", 0, "8", "", -7399, "èè"0003964C: opcode_00D6 0, "8", "", 1, "á€", 0, 12, "M", "", 0, "8", "", 21, "á", 000039650: opcode_0038 $var11C0, 0, "M", "", "á€", "", $var11C0, 1, "Ö", "M", "ÿÿÖ", 0, 16, "á", -966800039657: opcode_004D @0003967C, "Ö", 16, "á€", -9620, 0, $var11C0, 1, "Ö", "M", "ÿÿÖ", 0, 16, "á", -96680003965E: opcode_00D6 1, "á€", 0, 12, "M", "", 0, "8", "", 21, "á", 0, 12, "M", ""00039662: NOT opcode_00E1 0, 16, "á€", -9620, 0, $var11C0, 1, "Ö", "M", "ÿÿÖ", 0, 16, "á", -9668, 000039668: NOT opcode_00E1 0, 12, "M", "", 0, "8", "", 21, "á", 0, 12, "M", "", "B@¾>Á¤ò¶á", ""0003966E: opcode_004D @0003967C, 0, $var11C0, 1, "Ö", "M", "ÿÿÖ", 0, 16, "á", -9668, 0, $var11C0, 2, "Q"00039675: opcode_0004 $var11C0, 1, "Ö", "M", "ÿÿÖ", 0, 16, "á", -9668, 0, $var11C0, 2, "Q", 190, 1900003967C: opcode_00D6 0, "8", "", 21, "á", 0, 12, "M", "", "B@¾>Á¤ò¶Ö", "", "?", "?", 1, "E>"00039680: opcode_0038 $var11C0, 1, "M", "", "á", "", $var11C0, 2, "Q", 190, 190, 190, $var1208, "?", ""00039687: opcode_004D @000396AC, "Ö", 16, "á", -9668, 0, $var11C0, 2, "Q", 190, 190, 190, $var1208, "?", ""0003968E: opcode_00D6 21, "á", 0, 12, "M", "", "B@¾>Á¤ò¶Ö", "", "?", "?", 1, "E>", "", "PAPER1", "Ö"00039692: opcode_00E1 0, 16, "á", -9668, 0, $var11C0, 2, "Q", 190, 190, 190, $var1208, "?", "", "E>"00039698: opcode_00E1 0, 12, "M", "", "B@¾>Á¤ò¶á", "", "?", "?", 1, "E>", "", "PAPER1", "Ö", "", "ÿÿ"0003969E: opcode_004D @000396AC, 0, $var11C0, 2, "Q", 190, 190, 190, $var1208, "?", "", "E>", "", "PAPER1", "Ö"000396AC: opcode_0051 "B@¾>Á¤ò¶Q", "", "?", "?", 1, "E>", "", "PAPER1", "Ö", "", "ÿÿ", $var00D6, 0, "", "M"0003738F: opcode_00D6 0, "8", "", -7399, "èè", "sýÿÿt>Á¤ò¶Ö", "", "M", "", "ÿÿÖ", $var11C0, 2, "M", "", $var11E800037393: opcode_0038 $var11C0, 2, "M", "", $var11E8, $var0100, "sýÿÿt>Á¤ò¶8", "", "M", "", "ÿÿÖ", $var11C0, 2, "M", ""0003739A: opcode_004D @000373A8, $var0100, "ãÿÿèè>Á¤ò¶M", "", "t", "FèM", "üÿÿ", "", 0, "8", "", -7399, "èè", "0ýÿÿ<", "Ö"000373A8: opcode_02E8 $var11E8, $var0100, "sýÿÿt>Á¤ò¶è", "", "M", "", "ÿÿÖ", $var11C0, 2, "M", "", $var11E8, $var0100, "0ýÿÿ<", "Ö"000373AD: opcode_0002 @00037375, "t", "FèM", "üÿÿ", "", 0, "8", "", -7399, "èè", "0ýÿÿ<", "Ö", -1081, "iÿ", 25500037375: opcode_001A 17166, $var11E8, "M", "", "ÿÿÖ", $var11C0, 2, "M", "", $var11E8, $var0100, "sýÿÿt>Á¤ò¶", "", "M", ""0003737D: opcode_004D @000373B4, 1342178304, "", 0, "8", "", -7399, "èè", "sýÿÿt>Á¤ò¶M", "", "M", "", "ÿÿÖ", $var11C0, 200037384: opcode_0001 0, "P", "", 2, "M", "", $var11E8, $var0100, "sýÿÿt>Á¤ò¶", "", "M", "", "ÿÿÖ", $var11C0, 2// THREAD "camera"000279A8: opcode_00D6 0, "V", "7~", "ÆM", "~", "", 163383, "Ö", "", "Ö", "", " M", "Ö", "", "£7Ä"000279AC: opcode_0256 $var0010, "M", "", "", 0, "8", "", 0, "V", "7~", "!", "K", "þ}", "W", "•Ãø£7Ä>Á¤ò¶V"000279B1: opcode_004D @00027E37, "Ö", "M", "", 0, "M", "", "M", "", "PARK", "M", "", -298.5000, -734.5620, 27.6250000279B8: opcode_00D6 0, "ÆM", "~", "", 163383, "Ö", "", "Ö", "", " M", "Ö", "", "£7Ä", -287.5625, -726.9380000279C0: opcode_004D @00027E37, "Ö", 0.0000, 163383, "Ö", "", "Ö", "", " M", "Ö", "", "£7Ä", -287.5625, -726.9380, 30.437500027E37: opcode_0002 @000279A4, "¤INTRO", "", "O", 262404, $var11C0, 0, 1761608704, 262148, 0, "j", $var0010, 1, "´", 4098000279A4: opcode_0001 70, "Ö", "", "Ö", "M", "", 0, "M", "", "M", "", "PARK", "M", "", -298.5000// THREAD "usj"0001CAB3: opcode_00D6 0, "V‚", "ÊÊ", "Ê", "€", "Ê", 33800448, "", "", 117504, $var0100, "¯Ê", "¨", "Ë", "Ê"0001CAB7: NOT opcode_0256 $var0010, "M", "", 0, "à€", "áÊ", "Ê", $var09F0, "Ö", " M", $var0100, "¯Ê", "¨", "Ë", "Ê"0001CABC: opcode_004D @0001CACA, $var0100, "¯Ê", "à€", "áÊ", "Ê", $var09F0, "Ö", " M", $var0100, "¯Ê", "¨", "Ë", "Ê", 20001CACA: opcode_00D6 0, "à€", "áÊ", "Ê", $var09F0, "Ö", " M", $var0100, "¯Ê", "¨", "Ë", "Ê", 2, "", ""0001CACE: NOT opcode_00E0 $var0010, "M", "", $var0010, $var09F0, "Ö", " M", $var0100, "¯Ê", "¨", "Ë", "Ê", 2, "", ""0001CAD3: opcode_004D @0001CAE1, $var0100, "¯Ê", "", "Áð M", "", "Ê", 2, "", "", "Ö", "", $var0100, "¯Ê", " ô Ö"0001CADA: opcode_0002 @0001CAAF, "Á", "Ö", " M", $var0100, "¯Ê", "¨", "Ë", "Ê", 2, "", "", "ãð ô >Á¤ò¶", "Ö", " "0001CAAF: opcode_0001 0, "Ö", "", $var0100, "¯Ê", "à€", "áÊ", "Ê", $var09F0, "Ö", " M", $var0100, "¯Ê", "¨", "Ë"// THREAD "hj"00021EEB: opcode_00D6 0, "V‚", $var021F, "", "Ö", 139030, $var0100, "ç", "à", ";%", "", "É", "", "M", ""00021EEF: NOT opcode_0256 $var0010, "M", "", 0, "EM", "", "Ö", "", "Á", "Ö", "", "", $var0100, "ç", "¨"00021EF4: opcode_004D @00021F02, $var0100, "ç", "EM", "", "Ö", "", "Á", "Ö", "", "", $var0100, "ç", "¨", "d"00021F02: opcode_00D6 0, "EM", "", "Ö", "", "Á", "Ö", "", "", $var0100, "ç", "¨", "d", "", $var0D4800021F06: opcode_0445 "M", "", 0, "à", ";%", "", "É", "", "M", "", 2, "", "", "ü", $var0D4C00021F08: opcode_004D @00021F16, $var0100, "ç", "à", ";%", "", "É", "", "M", "", 2, "", "", "ü", $var0D4C00021F16: opcode_00D6 0, "à", ";%", "", "É", "", "M", "", 2, "", "", "ü", $var0D4C, $var0D50, $var0D5400021F1A: opcode_00E0 $var0010, "M", 4098, "", "É", "", "M", "", 2, "", "", "ü", $var0D4C, $var0D50, $var0D5400021F1F: opcode_004D @0002253B, "Á", "Ö", "", "", $var0100, "ç", "¨", "d", "", $var0D48, $var0D4C, $var0D50, $var0D54, $var0D580002253B: opcode_0002 @00021EE7, "Ö", "M", $varAA00, "", "ä", "Z¨M", "%", "", "M", "", 140713, "Ö", "M", ""00021EE7: opcode_0001 0, "Ö", "", $var0100, "ç", "EM", "", "Ö", "", "Á", "Ö", "", "", $var0100, "ç"// THREAD "taxi_l"000124A2: opcode_00D6 0, "V", "-&", "–…", "-&", "Þ", "&", "8", "", 75275, "“¤Ö", "", "M", "", 3000124A6: opcode_0256 $var0010, "M", "", "M", "", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 75062, "Ö"000124AB: opcode_004D @0001262D, "Ö", "", "Ö", "", "Ö", 3670020, $var0654, 0, "M", $varA402, 214, 0, "8", ""000124B2: opcode_00D6 0, "–…", "-&", "Þ", "&", "8", "", 75275, "“¤Ö", "", "M", "", 3, "M", 21588000124B6: NOT opcode_0596 $var0010, "M", "", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 75062, "Ö", 772, "M"000124BB: opcode_004D @0001262D, "Ö", "", "Ö", 3670020, $var0654, 0, "M", $varA402, 214, 0, "8", "", 0, "8€¤M>Á¤ò¶M"000124C2: opcode_00D6 0, "Þ", "&", "8", "", 75275, "“¤Ö", "", "M", "", 3, "M", 21588, "UTOR", 75055000124C6: opcode_02DE $var0010, "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 75062, "Ö", 772, "M", 21588, "UTOR"000124CB: opcode_004D @00012612, "Ö", 3670020, $var0654, 0, "M", $varA402, 214, 0, "8", "", 0, "8€¤M>Á¤ò¶M", "", "TTUTOR"00012612: opcode_00D6 0, "8", "", 0, $var0658, 0, $var0100, "ž$", "KERS0", $var0130, "Ö", 0.0000, 75356, 0, $var066000012616: opcode_0038 $var0658, 1, "M", 4, $var0658, 0, $var0100, "ž$", "KERS0", $var0130, "Ö", 0.0000, 75356, 0, $var06600001261D: opcode_004D @0001262D, "æ", "", "¤BIKERS>Á¤ò¶M", "0", "", 0, "M", "", 0, "V", "'", "8", "", 10001262D: opcode_0002 @0001249E, "¤BIKERS>Á¤ò¶", "0", "", 0, "M", "", 0, "V", "'", "8", "", 1, "Þ", "V€"0001249E: opcode_0001 0, "Ö", "", "Ö", "", "Ö", "", "Ö", 3670020, $var0654, 0, "M", $varA402, 214, 0// THREAD "cop_m"000122E7: opcode_00D6 0, "V", "$", "Þ", "Þ", "Þ", "Þ", "Þ", "Þ", "M", "", 0, "8", "", $var05A4000122EB: opcode_0256 $var0010, "M", "", 156, "Þ", "Þ", "Þ", "Þ", "Þ", "M", "", 0, "8", "", $var05A4000122F0: opcode_004D @0001248D, "Ö", "", "", "", "", "", "", "$", "", $var064C, 0, "M", $varA402, 214000122F7: opcode_00D6 25, "Þ", "Þ", "Þ", "Þ", "Þ", "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000000122FB: opcode_00DE $var0010, 156, "Þ", "Þ", "Þ", "Þ", "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.000000012303: opcode_00DE $var0010, 157, "Þ", "Þ", "Þ", "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 746460001230B: opcode_00DE $var0010, 236, "Þ", "Þ", "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 74646, "Ö"00012313: opcode_00DE $var0010, 162, "Þ", "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 74646, "Ö", 7720001231B: opcode_00DE $var0010, 220, "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 74646, "Ö", 772, "M"00012323: opcode_00DE $var0010, 155, "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 74646, "Ö", 772, "M", 215710001232B: opcode_004D @00012472, "Ö", 3670020, $var064C, 0, "M", $varA402, 214, 0, "8", "", 0, "8€¤M>Á¤ò¶M", "", "CTUTOR"00012472: opcode_00D6 0, "8", "", 0, $var0650, 0, $var0100, "ã"", "XI_L", 0, "Ö", "", "Ö", "", "Ö"00012476: opcode_0038 $var0650, 1, "M", 4, $var0650, 0, $var0100, "ã"", "XI_L", 0, "Ö", "", "Ö", "", "Ö"0001247D: opcode_004D @0001248D, "æ", "", "¤TAXI_L>Á¤ò¶M", "", 0, "V", "-&", "–…", "-&", "Þ", "&", "8", "", 752750001248D: opcode_0002 @000122E3, "¤TAXI_L>Á¤ò¶", "", 0, "V", "-&", "–…", "-&", "Þ", "&", "8", "", 75275, "“¤Ö", ""000122E3: opcode_0001 0, "Ö", "", "Ö", "", "", "", "", "", "", "$", "", $var064C, 0, "M"// THREAD "fire_m"00012154: opcode_00D6 0, "V", "Ò"", "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 74203, "Ö", 77200012158: opcode_0256 $var0010, "M", "", 137, "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 74203, "Ö", 7720001215D: opcode_004D @000122D2, "Ö", "", """, "", $var0644, 0, "M", $varA402, 214, 0, "8", "", 0, "8€¤M>Á¤ò¶M"00012164: opcode_00D6 0, "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 74203, "Ö", 772, "M", 2157400012168: opcode_00DE $var0010, 137, "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 74203, "Ö", 772, "M", 2157400012170: opcode_004D @000122B7, "Ö", 3670020, $var0644, 0, "M", $varA402, 214, 0, "8", "", 0, "8€¤M>Á¤ò¶M", "", "FTUTOR"000122B7: opcode_00D6 0, "8", "", 0, $var0648, 0, $var0100, "P!", "P_M", 0, "Ö", "", "Ö", "", ""000122BB: opcode_0038 $var0648, 1, "M", 4, $var0648, 0, $var0100, "P!", "P_M", 0, "Ö", "", "Ö", "", ""000122C2: opcode_004D @000122D2, "æ", "", "¤COP_M", "", 0, "V", "$", "Þ", "Þ", "Þ", "Þ", "Þ", "Þ", "M"000122D2: opcode_0002 @00012150, "¤COP_M", "", 0, "V", "$", "Þ", "Þ", "Þ", "Þ", "Þ", "Þ", "M", "", 000012150: opcode_0001 0, "Ö", "", "Ö", "", """, "", $var0644, 0, "M", $varA402, 214, 0, "8", ""// THREAD "ambul_m"00011FC1: opcode_00D6 0, "V", "?!", "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 73800, "Ö", 77200011FC5: opcode_0256 $var0010, "M", "", 146, "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 73800, "Ö", 77200011FCA: opcode_004D @0001213F, "Ö", "", "!", "", $var063C, 0, "M", $varA402, 214, 0, "8", "", 0, "8€¤M>Á¤ò¶M"00011FD1: opcode_00D6 0, "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 73800, "Ö", 772, "M", 2156900011FD5: opcode_00DE $var0010, 146, "M", "", 0, "8", "", $var05A4, "Ö", 0.0000, 73800, "Ö", 772, "M", 2156900011FDD: opcode_004D @00012124, "Ö", 3670020, $var063C, 0, "M", $varA402, 214, 0, "8", "", 0, "8€¤M>Á¤ò¶M", "", "ATUTOR"00012124: opcode_00D6 0, "8", "", 0, $var0640, 0, $var0100, "½", "RE_M", 0, "Ö", "", "Ö", "", """00012128: opcode_0038 $var0640, 1, "M", 4, $var0640, 0, $var0100, "½", "RE_M", 0, "Ö", "", "Ö", "", """0001212F: opcode_004D @0001213F, "æ", "", "¤FIRE_M>Á¤ò¶M", "", 0, "V", "Ò"", "Þ", "M", "", 0, "8", "", $var05A40001213F: opcode_0002 @00011FBD, "¤FIRE_M>Á¤ò¶", "", 0, "V", "Ò"", "Þ", "M", "", 0, "8", "", $var05A4, "Ö", 0.000000011FBD: opcode_0001 0, "Ö", "", "Ö", "", "!", "", $var063C, 0, "M", $varA402, 214, 0, "8", ""// THREAD "rctrig"000109CB: opcode_00D6 2, "V", "¨", 5046276, 68360, "Ö", "", "", "", "D", "", 5.0000, 5.0000, 0, "M"000109CF: opcode_0256 $var0010, "8", "", 68360, "Ö", "", "", "", "D", "", 5.0000, 5.0000, 0, "M", ""000109D4: opcode_0038 $var02A8, 0, "8", "", 0, "Þ", "M", "", 679.0000, -120.0000, 11.0000, 5.0000, 5.0000, 5.0000, 0000109DB: opcode_0038 $var0134, 0, "M", "", 189, "M", "", 679.0000, -120.0000, 11.0000, 5.0000, 5.0000, 5.0000, 0, "M"000109E2: opcode_004D @00010B08, "Ö", "", "", "", "D", "", 5.0000, 5.0000, 0, "M", "", "", 3, "Ö"00010B08: opcode_00D6 0, "Þ€", "M", "", 68039, "¤DIAB_P>Á¤ò¶Ö", "H", "", "ƃ8€4>Á¤ò¶Ö", 5046276, 68446, 33555456, "", 0, "½‚"00010B0C: NOT opcode_00DE $var0010, 189, "M", "", 68039, "¤DIAB_P>Á¤ò¶Þ", "H", "", "ƃ8€4>Á¤ò¶Þ", 5046276, 68446, 33555456, "", 0, "½‚"00010B14: opcode_004D @00010B22, 0, $var02A8, 0, $var0100, "Ç ", "AB_PH", 10000, "Ö", "", "4", "", "", 0, "½‚"00010B1B: opcode_0004 $var02A8, 0, $var0100, "Ç ", "AB_PH", 10000, "Ö", "", "4", "", "", 0, "½‚", "", "AB1_A"00010B22: opcode_0002 @000109C7, "¤DIAB_P>Á¤ò¶", "H", "", "ƃ8€4>Á¤ò¶", 5046276, 68446, 33555456, "", 0, "½‚", "", "AB1_A", "", "‘"000109C7: opcode_0001 0, "Ö", "", "8", "", 0, "Þ", "M", "", 679.0000, -120.0000, 11.0000, 5.0000, 5.0000, 5.0000// THREAD "train"0001A90C: opcode_01BB $var07E0, $var0808, $var080C, $var0810, "ŸÜ", "ÐD", $var07E0, $var0814, $var0818, $var081C, "ŸÜ", "BŸì>Á¤ò¶»", "", "", $var07EC0001A91A: opcode_049F $var07DC, 1666.0000, -1157626880, 34070530, ">Á¤ò¶Ÿ", "ŸÜ", "BŸì>Á¤ò¶Ÿ", "", "", $var07EC, 20.0000, 0, $var0820, 1, "P"0001A924: opcode_0001 0, "»à>Á¤ò¶", $var0818, $var081C, "ŸÜ", "BŸì>Á¤ò¶", "", "", $var07EC, 20.0000, 0, $var0820, 1, "P", "" Edited March 25, 2018 by patente Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1070160599 Share on other sites More sharing options...
Butcher696 Posted March 26, 2018 Share Posted March 26, 2018 Tray on 1.0 exe of GTA VC u have 1.1 patch - but for my on 1.1 work perfect - Orginal disk + patched and installed mode and work 1 run 1 work patente 1 Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1070161703 Share on other sites More sharing options...
patente Posted March 28, 2018 Share Posted March 28, 2018 Tray on 1.0 exe of GTA VC u have 1.1 patch - but for my on 1.1 work perfect - Orginal disk + patched and installed mode and work 1 run 1 work thanks my boi you the real MVP Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1070164810 Share on other sites More sharing options...
god speed Posted October 12, 2018 Share Posted October 12, 2018 After the "cannot sprint with the AK" fix, when the final mission is completed Cartel gang members carry MP5s instead of AKs (the AK replaces the Kruger instead of the MP5). There a some minor GXT related mismatches when a bike is used instead of a car: -In 'Grand Theft Auto', the message "Car delivered" appears when the PCJ-600 is delivered. -In 'Evidence Dash', the message "Torch the car" appears when a bike is used to collect the evidence pickups. The word "car" could be replaced with "vehicle". Ivan1997GTA and Jimmy 2 Link to comment https://gtaforums.com/topic/743523-bugs-glitches-and-incompletes/page/2/#findComment-1070481420 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now