#Support TheDiamondCreeperGaming
1 messages · Page 1 of 1 (latest)
reparty command doesn't either
/lang en
oh sadge
is there a way to change it so the pirate dialogue works?
like can I go into the code and change the message to the pirate dialogue?
also any idea why my reparty doesn't work? if this helps, usually it only reparties one person in the party
You could try changing the text here: https://github.com/Skytils/SkytilsMod/blob/1.x/src/main/kotlin/skytils/skytilsmod/listeners/ChatListener.kt
but it may not work
that's also usually caused by using another language
Huh, thats strange. Ok, thanks!
it doesn't let me edit it from there (reasonably), is there a way I can do it through the file I downloaded? when I open it through notepad it just shows random characters that I can't decipher
Easiest way is probably to download the source code from here: https://github.com/Skytils/SkytilsMod/releases/tag/v1.3.0-pre5, go to SkytilsMod-1.3.0-pre5.zip\SkytilsMod-1.3.0-pre5\src\main\kotlin\gg\skytils\skytilsmod\listeners and open ChatListener.kt with notepad. You should be able to then edit the text and build the jar file by going to SkytilsMod-1.3.0-pre5.zip\SkytilsMod-1.3.0-pre5 and running ./gradlew build in a command prompt window
ty
oof I didn't have latest version downloaded
sorry for bothering you more, but where do I go to "SkytilsMod-1.3.0-pre5.zip\SkytilsMod-1.3.0-pre5"?
also is there a specific way I have to open the command prompt to create a connection or smth or can I just open one?
np, i should have said to unzip it first. then copy the folder path by clicking it in file explorer, open a command prompt and type cd <directory path> to go there
it wouldn't let me extract/unzip it, and when I enter the folder (I can use file explore to open it in folders, still not unzipped I think) when I try to type cd directory it doesn't work. it says "system cannot find the path specified"
I may have found a workaround for some steps by putting the notepad file into a folder, I think I can move it and replace the previous ChatListeners file, but idk how to switch it from .txt to .kt
I didn't do much research as I don't have much time atm, but it didn't look like many of the online converters would work
You should be able to just rename the file to .kt
Try the cd command with quotes around the path
ok thx
didn't work
which one, the renaming or the cd?
alright, go to the folder that you want, hold shift and right click. there should be an option for "open powershell window here" or smth
ik what your looking for
it should say open powershell window or open command prompt
it doesn't appear for me for some reason
@robust raptor
hmm, are you on windows 10 or 11?
10 I think
ye under edition I have "windows 10 pro" however I have not "activated windows" although I don't think that matters
@robust raptor
also sry for pinging a bunch, I just feel like its the best way to get your attention XD
it says "system cannot find the path specified" if I do it with a file, and if I don't it says nothing, which I'd expect, although I don't code
@robust raptor you still there?
can you send the command you're running?
cd C:\Users\user\AppData\Roaming.minecraft\mods\1.8.9\SkytilsMod-1.3.0-pre5.zip\SkytilsMod-1.3.0-pre5\src\main\kotlin\gg\skytils\skytilsmod
I also did it with quotes
cd "C;\ etc.
probably need to unzip it
ye, it doesn't give me that option tho
to unzip the zip file?
ye
dunno sorry, you need to unzip it to do anything
try express zip
i think you have some busted zip program that's hiding the extract all buttin
./gradlew build
I tried ./gradlew and it said that "." wasn't recognized
make sure you're in the folder with this stuff
mb, thats just for when you're editing the .kt file
try the other /
like \ instead of /
ok
ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java i
@robust raptor
thats a disappointing flaw XD
lol at least the fix is fairly easy
and yet it still didn't work XD
oh, what was the error?
idk, its still saying the same message
I downloaded java through an online site as well as the site you gave me
idk why this is going so poorly XD
can you type echo %JAVA_HOME% into cmd for me
ok done, I belive that worked as it was intended and did absolutely nothing other than repeat the message %java_home%
you did it with capitals?
ye
run the installer again, click "change" and make sure this box is ticked
I don't see an option for that
can you send a screenshot of the installer
yeah send a screenshot of the downloaded installer
ok
I got it
do I click "install this feature on local hard drive" or "Install entire feature on local hard drive"?
entire feature
great, itll probably take a few mins
ye
2: Task failed with an exception.
-
What went wrong:
java.lang.StackOverflowError (no error message) -
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
- Get more help at https://help.gradle.org
BUILD FAILED in 4m 17s
1 actionable task: 1 executed
@robust raptor
im guessing that it didn't work
Ah I know what went wrong
Open this file with notepad, and find the line DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' and change the 64 to 256 on both xmx and xms
basically the program is running out of memory so we're giving it more
ok ty
where would the file be?
ty trying it again now
Configure project :
Architectury Loom: 0.10.0.4
:could not find forge mod in modImplementation but forcing: Hylin-1db16cb567.jar (com.github.Skytils:Hylin:1db16cb567)
:could not find forge mod in modImplementation but forcing: AsmHelper-91ecc2bd9c.jar (com.github.Skytils:AsmHelper:91ecc2bd9c)
Task :compileKotlin FAILED
e: No class roots are found in the JDK path: C:\Program Files (x86)\Java\jre1.8.0_351
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
- What went wrong:
Execution failed for task ':compileKotlin'.
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
Compilation error. See log for more details
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-
What went wrong:
java.lang.StackOverflowError (no error message) -
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
- Get more help at https://help.gradle.org
BUILD FAILED in 1s
1 actionable task: 1 executed
still didn't work @robust raptor
it responds with a file location
Is that C:\Program Files\Zulu\zulu-17? if not can you send it here
hmm
I don't really know sorry, my best guess is gradle is using the wrong java version or something
oof
well, thanks for trying, I have no idea what to do now XD
also you deserve some sort of role or smth for helping me for this long XD
@robust raptor hey, after doing some searching im pretty sure the problem has to do with this folder, as thats what the error message states. Is it ok to delete it? I would go ahead and test it, but idk if it'll make a noticable difference, and if it doesn't and still messes something major up that I only realize after a day I'll have to redo everything
note: I specifically meant the build file
this is a file inside a file labled "kotlin"
Make a copy of the entire skytilsmod folder somewhere else, so you can delete anything and go back to the other one if you mess up