Freakler Posted February 4, 2018 Share Posted February 4, 2018 (edited) Liberty City Stories Debug Menu If you remember the release by Dageron some time ago (http://gtaforums.com/topic/520711-rel-lcs-psp-ps2-debug-menu/) this will be familiar.. With this version the menu is now fully accessible and there is no need for multiple .scm(s) anymore! Now, the menu itself is still not fully functional but there is nothing we can do about it currently. "Toggle player coordinates", "USJeditor" will just crash and the "Car viewer" code is not even existend anymore for example. Also some character models in "Character Viewer" will still crash the game as well (could be fixed by skipping probably). And "Animation Viewer" has no text in the menu.. Here is the list of what functions there originally were (maybe/probably even more) and whats working in this version: // Level Skip Menu works // Car Viewer // Character Viewer some will crash // Building Viewer works // Weapon Cheat works // Player Cheat works // Weather and Time Changer freezing time doesn't work // Marketing Camera (started by default?!) // MoCap Menu (cutscene viewer) works // USJ Editor (unique stunt jumps) // Toggle Player Coordinates // Animation Viewer works but no text You see this is still far from fully functional and complete but currently the best you can have! Now I added multiple versions of .scms here: In very early builds of the game the Debug menu would just start by itself but the devs could skip that by holding x while loading. Later at a more finished state of the game (like with the PS2 port), you had to hold L + R + DOWN + CROSS while loading to trigger the debug mode. So exactly the other way round.. Those versions you will find in the "button_check" folder! Also I removed the game from being frozen when in the Debug Menu (so that the main controls message displays correctly) Thats what "_fix.scm" does. Otherwise just use the normal "main.scm" for auto-loading the menu! MAIN.SCM - Debug will auto-load (you can hold x while game loads to skip that though) MAIN_fix.SCM - same as above + message fix + you can move while in menu MAIN_butcheck.SCM - Debug won't auto-load (you need to hold L + R + DOWN + CROSS while game starts) MAIN_butcheck_fix.SCM - same as above + message fix + you can move while in menu Just use MAIN_fix.SCM for the "best experience".. How to install: Use UMDGen or Apache to replace the "main.scm" in the /data/ folder and save/rebuild the ISO. Main button controls: Open Debug Menu: R + O + DOWN Change Outfit: R + TRIANGLE + LEFT or RIGHT Cheat Mode ON/OFF: L + DOWN Traffic ON/OFF: L + SELECT Write Coordinates: L + O Vehicle Spawner: L + LEFT or RIGHT MAP & UI ON/OFF: . Download: http://www.mediafire.com/file/3bazbzyv1k8hhdl/gtalcs_ps2debug.rar Also as this is the PS2's .scm file don't load or save over your savegames on PSP!!! Have fun Edited January 16, 2021 by Freakler koragg, Shred_, Cincy32 and 7 others 10 Link to comment Share on other sites More sharing options...
darkdraggy Posted February 4, 2018 Share Posted February 4, 2018 Cool, you can fix the toggle player coordinates by finding these two byte arrays. 5B 06 01 to 01 00 01 or to D4 04 01 and 5B 06 07 01 to 00 00 00 00 This should fix the toggle player coordinates crash. Link to comment Share on other sites More sharing options...
Freakler Posted February 4, 2018 Author Share Posted February 4, 2018 (edited) Cool, you can fix the toggle player coordinates by finding these two byte arrays. 5B 06 01 to 01 00 01 or to D4 04 01 and 5B 06 07 01 to 00 00 00 00 This should fix the toggle player coordinates crash. Yea it fixes the crash button doesn't make it work so I haven't changed anything. Also the menu won't open again iirc Edited February 4, 2018 by Freakler Link to comment Share on other sites More sharing options...
rollschuh2282 Posted April 2, 2018 Share Posted April 2, 2018 i know this is 2 months old already, but how do i zoom out in the building viewer or enable the marketing can in freeroam? i use a x360 controller Link to comment Share on other sites More sharing options...
Freakler Posted April 3, 2018 Author Share Posted April 3, 2018 i know this is 2 months old already, but how do i zoom out in the building viewer or enable the marketing can in freeroam? i use a x360 controller Hey, SQUARE + AnalogStick UP/DOWN = move the camera up and down. CROSS + AnalogStick UP/DOWN = zoom in/out For the marketing camera I don't really know (yet) but the thread is created by default Have fun Link to comment Share on other sites More sharing options...
darkdraggy Posted April 3, 2018 Share Posted April 3, 2018 Are you going to update this anytime soon? Link to comment Share on other sites More sharing options...
Freakler Posted April 3, 2018 Author Share Posted April 3, 2018 Are you going to update this anytime soon? What do you mean? Link to comment Share on other sites More sharing options...
darkdraggy Posted April 3, 2018 Share Posted April 3, 2018 (edited) Are you going to update the menu to work with the PSP savefiles or not? Edit: I thought I might aswell throw this in here, it's missing some features because I can't be bothered to figure out what's wrong, it's compatible with your older save files too, but as I mentioned before some stuff doesn't work. _C1 Debug menu_L 0x017724B7 0x00000006_L 0x017724E8 0x00000069_L 0x0178E42D 0x00000000_L 0x0178E42E 0x00000000_L 0x0178E42F 0x00000000_L 0x0178E430 0x00000000_L 0x0178E431 0x00000000_L 0x0178E432 0x00000000_L 0x0178E433 0x00000000_L 0x0178E434 0x00000000_L 0x0178E435 0x00000000_L 0x0178E436 0x00000000_L 0x0178E437 0x00000000_L 0x0178E438 0x00000000_L 0x0178E439 0x000000D4_L 0x0178E43A 0x00000004_L 0x0178E43B 0x00000001 Edited April 3, 2018 by darkdraggy Link to comment Share on other sites More sharing options...
Freakler Posted April 3, 2018 Author Share Posted April 3, 2018 (edited) Are you going to update the menu to work with the PSP savefiles or not? If there is a way to recompile the scm script I would. But as there is no tool I know of its not that easy with just hex editing. The PSP scm version is lacking all the crucial parts sadly. Edited April 3, 2018 by Freakler Link to comment Share on other sites More sharing options...
rollschuh2282 Posted April 3, 2018 Share Posted April 3, 2018 Are you going to update the menu to work with the PSP savefiles or not? If there is a way to recompile the scm script I would. But as there is no tool I know of its not that easy with just hex editing. The PSP scm version is lacking all the crucial parts sadly. I think sanny builder does support lcs on psp ps2 and mobile. Link to comment Share on other sites More sharing options...
Freakler Posted April 3, 2018 Author Share Posted April 3, 2018 Are you going to update the menu to work with the PSP savefiles or not? If there is a way to recompile the scm script I would. But as there is no tool I know of its not that easy with just hex editing. The PSP scm version is lacking all the crucial parts sadly. I think sanny builder does support lcs on psp ps2 and mobile. Only decompiling though afaik Link to comment Share on other sites More sharing options...
Shred_ Posted May 16, 2019 Share Posted May 16, 2019 Hey, sorry for the bump. Did you find out how to enable the marketing camera in freeroam yet? Link to comment Share on other sites More sharing options...
Freakler Posted May 16, 2019 Author Share Posted May 16, 2019 50 minutes ago, HotlineVice19603 said: Hey, sorry for the bump. Did you find out how to enable the marketing camera in freeroam yet? hey, well I haven't messed with it since then. But I highly doubt it will ever work, iirc the crucial parts are missing sadly Link to comment Share on other sites More sharing options...
Shred_ Posted May 16, 2019 Share Posted May 16, 2019 2 hours ago, Freakler said: hey, well I haven't messed with it since then. But I highly doubt it will ever work, iirc the crucial parts are missing sadly Damn. I see. Link to comment Share on other sites More sharing options...
Zingzagger Posted July 24, 2019 Share Posted July 24, 2019 Anyway to use do this on my iphone? My pc is broken at the moment. Link to comment Share on other sites More sharing options...
AshGamer007 Posted July 29, 2019 Share Posted July 29, 2019 On 7/25/2019 at 4:26 AM, Zingzagger said: Anyway to use do this on my iphone? My pc is broken at the moment. Use a ISO extractor then extract the game and replace the main.scm then rebuild the game as ISO Zingzagger 1 Link to comment Share on other sites More sharing options...
Zingzagger Posted July 30, 2019 Share Posted July 30, 2019 On 7/29/2019 at 2:54 AM, PiashGamer007 said: Use a ISO extractor then extract the game and replace the main.scm then rebuild the game as ISO Yea i think i messed up somewhere and now where it should just be one folder, its two gta lcs folder inside of one another Link to comment Share on other sites More sharing options...
DeltaV20 Posted March 12, 2021 Share Posted March 12, 2021 ah man wheres the reefer in the car spawner Link to comment Share on other sites More sharing options...
TheEmptyProd. Posted August 25, 2021 Share Posted August 25, 2021 It Is Possible To Enable Menu In The Multiplayer ????????????????? Link to comment Share on other sites More sharing options...
Vance2727 Posted September 14, 2021 Share Posted September 14, 2021 Could Car Spawner be edited so that vcnmav and polmav and other vehicles that do not appear can be spawned? Link to comment Share on other sites More sharing options...
Freakler Posted September 14, 2021 Author Share Posted September 14, 2021 1 hour ago, Vance2727 said: Could Car Spawner be edited so that vcnmav and polmav and other vehicles that do not appear can be spawned? I just took a quick look: :NONAME_22_597 $2936 += 1 $2936 > 214 004D: goto_if_false @NONAME_22_624 $2936 = 130 :NONAME_22_787 $2936 -= 1 130 > $2936 004D: goto_if_false @NONAME_22_814 $2936 = 214 214 is the highest vehicle id (Maverick). So hex-editing to 216 might do the trick already. For the others like the tiny invisible heli there are blacklist checks as well. So in theory sure but I didn't bother as this is what the devs used. Vance2727 1 Link to comment Share on other sites More sharing options...
Vance2727 Posted September 15, 2021 Share Posted September 15, 2021 ok thanks, I won't bother again Link to comment Share on other sites More sharing options...