Página 4 de 43

Re: [LUA]Cheat Menu

Enviado: 14 Jun 2019, 16:04
por Grinch_
Crowdigger escreveu:
14 Jun 2019, 14:30
I found two bugs:

One for some reason (I think after using to save in the Cheat Menu) the game stopped saving the cars in the garage.

The car hydraulics only work if you activate by the Cheat Menu, if you buy in the tunning stores they will not work.
One for some reason (I think after using to save in the Cheat Menu) the game stopped saving the cars in the garage.
hmm.weird issue.Thanks for reporting.
The car hydraulics only work if you activate by the Cheat Menu, if you buy in the tunning stores they will not work.
Fixed this.Thanks

Re: [LUA]Cheat Menu

Enviado: 14 Jun 2019, 16:18
por Ruben Viera
I have the same problem, the hydraulics do not work, i try to intall them with the tuning garage, with quick tune mod and they do not work

Re: [LUA]Cheat Menu

Enviado: 14 Jun 2019, 17:16
por Grinch_
Ruben Viera escreveu:
14 Jun 2019, 16:18
I have the same problem, the hydraulics do not work, i try to intall them with the tuning garage, with quick tune mod and they do not work
I've just fixed it.If you guys want I'll upload a fixed version soon.

Also tested that garage save issue.it seems to occur if I use

Código: Selecionar tudo

createCar(model,x,y,z)
opcode to spawn vehicles. Don't know why it's happening though.

Código: Selecionar tudo

spawnVehicleByCheating(model)
This is fine though. But comes with the downside of not having the car handle.

Just if anyone interested this is the full function,
SpoilerAbrir

Código: Selecionar tudo

function give_vehicle_to_player(model)
    if isModelAvailable(model) then
        local x,y,z = getCharCoordinates(PLAYER_PED)
        if isCharInAnyCar(PLAYER_PED) then
            local car = getCarCharIsUsing(PLAYER_PED)
            warpCharFromCarToCoord(PLAYER_PED,x,y,z)
            local speed = getCarSpeed(car)
            deleteCar(car)
        end
        if isThisModelAPlane(model) and tvehicles.spawn_plane_in_air.v == true then
            local z = 400
        end
        requestModel(model)
        loadAllModelsNow()
       -- spawnVehicleByCheating(model)
        local car = createCar(model,x,y,z)
        local heading = getCharHeading(PLAYER_PED)
        warpCharIntoCar(PLAYER_PED,car)
        setCarHeading(car,heading)
        setCarForwardSpeed(car,speed)
        markModelAsNoLongerNeeded(model)
        fcommon.CheatActivated()
    end
end
 

Re: [LUA]Cheat Menu

Enviado: 14 Jun 2019, 21:32
por dqqhn
When the car is running and i try to spawn another one while driving, the car and the menu disappears, but not the cursor. The camera gets stuck and i can't move it until i restart the game.
When I pass the mouse over the "Wanted Star Border" option during a chase the game crashes. And, i don't know if it happens with another police-related cheats, but when i try to type the 6-star one, the game crashes.
I also have these bugs but instead when i spawn a car while im inside one whole game crashes.
Here's the crash log for the first one. I couldn't get crash log for "Wanted Star Border" crash because i deleted that section from the menu.
SpoilerAbrir
Game version: GTA SA 1.0 US
Unhandled exception at 0x00480100 in gta_sa.exe (+0x80100): 0xC0000005: Access violation reading location 0x000003BA.
    Register dump:
        EAX: 0x00000000  EBX: 0x00000001  ECX: 0x06FE83F0  EDX: 0x00001D01  
        EDI: 0x29F98A70  ESI: 0x29F99740  EBP: 0x0177F13C  EIP: 0x00480100  
        ESP: 0x0177F034  EFL: 0x00010246  CS: 0x00000023   SS: 0x0000002B   
        GS: 0x0000002B   FS: 0x00000053   ES: 0x0000002B   DS: 0x0000002B   
        
    Stack dump:
        0x0177F034:  29F98A70 29F99740 0177F13C 00000001 6441FAB0 00000000
        0x0177F04C:  00000031 00000064 1A6B0D88 1879E5D0 00000000 1A6854B0
        0x0177F064:  00000143 00000064 00021120 00000000 00000000 1A3E6038
        0x0177F07C:  0177F08C 77C26457 0177F0C8 00000000 018A0000 00000000
        0x0177F094:  29F98A70 29F99740 29F99740 29F99740 0047D77A 00000000
        0x0177F0AC:  29F98A70 29F99740 00000001 29F98A70 29F99740 29F99740
        0x0177F0C4:  00000001 00469607 00000000 29F98A70 29F99740 0177F13C
        0x0177F0DC:  29F98A70 29F99740 0177F13C 00000001 004667AC 00000001
        0x0177F0F4:  29F98A70 29F99740 643C1703 00000000 29F99740 0177F118
        0x0177F10C:  643B4C26 0177F1C8 00838329 FFFFFFFF 00469FF7 000002D4
        base: 0x01580000   top: 0x0177F034   bottom: 0x01780000
        
    Backtrace (may be wrong):
        =>0x00480100 in gta_sa.exe (+0x80100) (0x0177F13C) 
          0x0046A220 in gta_sa.exe (+0x6a220) (0x0177F1D4) 
          0x62A90CA5 Ext_SetPedRemap+0xdac5 in pedfuncs.asi (+0x10ca5) (0x0177F224) 
          0x62A8D34B Ext_SetPedRemap+0xa16b in pedfuncs.asi (+0xd34b) (0x0177F248) 
          0x62A8C11E Ext_SetPedRemap+0x8f3e in pedfuncs.asi (+0xc11e) (0x0177F344) 
          0x62984760 in imcamaim.asi (+0x4760) (0x0177F398) 
          0x629834FA in imcamaim.asi (+0x34fa) (0x0177F3B4) 
          0x62983084 in imcamaim.asi (+0x3084) (0x0177F4B4) 
          0x61BC2CBB in sa_gps.asi (+0x2cbb) (0x0177F4E0) 
          0x61BC7AA5 in sa_gps.asi (+0x7aa5) (0x0177F530) 
          0x61BC45E0 in sa_gps.asi (+0x45e0) (0x0177F554) 
          0x61BC3C98 in sa_gps.asi (+0x3c98) (0x0177F650) 
          0x0053E986 in gta_sa.exe (+0x13e986) (0x0177F668) 
          0x6359B8E9 in modloader.asi (+0x1b8e9) (0x0177F6B0) 
          0x6359FC02 in modloader.asi (+0x1fc02) (0x0177F6C4) 
          0x6359E267 in modloader.asi (+0x1e267) (0x0177F6E0) 
          0x635A0246 in modloader.asi (+0x20246) (0x0177F854) 
          0x635A013C in modloader.asi (+0x2013c) (0x0177F860) 
          0x0053ECC2 in gta_sa.exe (+0x13ecc2) (0x0177F884) 
        
    


Shutting down Mod Loader...
Shutting down filesystem watcher...
Shutting down menu...
Unloading plugin "gta3.std.fx"
Unloading plugin "gta3.std.asi"
Unloading plugin "gta3.std.bank"
Unloading plugin "gta3.std.data"
Unloading plugin "gta3.std.movies"
Unloading plugin "gta3.std.scm"
Unloading plugin "gta3.std.text"
Unloading plugin "gta3.std.tracks"
Unloading plugin "gta3.std.sprites"
Unloading plugin "gta3.std.stream"



Game version: GTA SA 1.0 US
Unhandled exception at 0x6163A500 in gta_sa.exe: 0xC0000005: Access violation reading location 0x6163A500.
    Register dump:
        EAX: 0x00000001  EBX: 0x00000000  ECX: 0x00B608D0  EDX: 0x00000000  
        EDI: 0x00B608D0  ESI: 0x00B608D0  EBP: 0x1D22FF80  EIP: 0x6163A500  
        ESP: 0x1D22FF40  EFL: 0x00010246  CS: 0x00000023   SS: 0x0000002B   
        GS: 0x0000002B   FS: 0x00000053   ES: 0x0000002B   DS: 0x0000002B   
        
    Stack dump:
        0x1D22FF40:  004EED28 77A01AB0 00B608D0 1D22FF80 00B608D0 00000000
        0x1D22FF58:  00000001 00000000 00B608D0 004EEEB1 004EEEAD 004EEE90
        0x1D22FF70:  004EEE90 77A00419 00B608D0 77A00400 1D22FFDC 77C4662D
        0x1D22FF88:  00B608D0 28527777 00000000 00000000 00B608D0 C0000005
        0x1D22FFA0:  75FEA5D0 A4CF951D A8ED267C 00000000 00000000 1D22F954
        0x1D22FFB8:  75FEA5D0 D13130CD 00000000 1D22FF8C 1D22F954 1D22FFE4
        0x1D22FFD0:  77C586D0 42BE1A1B 00000000 1D22FFEC 77C465FD FFFFFFFF
        0x1D22FFE8:  77C651DB 00000000 00000000 004EEE90 00B608D0 00000000
        base: 0x1D030000   top: 0x1D22FF40   bottom: 0x1D230000
        
    Backtrace (may be wrong):
        =>0x6163A500 in unknown (+0x6163a500) (0x1D22FF3C) 
          0x004EED28 in gta_sa.exe (+0xeed28) (0x1D22FF80) 
          0x77C4662D RtlGetAppContainerNamedObjectPath+0xed in ntdll.dll (+0x6662d) (0x1D22FFDC) 
          0x77C465FD RtlGetAppContainerNamedObjectPath+0xbd in ntdll.dll (+0x665fd) (0x1D22FFEC) 
        
    


Shutting down Mod Loader...
Shutting down menu...
Unloading plugin "gta3.std.stream"
Mod Loader has been shutdown.

Re: [LUA]Cheat Menu

Enviado: 15 Jun 2019, 00:38
por Grinch_
I meant moonloader.log, not modloader.log

Edit:I've fixed the garage save issue mentioned ^

Edit2: Guys, you can download the latest changes from here.

Re: [LUA]Cheat Menu

Enviado: 15 Jun 2019, 13:06
por Eqaul
dqqhn escreveu:
14 Jun 2019, 21:32
when i spawn a car while im inside one whole game crashes.
I can confirm this too

Re: [LUA]Cheat Menu

Enviado: 15 Jun 2019, 14:19
por Grinch_
Eqaul escreveu:
15 Jun 2019, 13:06
dqqhn escreveu:
14 Jun 2019, 21:32
when i spawn a car while im inside one whole game crashes.
I can confirm this too 
I'm not totally sure if I fixed this already but doesn't seem to happen for me. Can you guys try out the version from GitHub & let me know.

Re: [LUA]Cheat Menu

Enviado: 15 Jun 2019, 16:11
por Eqaul
Grinch_ escreveu:
15 Jun 2019, 14:19
Eqaul escreveu:
15 Jun 2019, 13:06
dqqhn escreveu:
14 Jun 2019, 21:32
when i spawn a car while im inside one whole game crashes.
I can confirm this too 
I'm not totally sure if I fixed this already but doesn't seem to happen for me. Can you guys try out the version from GitHub & let me know. 
Not fixed. This error appears
dqqhn escreveu:
14 Jun 2019, 21:32
When the car is running and i try to spawn another one while driving, the car and the menu disappears, but not the cursor. The camera gets stuck and i can't move it until i restart the game.

Re: [LUA]Cheat Menu

Enviado: 15 Jun 2019, 17:37
por dqqhn
Eqaul escreveu:
15 Jun 2019, 16:11
Grinch_ escreveu:
15 Jun 2019, 14:19
Eqaul escreveu:
15 Jun 2019, 13:06
dqqhn escreveu:
14 Jun 2019, 21:32
when i spawn a car while im inside one whole game crashes.
I can confirm this too  
I'm not totally sure if I fixed this already but doesn't seem to happen for me. Can you guys try out the version from GitHub & let me know.  
Not fixed. This error appears
dqqhn escreveu:
14 Jun 2019, 21:32
When the car is running and i try to spawn another one while driving, the car and the menu disappears, but not the cursor. The camera gets stuck and i can't move it until i restart the game.
Same for me still crashes.

Re: [LUA]Cheat Menu

Enviado: 15 Jun 2019, 22:08
por Grinch_
okay, so can you guys sent me your moonloader.log thanks.

Re: [LUA]Cheat Menu

Enviado: 16 Jun 2019, 11:42
por Grinch_
SpoilerAbrir
dqqhn escreveu:
15 Jun 2019, 17:37
Eqaul escreveu:
15 Jun 2019, 16:11
Grinch_ escreveu:
15 Jun 2019, 14:19
Eqaul escreveu:
15 Jun 2019, 13:06
dqqhn escreveu:
14 Jun 2019, 21:32
when i spawn a car while im inside one whole game crashes.
I can confirm this too 
I'm not totally sure if I fixed this already but doesn't seem to happen for me. Can you guys try out the version from GitHub & let me know. 
Not fixed. This error appears
dqqhn escreveu:
14 Jun 2019, 21:32
When the car is running and i try to spawn another one while driving, the car and the menu disappears, but not the cursor. The camera gets stuck and i can't move it until i restart the game.
Same for me still crashes. 
Eqaul escreveu:
15 Jun 2019, 16:11
Grinch_ escreveu:
15 Jun 2019, 14:19
Eqaul escreveu:
15 Jun 2019, 13:06
dqqhn escreveu:
14 Jun 2019, 21:32
when i spawn a car while im inside one whole game crashes.
I can confirm this too 
I'm not totally sure if I fixed this already but doesn't seem to happen for me. Can you guys try out the version from GitHub & let me know. 
Not fixed. This error appears
dqqhn escreveu:
14 Jun 2019, 21:32
When the car is running and i try to spawn another one while driving, the car and the menu disappears, but not the cursor. The camera gets stuck and i can't move it until i restart the game.

Thanks for the report guys.Fixed it :)

Re: [LUA]Cheat Menu

Enviado: 20 Jun 2019, 06:35
por Grinch_
Added vehicle color changer.
SpoilerAbrir
Imagem

Re: [LUA]Cheat Menu

Enviado: 20 Jun 2019, 12:47
por Crowdigger
An interesting thing would be to have an option in "Menu Configuration" of the submenus only activate when clicking, for those who uses low resolution (like me) it is a bit bad to tinker with these menus opening alone. Bad computer :(

Edit:
Vehicle repair is not working.
After changing the color for the mod, it is no longer possible to change through tunning stores

Re: [LUA]Cheat Menu

Enviado: 20 Jun 2019, 18:24
por Grinch_
Crowdigger escreveu:
20 Jun 2019, 12:47
An interesting thing would be to have an option in "Menu Configuration" of the submenus only activate when clicking, for those who uses low resolution (like me) it is a bit bad to tinker with these menus opening alone. Bad computer :(

Edit:
Vehicle repair is not working.
After changing the color for the mod, it is no longer possible to change through tunning stores
An interesting thing would be to have an option in "Menu Configuration" of the submenus only activate when clicking, for those who uses low resolution (like me) it is a bit bad to tinker with these menus opening alone. Bad computer :(
Not sure how'd that work, maybe I'll need to do some googling but definitely something I want to do.
Vehicle repair is not working.
After changing the color for the mod, it is no longer possible to change through tunning stores 
Just fixed it. Updated on GitHub

Re: [LUA]Cheat Menu

Enviado: 20 Jun 2019, 22:04
por Crowdigger
Grinch_ escreveu:
20 Jun 2019, 18:24
Just fixed it. Updated on GitHub
He is not repairing the "visual" damage of the car.
I also noticed that a back button is missing when you move the character skills, speed of the game and the like.
And about Ped Spawner, you need to be able to find the peds by name, by image it's kind of hard to find the ped you want.