Search found 40 matches

by peddroelm
Sun May 07, 2023 4:13 am
Forum: Cheat Engine Lua Scripting
Topic: [help] Mono Failed to allocate memory near...
Replies: 0
Views: 3963

[help] Mono Failed to allocate memory near...

I'm trying to save a input parameter ( R15 ) on a method call .. this alloc(newmem,$1000,TheLastStand.View.Unit.UnitPortraitView:RefreshPortrait+4) sometimes fails :( Is there a better to do it ? [ENABLE] {$lua} if syntaxcheck then return end if(getCEVersion() < 7.4) then ShowMessage('Warning! CE ve...
by peddroelm
Sat May 06, 2023 8:37 am
Forum: Tables
Topic: the Last Spell 1.0.2.17
Replies: 2
Views: 2012

the Last Spell 1.0.2.17

https://i.imgur.com/2Bey8u5.png Game currently suffers from a during combat save/reload bug where it consumes some APs and Move points . This Script allows quickly replenish the missing APs and Movement points until they fix it .. EDIT: It sometimes FAILS to allocate memory near the method :( .. Wi...
by peddroelm
Sat Feb 11, 2023 12:05 pm
Forum: Tables
Topic: Extra Player Feedback Mod Star Trader Frontiers 3.3.25
Replies: 0
Views: 1895

Extra Player Feedback Mod Star Trader Frontiers 3.3.25

all features are toggleable (enable/disable the corresponding script(s) ) Features: (in various situations) XP gain per individual crew members .. (in various situations not all) HP changes per individual crew members .. (in various situations not all) morale changes per individual crew members .. (...
by peddroelm
Tue Jan 17, 2023 11:04 am
Forum: Tables
Topic: Dungeon of Naheulbeuk extra combat feedback/ log
Replies: 2
Views: 929

Re: Dungeon of Naheulbeuk extra combat feedback/ log

I'm working on a different game right now . .. The script gives the address to static gamepreferences struct that has the built in dev cheats.. The static struct is saved in dissected structs .. Need to put the address (I think you can pick it up using rename on the structure name and pasting it ins...
by peddroelm
Fri Dec 30, 2022 12:48 pm
Forum: Cheat Engine Lua Scripting
Topic: How to replace push (string address) instruction AT a specific address
Replies: 1
Views: 4436

Re: How to replace push (string address) instruction AT a specific address with another push String address instruction

goes this question translates "Can the result of a single AOB scan (symbol) be used to overwrite instructions at multiple offsets ? // for the executable part ... AOB_result: jmp code return ... but could also use AOB_result+X: overwrite stuff AOB_result+Z: overwrite more stuff registersymbol(AOB_re...
by peddroelm
Fri Dec 30, 2022 12:16 pm
Forum: Cheat Engine Lua Scripting
Topic: How to replace push (string address) instruction AT a specific address
Replies: 1
Views: 4436

How to replace push (string address) instruction AT a specific address

its not push register with easy to know opcodes .. can it be done using Lua string address variable or do I need assembler symbol for the address of the new string ? function UI_Water_Cost_LeftStation(params) local WaterFuelPrice = readInteger(params) local PermitStringTemplateAddr = readInteger(par...
by peddroelm
Tue Dec 20, 2022 5:08 am
Forum: Tables
Topic: Dungeon of Naheulbeuk extra combat feedback/ log
Replies: 2
Views: 929

Dungeon of Naheulbeuk extra combat feedback/ log

game steam version 1.5 988 47421 - adds extra stats on hover to in combat UI .. Title has courage and agility (relevant for action order) Extra info: replaces the fluff descriptions with extra stats (works on battle start, but the game will sadly replace it with status, condition, buff/debuff inform...
by peddroelm
Thu Dec 01, 2022 5:49 pm
Forum: Cheat Engine Lua Scripting
Topic: Mono related lua invoke or asm call C# System.String constructor
Replies: 2
Views: 5205

Re: Mono related lua invoke or asm call C# System.String constructor

What I call an Absolute WIN :P https://i.imgur.com/H38x3VE.png https://i.imgur.com/kjrOtzp.png The UI in this game doesn't auto rescale/ resize with sting length .. Sigh .. Will have to live with shortened string C%2d A%2d Solution 3 was it .. fakeSystemString: dq 0 // vtable ptr dq 0 // 0 dd 0 // 4...
by peddroelm
Thu Dec 01, 2022 2:56 pm
Forum: Cheat Engine Lua Scripting
Topic: Mono related lua invoke or asm call C# System.String constructor
Replies: 2
Views: 5205

Mono related lua invoke or asm call C# System.String constructor

I'm trying to add some extra feedback to some Character Info panels for a game that uses IL2CPP ( this would've probably taken 5 minutes with DNSPY otherwise ) ... https://i.imgur.com/7rbhBRm.png Managed to get the parameters of interest calling a mono function that supplies them from ASM ( I'm call...
by peddroelm
Tue Oct 25, 2022 5:04 pm
Forum: Tables
Topic: Darkest Dungeon v24839 (latest)
Replies: 101
Views: 206368

Re: Darkest Dungeon v24839 (latest)

update : combat log scripts (chance to hit and chance to crit breakdown for both player and monster attacks) %%%%%%%% CTH CHECKS (SINGLE RNG roll per AOE attacks) %%%%%%%%%%% [!!! AUTOHIT !!!!] [Gaveston(shieldbreaker)] performs [pierce] vs [Bone Conscript] [CTHit: 1.01250] [RNG roll: 0.67351] [prev...
by peddroelm
Sun Oct 23, 2022 5:48 pm
Forum: Tables
Topic: Darkest Dungeon v24839 (latest)
Replies: 101
Views: 206368

Re: Darkest Dungeon v24839 (latest)

%%%%%%%% ROLL SCOUTING %%%%%%%%%%% [***FAIL***] [Total Scouting 0.77500]>=[Rolled 0.96884] ? 0.25 base + [0.10 Gaveston:(shieldbreaker)] + [0.05 Mallory:(crusader)] + [0.10 Mortmain:(vestal)] + [0.20 Vivers:(plague_doctor)] + [0.075 Dim Light] %%%%%%%% ROLL SCOUTING %%%%%%%%%%% [CRITICAL SUCCESS] [...
by peddroelm
Tue Jul 26, 2022 5:37 am
Forum: Single Player Cheat Requests
Topic: Into the Breach (Steam)
Replies: 44
Views: 50135

Re: Into the Breach (Steam)

This groupscan string will find the cur XP for Kazaaakpleth pilot .. Editing it to 25 gives first random trait , editing to 50 gives second random trait .. I would like to find where the traits are stored so maybe I could change the random shitty ones to good one for the main pilot (without having t...
by peddroelm
Fri Oct 15, 2021 5:48 pm
Forum: Tables
Topic: Star Traders Frontiers Mods Extra Player Feedback Mod
Replies: 0
Views: 1805

Star Traders Frontiers Mods Extra Player Feedback Mod

THIS IS OBSOLETED BY LATEST RELEASE https://fearlessrevolution.com/viewtopic.php?f=4&t=23429&p=285759#p285759 - verbose Crew Combat Log - approximated Chance to hit and Chance to Crit on targeting cursor in crew combat - shows when the game rolls standard / strong dice piles (but not yet the skills...
by peddroelm
Wed Mar 31, 2021 10:38 am
Forum: Cheat Engine Lua Scripting
Topic: Diablo 2 (single player) Combat log
Replies: 0
Views: 7289

Diablo 2 (single player) Combat log

to better understand various (mostly damage calculating) game mechanics, combat dice rolls, measuring various attack speeds , etc .. sadly I'm struggling with making progress with this one (it might be to its multiplayer nature there is trickery in play) .. I can 'find' various relevant stats variab...