7DTD Assembly help

Posts 17 of 7 · Page 1 of 1
7DTD Assembly help
Hey im trying to figure out the add exp on level up hack where you change the amount you get every update
i add after line 51 "ldc.i4" (int32 100) and after line 52 i add "add" but when i get into the game i get a error everytime i hit something
Entityplayer:AddEXP (int):IL_0095: add
thanks!
Quote Originally Posted by dubbiecraft View Post
Hey im trying to figure out the add exp on level up hack where you change the amount you get every update
i add after line 51 "ldc.i4" (int32 100) and after line 52 i add "add" but when i get into the game i get a error everytime i hit something
Entityplayer:AddEXP (int):IL_0095: add
thanks!
You're close. Add the "ldc.i4" after line 52 and the "add" after line 53. It should look like this:



Best,
Sqeegie
My assembly is different i went ahead and added the mod
How do you change how much xp it takes to level up? if thats even possible to alter? or maybe how much xp you get while using a certain item such as an auger?
Hi all, I have tried to make an edit in my .dll for enabling creative menu. Somehow, when I join my friend's server that has no EAC enabled, the menu doesn't pop up at all, i.e., the edit doesn't work. May anyone assist me on this? Thanks in advance

Quote Originally Posted by KZee View Post
Hi all, I have tried to make an edit in my .dll for enabling creative menu. Somehow, when I join my friend's server that has no EAC enabled, the menu doesn't pop up at all, i.e., the edit doesn't work. May anyone assist me on this? Thanks in advance

I don't see anything particularly wrong with the edit you've made, but I may be missing something. Alternatively, there may be something else at play here that's causing the issue. I've noticed that the obfuscated names for the nested classes are different than what I recall the A16.4-b8's build to be. Are you using a custom version (likes with mods or something), or has there been an update I've missed? Also verify that the modified .dll has been successfully saved and installed. If you're using mods, something may have been screwed up with the installation, or perhaps some feature of said mods may be disabling the menu. Also, if you can, check if the menu works on other EAC disabled server, or is it only your friend's. This is a bit stupid, but also make sure the key bindings for the menu haven't been changed either.

Best,
Sqeegie
Quote Originally Posted by Sqeegie View Post
I don't see anything particularly wrong with the edit you've made, but I may be missing something. Alternatively, there may be something else at play here that's causing the issue. I've noticed that the obfuscated names for the nested classes are different than what I recall the A16.4-b8's build to be. Are you using a custom version (likes with mods or something), or has there been an update I've missed? Also verify that the modified .dll has been successfully saved and installed. If you're using mods, something may have been screwed up with the installation, or perhaps some feature of said mods may be disabling the menu. Also, if you can, check if the menu works on other EAC disabled server, or is it only your friend's. This is a bit stupid, but also make sure the key bindings for the menu haven't been changed either.

Best,
Sqeegie
Thanks for the help it appears that the mod pack i am using moved the code around all i had to do is try different spots and it worked
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?