View previous topic :: View next topic |
Author |
Message |
zhaihouxi Newbie cheater
Reputation: 0
Joined: 27 Jul 2020 Posts: 17
|
Posted: Fri Aug 14, 2020 4:51 am Post subject: Exit crash in rimworld |
|
|
I disable the skill decaying by setting skill interval call to nop:
Code: |
RimWorld:Pawn_SkillTracker:SkillsTick+144 - 83 38 00 - cmp dword ptr [rax],00
RimWorld:Pawn_SkillTracker:SkillsTick+147 - 48 8D AD 00000000 - lea rbp,[rbp+00000000]
RimWorld:Pawn_SkillTracker:SkillsTick+14e - 49 BB 980779367C010000 - mov r11,0000017C36790798
RimWorld:Pawn_SkillTracker:SkillsTick+158 - 41 FF D3 - call r11
RimWorld:Pawn_SkillTracker:SkillsTick+15b - 41 FF C7 - inc r15d
RimWorld:Pawn_SkillTracker:SkillsTick+15e - 48 8B 46 18 - mov rax,[rsi+18]
|
I set call r11 to nop nop nop
It works. But on exit the program crashes. Why?
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3321
|
Posted: Fri Aug 14, 2020 9:42 am Post subject: |
|
|
Because you enabled mono in CE.
Exit CE first, then the game.
Then it should work.
|
|
Back to top |
|
 |
zhaihouxi Newbie cheater
Reputation: 0
Joined: 27 Jul 2020 Posts: 17
|
Posted: Fri Aug 14, 2020 9:58 am Post subject: |
|
|
Csimbi wrote: | Because you enabled mono in CE.
Exit CE first, then the game.
Then it should work. |
yes, i disable the mono feature and exit game, no crash. Thank you!
|
|
Back to top |
|
 |
|