[SOLVED] Scripts not working on nextgen
-
If I put a Script into ".minecraft/LiquidBounce/scripts", nothing changes in game (Modules don't show up and can't be toggled via .toggle).
Anyone know why?
Information
LB Version: nextgen commit: bb70b56
OS: Windows 10 -
-
@cr1ngysp3ll1ng said in [NEED HELP] Scripts not working on nextgen:
If I put a Script into".minecraft/LiquidBounce/scripts", nothing changes in game (Modules dont show up and can't be toggled via .toggle).
Anyone know why?
Information
LB Version: nextgen commit: a9cc4df
OS: Windows 10LiquidBounce Nextgen is a WHOLE different client compared to the old LiquidBounce. So of course it won't work.
-
-
-
-
@cr1ngysp3ll1ng Because LB Nextgen is in Fabric 1.18, most stuff got changed, but script support will be released soon
-
@fartcheese I just saw some Kotlin files for scripts in the code, so I assumed that script support was already out
-
@cr1ngysp3ll1ng Yes, I noticed that too, it's there so ppl can know that script support will be released soon
-
@fartcheese Oh lol
-
@cr1ngysp3ll1ng LB Nextgen is currently on development, it's not finished yet, but dw it will be released in a few months
-
@cr1ngysp3ll1ng said in [SOLVED] Scripts not working on nextgen:
Kotlin files
This is kinda off topic but I'm learning Kotlin and the LB code is great for that
-
-
@fartcheese said in [SOLVED] Scripts not working on nextgen:
script support will be released soon
Huh, I looked into the code for the new ScriptApi (https://github.com/CCBlueX/LiquidBounce/tree/nextgen/src/main/kotlin/net/ccbluex/liquidbounce/script) and it seems complete , but it doesn't work.
-
...and I just found that some devs talked about changing the JS engine for ScriptApi on nextgen, so it seems to already exist
-
-
@cr1ngysp3ll1ng said in [CONFUSED] Scripts not working on nextgen:
...and I just found that some devs talked about changing the JS engine for ScriptApi on nextgen, so it seems to already exist
no
@cr1ngysp3ll1ng said in [CONFUSED] Scripts not working on nextgen:
@fartcheese said in [SOLVED] Scripts not working on nextgen:
script support will be released soon
Huh, I looked into the code for the new ScriptApi (https://github.com/CCBlueX/LiquidBounce/tree/nextgen/src/main/kotlin/net/ccbluex/liquidbounce/script) and it seems complete , but it doesn't work.
That's port from 1.8 Nashorn ScriptAPI, which isn't meant to be used anyway.
-
This post is deleted!
-
@czechhek said in [CONFUSED] Scripts not working on nextgen:
That's port from 1.8 Nashorn ScriptAPI, which isn't meant to be used anyway.
Oh wait, they prob talked about changing from the 1.8 Nashorn port to the new GraalJS nextgen version in #472
Sorry for bothering everyone!
Edit: Maybe imma compile the GraalJS version to a jar myself
Update: I just installed LiquidBounce 1.8
-