Nurgling - Custom client

Forum for alternative clients, mods & discussions on the same.

Re: Nurgling - Custom client

Postby veme » Wed Oct 25, 2023 4:28 pm

Is there any tutorial or so? Cause I don't quite get it and cannot run butcherer at all

Edit: made it somehow, but I want to butcher items into stockpiles and chests, but I'm getting error that there is no barter and drops everything onto the ground o_O
veme
 
Posts: 21
Joined: Sat Apr 03, 2021 8:48 am

Re: Nurgling - Custom client

Postby Nictos » Thu Oct 26, 2023 9:35 pm

I can't for the life of me figure out how to unhide all the rocks and trees.
Nictos
 
Posts: 104
Joined: Thu Apr 21, 2011 5:31 am

Re: Nurgling - Custom client

Postby kmarad » Thu Oct 26, 2023 11:31 pm

Seems promising!
Though I can't get it to work properly I get about 2 FPS for some reason.
It's not material, the original client and ender's are fluid. But here even loading the environment when I connect a character is so slow.
CPU and graphic card aren't even used, and I disabled v-sync and tried all 4 graphic rendering options, but still 2 FPS. I don't get it.

Apparently it lacks heap space : Exception in thread "Haven audio player" java.lang.OutOfMemoryError: Java heap space
I've got 32 GB ram, what's going on ?

Edit : Got it working with this command line : java -Xms1024m -Xmx2048m -jar ./hafen.jar

Now I've got to understand, I'm trying to chop trees in an area, got an axe in one hand, a bucket in the other hand, my character goes, chops a little, drop the bucket, drop the axe, pretends he has no tool, and that's it. o_O
kmarad
 
Posts: 132
Joined: Mon Jan 06, 2020 7:46 pm

Re: Nurgling - Custom client

Postby dullah » Sat Oct 28, 2023 9:15 am

Exception in thread "Connection worker" haven.Resource$BadVersionException: Obsolete version 2 of gfx/invobjs/hen requested, loaded version is 65535
at haven.Resource$Pool.load(Resource.java:614)
at haven.Session$CachedRes.set(Session.java:170)
at haven.Session.handlerel(Session.java:215)
at haven.Session.access$900(Session.java:38)
at haven.Session$1.handle(Session.java:257)
at haven.Connection$Main.handlerel(Connection.java:307)
at haven.Connection$Main.gotrel(Connection.java:316)
at haven.Connection$Main.handlemsg(Connection.java:415)
at haven.Connection$Main.run(Connection.java:515)
at haven.Connection$Worker.run(Connection.java:106)
User avatar
dullah
 
Posts: 196
Joined: Sun Nov 15, 2009 7:09 am

Re: Nurgling - Custom client

Postby SinJin » Sat Oct 28, 2023 6:12 pm

Nictos wrote:I can't for the life of me figure out how to unhide all the rocks and trees.



If I'm not mistaken, you'll need to first setup a keybind for that action. So, find the list of keybinds in the options/keybindings menu. Search for Toggle Natural Objects.

I think this is what you want.
SinJin
 
Posts: 118
Joined: Thu Jul 23, 2009 11:44 am
Location: Ohio

Re: Nurgling - Custom client - Fry fish

Postby GabrielSantos » Mon Nov 13, 2023 7:37 pm

Hello everyone, I tried using fry fish.
I created 3 zones, one for branches, wooden blocks and another for fish.
I have the bonfire and the skewer.

I inform everything correctly and the bot starts and picks up the wooden blocks, takes 2 units of 4 and stands still. I can't use the close button, the game is extremely slow and I have to restart.

Image
GabrielSantos
 
Posts: 5
Joined: Sun Nov 05, 2023 4:29 pm

Re: Nurgling - Custom client

Postby ekzarh » Wed Nov 15, 2023 6:03 pm

Nictos wrote:I can't for the life of me figure out how to unhide all the rocks and trees.

Bottom right corner of minimap (smaller one) you might need to resize it to see all 9 icons there
User avatar
ekzarh
 
Posts: 323
Joined: Tue Dec 20, 2011 9:42 pm

Re: Nurgling - Custom client

Postby ulbu » Wed Nov 29, 2023 3:00 pm

Chipper & Miner bot do not seem to work.

For chipper:

Placing two iconsigns in corners for boulders and storage area
Selecting boulder area
Selecting storage area
Nothing happens, and menu cannot be closed by 'close' button;
Only once I succeeded: one boulder was chipped.

When closing the menu, opening it again is no longer possible, have to relog.

Miner bot only changes tool, no mining happens.
ulbu
 
Posts: 42
Joined: Mon Nov 09, 2015 9:39 am

Re: Nurgling - Custom client

Postby kopatel » Sat Dec 16, 2023 10:16 am

Какой смысл выкладывать этот клиент в массы , если на вопрос можно ли скукожить шкафы как в арде , тебя игнорят и потом выкидывают из дискорде
kopatel
 
Posts: 2
Joined: Fri Dec 15, 2023 1:35 am

Re: Nurgling - Custom client

Postby beheddy » Sun Dec 24, 2023 11:12 am

The client crashes a lot while mining.

Exception in thread "Haven UI thread" java.lang.ArrayIndexOutOfBoundsException
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at java.base/java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:542)
at java.base/java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:567)
at java.base/java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:670)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:765)
at haven.OCache.ctick(OCache.java:129)
at nurgling.NOCache.ctick(NOCache.java:68)
at haven.Glob.ctick(Glob.java:152)
at haven.GLPanel$Loop.run(GLPanel.java:368)
at haven.JOGLPanel.run(JOGLPanel.java:246)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2
at nurgling.NOverlayMap.tick(NOverlayMap.java:63)
at haven.Gob.ctick(Gob.java:462)
at haven.OCache.lambda$ctick$0(OCache.java:123)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
beheddy
 
Posts: 3
Joined: Sun Jan 24, 2016 12:43 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 87 guests