Página 20 de 43

Re: [LUA]Cheat Menu

Enviado: 09 Out 2019, 00:04
por Grinch_
Working on script manager, random cheats, ghost cop vehicles
SpoilerAbrir
ImagemImagem

Also fixed issue mentioned above ^ with opcode 'storeCarCharIsInNoSave'.Should get uploaded soon.

Re: [LUA]Cheat Menu

Enviado: 09 Out 2019, 15:08
por Crowdigger
It looks like CM crashes when it has any notification (Example, of answering the phone). Not sure if that's right.


SpoilerAbrir
[15:08:59.600611] (debug) Module handle: 0x6cea0000
[15:08:59.601611] (info) Working directory: D:\Rockstar Games\GTA San Andreas\moonloader
[15:08:59.601611] (debug) FP Control: 0x0009001F
[15:08:59.601611] (debug) Windows: 6.1.7601 2
[15:08:59.601611] (debug) Game: GTA SA 1.0 US 'HoodLum'
[15:08:59.601611] (system) Installing pre-game hooks...
[15:08:59.609611] (system) Hooks installed.
[15:09:01.263706] (debug) Opcode handler table: 0x6ef70f08
[15:09:01.263706] (debug) LUA_PATH = D:\Rockstar Games\GTA San Andreas\moonloader\libstd\?.lua;D:\Rockstar Games\GTA San Andreas\moonloader\libstd\?\init.lua;D:\Rockstar Games\GTA San Andreas\moonloader\lib\?.lua;D:\Rockstar Games\GTA San Andreas\moonloader\lib\?.luac;D:\Rockstar Games\GTA San Andreas\moonloader\lib\?\init.lua;D:\Rockstar Games\GTA San Andreas\moonloader\lib\?\init.luac
[15:09:01.263706] (debug) LUA_CPATH = D:\Rockstar Games\GTA San Andreas\moonloader\libstd\?.dll;D:\Rockstar Games\GTA San Andreas\moonloader\lib\?.dll
[15:09:01.329710] (system) Loading script "D:\Rockstar Games\GTA San Andreas\moonloader\cheat-menu.lua"... (id:1)
[15:09:01.384713] (system) Cheat Menu: Loaded successfully.
[15:09:01.384713] (system) Loading script "D:\Rockstar Games\GTA San Andreas\moonloader\downforce_mod.lua"... (id:2)
[15:09:01.390713] (system) Downforce MOD V2: Loaded successfully.
[15:09:06.276993] (system) Installing post-load hooks...
[15:09:06.276993] (system) Hooks installed.
[15:09:49.893488] (error) Cheat Menu: opcode '03C0' call caused an unhandled exception
stack traceback:
[C]: in function 'storeCarCharIsInNoSave'
...San Andreas\moonloader\lib\cheat-menu\modules\common.lua:185: in function 'ShowEntries'
...an Andreas\moonloader\lib\cheat-menu\modules\vehicle.lua:516: in function <...an Andreas\moonloader\lib\cheat-menu\modules\vehicle.lua:299>
...San Andreas\moonloader\lib\cheat-menu\modules\common.lua:163: in function 'CreateMenus'
D:\Rockstar Games\GTA San Andreas\moonloader\cheat-menu.lua:136: in function '_draw'
...tar Games\GTA San Andreas\moonloader\lib\mimgui\init.lua:107: in function <...tar Games\GTA San Andreas\moonloader\lib\mimgui\init.lua:91>
[15:09:49.897488] (error) Cheat Menu: Script died due to an error. (id:1)
[15:10:10.583671] (system) Unloading...
[15:10:10.583671] (system) Downforce MOD V2: Script terminated. (id:2)
[15:10:10.597672] (system) Session terminated.

Re: [LUA]Cheat Menu

Enviado: 09 Out 2019, 15:13
por Grinch_
Crowdigger escreveu:
09 Out 2019, 15:08
It looks like CM crashes when it has any notification (Example, of answering the phone). Not sure if that's right.


SpoilerAbrir
[15:08:59.600611] (debug) Module handle: 0x6cea0000
[15:08:59.601611] (info) Working directory: D:\Rockstar Games\GTA San Andreas\moonloader
[15:08:59.601611] (debug) FP Control: 0x0009001F
[15:08:59.601611] (debug) Windows: 6.1.7601 2
[15:08:59.601611] (debug) Game: GTA SA 1.0 US 'HoodLum'
[15:08:59.601611] (system) Installing pre-game hooks...
[15:08:59.609611] (system) Hooks installed.
[15:09:01.263706] (debug) Opcode handler table: 0x6ef70f08
[15:09:01.263706] (debug) LUA_PATH = D:\Rockstar Games\GTA San Andreas\moonloader\libstd\?.lua;D:\Rockstar Games\GTA San Andreas\moonloader\libstd\?\init.lua;D:\Rockstar Games\GTA San Andreas\moonloader\lib\?.lua;D:\Rockstar Games\GTA San Andreas\moonloader\lib\?.luac;D:\Rockstar Games\GTA San Andreas\moonloader\lib\?\init.lua;D:\Rockstar Games\GTA San Andreas\moonloader\lib\?\init.luac
[15:09:01.263706] (debug) LUA_CPATH = D:\Rockstar Games\GTA San Andreas\moonloader\libstd\?.dll;D:\Rockstar Games\GTA San Andreas\moonloader\lib\?.dll
[15:09:01.329710] (system) Loading script "D:\Rockstar Games\GTA San Andreas\moonloader\cheat-menu.lua"... (id:1)
[15:09:01.384713] (system) Cheat Menu: Loaded successfully.
[15:09:01.384713] (system) Loading script "D:\Rockstar Games\GTA San Andreas\moonloader\downforce_mod.lua"... (id:2)
[15:09:01.390713] (system) Downforce MOD V2: Loaded successfully.
[15:09:06.276993] (system) Installing post-load hooks...
[15:09:06.276993] (system) Hooks installed.
[15:09:49.893488] (error) Cheat Menu: opcode '03C0' call caused an unhandled exception
stack traceback:
[C]: in function 'storeCarCharIsInNoSave'
...San Andreas\moonloader\lib\cheat-menu\modules\common.lua:185: in function 'ShowEntries'
...an Andreas\moonloader\lib\cheat-menu\modules\vehicle.lua:516: in function <...an Andreas\moonloader\lib\cheat-menu\modules\vehicle.lua:299>
...San Andreas\moonloader\lib\cheat-menu\modules\common.lua:163: in function 'CreateMenus'
D:\Rockstar Games\GTA San Andreas\moonloader\cheat-menu.lua:136: in function '_draw'
...tar Games\GTA San Andreas\moonloader\lib\mimgui\init.lua:107: in function <...tar Games\GTA San Andreas\moonloader\lib\mimgui\init.lua:91>
[15:09:49.897488] (error) Cheat Menu: Script died due to an error. (id:1)
[15:10:10.583671] (system) Unloading...
[15:10:10.583671] (system) Downforce MOD V2: Script terminated. (id:2)
[15:10:10.597672] (system) Session terminated.
Which version are you using? I think it should be fixed in the master branch.
(I've replaced all instances of 'storeCarCharIsInNoSave' with 'getCarCharIsUsing'.I hope that helps solve this issue.)

Still, I have no clue why that issue doesn't seem to happen for me. Maybe you guys have some common mods installed or smth?

Re: [LUA]Cheat Menu

Enviado: 10 Out 2019, 13:13
por Eqaul
Sometimes when I scroll menu up or down by mouse wheel, the menu scrolls right or left a bit.
Imagem

Re: [LUA]Cheat Menu

Enviado: 10 Out 2019, 13:59
por Grinch_
Eqaul escreveu:
10 Out 2019, 13:13
Sometimes when I scroll menu up or down by mouse wheel, the menu scrolls right or left a bit.
Imagem
If you got 'Shift' key pressed it'll scroll horizontally if not then vertically.

Re: [LUA]Cheat Menu

Enviado: 10 Out 2019, 17:31
por Eqaul
But this happens even without shift key pressed.

Re: [LUA]Cheat Menu

Enviado: 11 Out 2019, 05:15
por Grinch_
Eqaul escreveu:
10 Out 2019, 17:31
But this happens even without shift key pressed.
Thats strange. Anyone else facing such issues?

Re: [LUA]Cheat Menu

Enviado: 11 Out 2019, 21:43
por lucasMgauer
Is it possible to add a hotkey? like if i press 1 it fixes the car, shift + g enables god mode etc.

Re: [LUA]Cheat Menu

Enviado: 11 Out 2019, 21:45
por Grinch_
lucasMgauer escreveu:
11 Out 2019, 21:43
Is it possible to add a hotkey? like if i press 1 it fixes the car, shift + g enables god mode etc.
There aren't any hotkeys available yet.

Re: [LUA]Cheat Menu

Enviado: 14 Out 2019, 21:16
por Junior_Djjr
I tested 1.7 about 15 minutes and the only problems I found was when trying to add tuning wheels to a tram (I'm a retard) the mod gave error, but not the game.
But the real problem was activating a cheat, if I'm not mistaken, the beach cheat, the game crashed just as I clicked. Take a look.
And a visual bug: painting and changing parts texture is not working properly, I select exhaust and change all the bumper of the car. Tested on Blista Compact only.
Another thing that could improve is to rebuild CJ's body when choosing muscle stats etc. And a option to reset the player's walkstyle.

Re: [LUA]Cheat Menu

Enviado: 15 Out 2019, 06:19
por Grinch_
Junior_Djjr escreveu:
14 Out 2019, 21:16
I tested 1.7 about 15 minutes and the only problems I found was when trying to add tuning wheels to a tram (I'm a retard) the mod gave error, but not the game.
Yea, I never tried that myself. Anyway fixed it.
But the real problem was activating a cheat, if I'm not mistaken, the beach cheat, the game crashed just as I clicked. Take a look.
I've just tried it out and seems to work fine for me. Anyone else having this issue?
And a visual bug: painting and changing parts texture is not working properly, I select exhaust and change all the bumper of the car. Tested on Blista Compact only.
It appears to be only for Blista Compact for some reason. There are also a few more vehicles like this.
Another thing that could improve is to rebuild CJ's body when choosing muscle stats etc. And a option to reset the player's walkstyle.
Sure




Edit:
I've fixed the tram issue mentioned by junior above along with support for custom weapons, vehicles, components, animations, peds & skins .
Let me know if it works especially for moonloader v26. Download from here

Re: [LUA]Cheat Menu

Enviado: 15 Out 2019, 14:34
por Ruben Viera
Why we have body armour border and breath meter border to disable but no heath meter border?

Re: [LUA]Cheat Menu

Enviado: 15 Out 2019, 17:05
por Mikael
When I search for vehicle names they only appear when I type half the name

Re: [LUA]Cheat Menu

Enviado: 16 Out 2019, 02:55
por Junior_Djjr
Oh, I think it crashed before because I was using changed skin.

Tested again and it worked. Almost.
Imagem
It's common for the game, not your mod related. Because it changes the CJ clothes.

Re: [LUA]Cheat Menu

Enviado: 16 Out 2019, 06:53
por Grinch_
Ruben Viera escreveu:
15 Out 2019, 14:34
Why we have body armour border and breath meter border to disable but no heath meter border?
Might have missed it. Anyway added.
 
Mikael escreveu:
15 Out 2019, 17:05
When I search for vehicle names they only appear when I type half the name
It shouldn't be like that. Are you sure it doesn't appear when you type the full name?
Junior_Djjr escreveu:
16 Out 2019, 02:55
Oh, I think it crashed before because I was using changed skin.

Tested again and it worked. Almost.
Imagem
It's common for the game, not your mod related. Because it changes the CJ clothes.
👍