Page 6 of 20

Re: Valheim

Posted: Sat Feb 13, 2021 1:50 pm
by xfailsafex
Does the free crafting table affect every player in an online match or just you?

Re: Valheim

Posted: Sat Feb 13, 2021 1:55 pm
by Akira
xfailsafex wrote:
Sat Feb 13, 2021 1:50 pm
Does the free crafting table affect every player in an online match or just you?
I have no idea, let me know if you find out :D.

Re: Valheim

Posted: Sat Feb 13, 2021 4:52 pm
by PureReality
xfailsafex wrote:
Sat Feb 13, 2021 1:50 pm
Does the free crafting table affect every player in an online match or just you?
I can tell you it does not, a lot of the cheats do not affect other players at all. The only one I've found that does affect other players a bit is the "stealth mode" cheat as it seems to make the enemies just not attack anyone at all if you are close to them (not sure if it affects people further away from you though or not).

Re: Valheim

Posted: Sat Feb 13, 2021 5:49 pm
by Ashar
anyone figured out how to change the quality of armor. The research section has a scripts for quality of all item in inventory, but doesnt do anything, Ive managed to make my tools and weapons Q10 which boosts their stats, but cant figure out a way to adjust for armor

Re: Valheim

Posted: Sat Feb 13, 2021 6:19 pm
by Akira
Ashar wrote:
Sat Feb 13, 2021 5:49 pm
anyone figured out how to change the quality of armor. The research section has a scripts for quality of all item in inventory, but doesnt do anything, Ive managed to make my tools and weapons Q10 which boosts their stats, but cant figure out a way to adjust for armor
In the next table update (2.0)

Activate
"Activate Me! - Offset Based Cheat Table"
scroll down to
"m_rightItem"
"m_leftItem"
"m_chestItem"
"m_legItem"
"m_ammoItem"
"m_helmetItem"
"m_shoulderItem"
make a rightclick on the one you want to change,
go to "Group Config" and deactivate "Hide children when deactivated"
now you got a long list under it with different things you can change.
Note these are pointer, not scripts so don't activate em, just change the values.
The one for "Quality" is pretty near to the bottom.

[Link]
[Link]

Re: Valheim

Posted: Sat Feb 13, 2021 7:25 pm
by Ashar
nice, glad thats coming soon, thx.

Re: Valheim

Posted: Sat Feb 13, 2021 11:22 pm
by johjs329
for some reason god mode isn't working now, everything else is though

Re: Valheim

Posted: Sun Feb 14, 2021 12:05 am
by Zethos
Does this work for a dedicated server? I mean, if I rent a server or a friend and he sets me up as an Admin (my steamid) as well, is cheat engine working?

Re: Valheim

Posted: Sun Feb 14, 2021 12:09 am
by Akira
Zethos wrote:
Sun Feb 14, 2021 12:05 am
Does this work for a dedicated server? I mean, if I rent a server or a friend and he sets me up as an Admin (my steamid) as well, is cheat engine working?
Cheat Engine doesn't care about admin rights ;).
But I don't know if everything will work as client since i didn't tested it.

Admin rights might be needed for console commands.

Re: Valheim

Posted: Sun Feb 14, 2021 12:13 am
by Zethos
I dont need console commands tho, they dont work on a dedicated server anyways.
Just wanted to know if cheat engine works, so I can use e.g. inf. stamina on a dedicated server or only if I am the host

Re: Valheim

Posted: Sun Feb 14, 2021 12:57 am
by PureReality
Zethos wrote:
Sun Feb 14, 2021 12:13 am
I dont need console commands tho, they dont work on a dedicated server anyways.
Just wanted to know if cheat engine works, so I can use e.g. inf. stamina on a dedicated server or only if I am the host
Yes all cheats work on both dedicated and non-dedicated servers, doesn't matter if your host or not.

Re: Valheim

Posted: Sun Feb 14, 2021 4:15 pm
by Akira
Ashar wrote:
Sat Feb 13, 2021 7:25 pm
nice, glad thats coming soon, thx.
Updated the Table, Item quality for weapons/tools/armors can be changed :).

Re: Valheim

Posted: Sun Feb 14, 2021 5:30 pm
by bluepanda
The "Unlimited Arrow" script is 1:1 acting like the "No item consumption" or how ever it was called, script goes as follow:

Code: Select all

[ENABLE]
enablescript('InventoryRemoveItem2_alloc','InventoryRemoveItem2_save',string.format('%X',mono_compile_method(mono_findMethods('Inventory','RemoveItem')[2])),[[
label(newmem)
label(returnhere)
label(%s)
registersymbol(%s)

%s:
newmem:
cmp r8,01
jne short @f
mov al,01
ret
@@:
%s
jmp returnhere
%s:
db %X %s
%X:
jmp newmem
]])

autoAssemble([[
assert(Inventory:RemoveOneItem,55 48 8B EC)
Inventory:RemoveOneItem:
mov al,01
ret
]])


[DISABLE]

enablescript('InventoryRemoveItem2_alloc','InventoryRemoveItem2_save',string.format('%X',mono_compile_method(mono_findMethods('Inventory','RemoveItem')[2])),[[
%X:
readmem(%s+1,%u)
]],true)

autoAssemble([[
Inventory:RemoveOneItem:
db 55 48 8B EC
]])
It won't consume: Arrows, Food and such. Any way limiting your script just towards the arrow pointer or do they have a global value?

Re: Valheim

Posted: Sun Feb 14, 2021 6:18 pm
by PureReality
How will the "-Bigger Inventory" cheat affect items that are in those extra slots when you turn the cheat cheat off or log out and back in?

Re: Valheim

Posted: Sun Feb 14, 2021 7:17 pm
by Akira
PureReality wrote:
Sun Feb 14, 2021 6:18 pm
How will the "-Bigger Inventory" cheat affect items that are in those extra slots when you turn the cheat cheat off or log out and back in?
It will move em back into the normal slots, didn't tested what happens when you have not enough free slots.
Just move them into a chest before deactivating :D.