Hurtworld itemv2 branch
Discussion in 'Hurtworld Discussion' started by CaptainNebulous, Jan 10, 2017.
-
Wulf Community Admin
-
Thanks!
How I can easily find those changes? There are more things that need to be changed. I'm using JustDecompile, but searching through all the types is painful.
Code:The type or namespace name `ItemInstance' could not be found
Code:Type `EntityReferenceCache' does not contain a definition for `layer'
Code:The name `EEntityFluidEffectType' does not exist in the current context
-
Wulf Community Admin
You'd have to either see the changes we made where we used those in hook wrappers (see our GitHub) or look up those changes yourself in the DLL. We'd generally make note of any changes in the game that may affect plugins when we make an actual release. -
I'm bragging
-
Guys how can i get plugins at itemv2?
[DOUBLEPOST=1499959124][/DOUBLEPOST]@Wulf Can you say me where i can download plugins at itemv2? -
Some universal plugin work like BetterChat.
-
@MonkeY12 For kits? work or not?
-
I have seen V2 servers with kits, teleport, lootconfig.
-
Is oxide for itemv1?
[DOUBLEPOST=1500045058][/DOUBLEPOST]I reply for my comment. Yes, update was only for itemv2 and itemv1 is working. General question is when will be update for oxide?
-
Was update for itemv2? Im going to start with server itemv2 :/
-
Wulf Community Admin
The main version of Hurtworld is still itemv1. When the itemv2 branch is released as the main version, we will provide builds for it. -
But im asking about branch for itemv2
-
Wulf Community Admin
And I answered about the itemv2 branch.
-
@Wulf, how do you know how to manually correct the hook injections?Code:
InvalidProgramException: Invalid IL code in EntityEffectFluid:Apply (EntityStats,EntityEffectSourceData,EHitboxItem,single): IL_0198: callvirt 0x06001e2d
-
Wulf Community Admin
You'd need to brush up on MSIL. Are you manually patching? -
I have loaded the .opj into oxide patcher, unflagged all then clicked wand to patch all, but it results in error mentioned above. So I think there have to be corrected something manually.
-
Wulf Community Admin
Why are you trying to patch manually? We already have the itemv2 branch updated on GitHub, just no builds of it. -
Today the hurtworld was updated, so oxide needs to be updated also
-
Wulf Community Admin
Then you'd either need to learn how to use MSIL or wait for an update.
-
I wonder if the injection index should be increased every update or there is a lot more work to do like increasing or lowering injection index, changing return and argument behavior or argument string.
