Hey guys, long time stalker here asking for a favor.
So i tried to edit the thing but couldn't find the specific line that adds more carry weight to my backpack. been at it for 3 hours now fml..
any chance you masters can upload an assembly that adds like 50-100 carry weight ? 500 is waaay to much...
or even tell me what line to edit on "itemcontainer" ? where to add the weight itself..?
thanks in advance
Outward assembly_Csharp
-
- What is cheating?
- Posts: 3
- Joined: Mon May 08, 2017 10:21 am
- Reputation: 0
-
- What is cheating?
- Posts: 3
- Joined: Mon May 08, 2017 10:21 am
- Reputation: 0
Re: Outward assembly_Csharp
nvm found it.bob112234567 wrote: ↑Tue Apr 02, 2019 5:23 pmHey guys, long time stalker here asking for a favor.
So i tried to edit the thing but couldn't find the specific line that adds more carry weight to my backpack. been at it for 3 hours now fml..
any chance you masters can upload an assembly that adds like 50-100 carry weight ? 500 is waaay to much...
or even tell me what line to edit on "itemcontainer" ? where to add the weight itself..?
thanks in advance
its on line 716 of itemcontainter
but it also increases your pouch size, so u can edit it down with -f
Code: Select all
{
get
{
if (this.m_baseContainerCapacity < 0f)
{
return -1f;
}
return this.m_baseContainerCapacity + this.m_bonusContainerCapacity + 100f;
}
}
adding 40 to pouch and 100 to backpack
[Link]
Re: Outward assembly_Csharp
Handle with those hex numbers really killing me if no proper person that can teach, i get what you mean ce scripting can handle game out of unity and i also wish to master it but still lack of the logic on the numbers or the 3 values mean when after the search. That the reason why i do it in assemblyGreenHouse wrote: ↑Tue Apr 02, 2019 9:00 amThen don't waste this opportunity and check what your changes do in CE. Change the assembly and check back in CE to see how it's handled.
This way you can see how you could do that in CE scripting in the future, without having to change the assembly. Or even do it in games that can't be decompiled like Unity.
-
- Expert Cheater
- Posts: 852
- Joined: Fri Oct 12, 2018 10:25 pm
- Reputation: 896
Re: Outward assembly_Csharp
Hex numbers? I'm not talking about the hex numbers, that makes no sense. I mean the assembly language: Mov, call, push, add, pop, cmp...iicecube wrote: ↑Tue Apr 02, 2019 8:15 pmHandle with those hex numbers really killing me if no proper person that can teach, i get what you mean ce scripting can handle game out of unity and i also wish to master it but still lack of the logic on the numbers or the 3 values mean when after the search. That the reason why i do it in assembly
- NumberXer0
- Expert Cheater
- Posts: 1028
- Joined: Sun Mar 12, 2017 2:17 pm
- Reputation: 92
Re: Outward assembly_Csharp
Jesus, I don't even know where you people are finding these options. I opened it up in dnSpy and I see a bunch of NodeCanvas, uNature etc. This is so far beyond me, I can't find a single option that was mentioned here. All I want to do is create a kind of "half cheat" to make the game less intense, but still not broken.
I like all of the changes made in the linked dll from Steam, those are all fair and not broken. Well..besides maybe the huge backpack increase, I'd want to lower that. Besides those, I'm looking to make ranged weapons not use ammo and to have crafting not use item my items. I still want to need the required items, just to not have them disappear. Both of those options were provided in a table already, but I'd like to change them in the dll so I can just run the game without needing CE. Can anyone point me in the direction of those edits?
I like all of the changes made in the linked dll from Steam, those are all fair and not broken. Well..besides maybe the huge backpack increase, I'd want to lower that. Besides those, I'm looking to make ranged weapons not use ammo and to have crafting not use item my items. I still want to need the required items, just to not have them disappear. Both of those options were provided in a table already, but I'd like to change them in the dll so I can just run the game without needing CE. Can anyone point me in the direction of those edits?
Re: Outward assembly_Csharp
Can anyone point me to where in assembly-CSharp I can see find where buff duration is for buffs like:
rags and varnish (items used on weapons) and for spells like Infuse wind (from shaman trainer tree) and fire and frost imbue (from kazite spellblade trainer tree)...pretty new at this and can't seems to find where this is?
rags and varnish (items used on weapons) and for spells like Infuse wind (from shaman trainer tree) and fire and frost imbue (from kazite spellblade trainer tree)...pretty new at this and can't seems to find where this is?
Who is online
Users browsing this forum: No registered users