King's raid self mod freezes at 'test battle' phase

sorida

New User
14
03/03/17
0
Thread Author

I tried to mod King's raid 'by myself', but my mod freezes at 'test battle' phase after I logged in.

It loads forever at 'test battle' phase
(Sorry, I don't know why I can't show images on the thread directly)
Imgur: The most awesome images on the Internet

These are what I modded, I have no clue where I made mistakes..
Imgur: The most awesome images on the Internet
Imgur: The most awesome images on the Internet
Imgur: The most awesome images on the Internet
Imgur: The most awesome images on the Internet

Imgur: The most awesome images on the Internet

Could anyone help me what I should check about this issue?
FYI, I'm using Nox or Memu with root mode, and unsigned mod wasn't able to install so I installed signed mod but freezes at 'test battle' phase

Thank you
 
I tried to mod King's raid 'by myself', but my mod freezes at 'test battle' phase after I logged in.
It loads forever at 'test battle' phase
(Sorry, I don't know why I can't show images on the thread directly)
Imgur: The most awesome images on the Internet

These are what I modded, I have no clue where I made mistakes..
Imgur: The most awesome images on the Internet
Imgur: The most awesome images on the Internet
Imgur: The most awesome images on the Internet
Imgur: The most awesome images on the Internet

Imgur: The most awesome images on the Internet

Could anyone help me what I should check about this issue?
FYI, I'm using Nox or Memu with root mode, and unsigned mod wasn't able to install so I installed signed mod but freezes at 'test battle' phase

Thank you
you should post it here
https://androidrepublic.org/forum/threads/kings-raid-ver-2-26-0.20350/
but anyway @stelau4 will respond to this matter when he is available. in the mean time please be patient.. thank you
 
I changed some values and after I change ldc.i4 to ldc.i8 it works fine!
I still don't know well when to use i4 or i8 though

Thank you
 
you should post it here
https://androidrepublic.org/forum/threads/kings-raid-ver-2-26-0.20350/
but anyway @stelau4 will respond to this matter when he is available. in the mean time please be patient.. thank you
he can't post it there, he's modding the game himself.

I changed some values and after I change ldc.i4 to ldc.i8 it works fine!
I still don't know well when to use i4 or i8 though

Thank you
good you solved your problem
 
he can't post it there, he's modding the game himself.


good you solved your problem
hm...yeah I just relise it too it was my mistake for directing him/her to the thread lol
sorry bro
 
I changed some values and after I change ldc.i4 to ldc.i8 it works fine!
I still don't know well when to use i4 or i8 though

Thank you
easy bro ldc.i4 is int32 and ldc.i8 is int64 for instance you see

get_hp int32 we know to use ldc.i4
or
get_hp int64 we know to use ldc.i8

but you use dnspy no good for certain games use reflector you will understand it much more. Dnspy is really good for iL

but king,s raid was using int32 but they changed there code and went with int64 long datatype 8 bytes/64-bits
 
Back
Top Bottom