Songs of Syx

Songs of Syx

Songs of Syx Workshop
Mods and other user created content for Songs of Syx. Expand the world and sing your own song! Feel free to discuss your and other mods on our discord https://discord.com/invite/nVreN3v
9Om1NaTOR 2024 年 6 月 26 日 上午 2:17
The world has become too big and no longer starts(
My world stopped loading on the PC due to its size and load and lowering the graphics settings does not help, the game just crashes after a minute with a Java engine error

Perhaps someone knows what can be installed so that the world requires fewer resources or will try to launch my save on their own?

In general, I have a powerful computer, and 16 RAM and video memory, albeit built-in, but 8, I don’t know (


Мой мир перестал загружаться на ПК из-за его размера и нагрузки и понижение настроек графики не помогает, игра просто вылетает через минуту с ошибкой Java engine

Возможно кто-то знает, что можно установить, чтобы мир требовал меньше ресурсов или попытается запустить мое сохранение самостоятельно?

В общем у меня мощный комп, и 16 оперативки и видеопамяти, хоть и встроенной, но 8, не знаю(

Помогите мне, по-братски, есть ведь знающие люди, сто процентов
< >
正在显示第 1 - 5 条,共 5 条留言
Arg0n 8 2024 年 8 月 3 日 下午 3:53 
The game is started basically with a fixed amount of RAM it is allowed to use. This is currently set to max 4GB. It is hard coded into the games launcher. You can start the game without a launcher though:

* Goto the game installation directory
* SHIFT + RIGHCLICK -> Open in Terminal

.\jre\bin\java.exe -Xms512m -Xmx8192m -XX:+UseCompressedOops -classpath "base\script\Tutorial.jar;base\script\Examples.jar;SongsofSyx.jar" init.MainProcess

This will start the "MainProcess" direclty and -Xmx8192m will increase the available RAM to 8GB.
最后由 Arg0n 编辑于; 2024 年 8 月 3 日 下午 3:54
9Om1NaTOR 2024 年 8 月 4 日 下午 6:35 
引用自 Arg0n
The game is started basically with a fixed amount of RAM it is allowed to use. This is currently set to max 4GB. It is hard coded into the games launcher. You can start the game without a launcher though:

* Goto the game installation directory
* SHIFT + RIGHCLICK -> Open in Terminal

.\jre\bin\java.exe -Xms512m -Xmx8192m -XX:+UseCompressedOops -classpath "base\script\Tutorial.jar;base\script\Examples.jar;SongsofSyx.jar" init.MainProcess

This will start the "MainProcess" direclty and -Xmx8192m will increase the available RAM to 8GB.

Oh, really!
Thank you, buddy
最后由 9Om1NaTOR 编辑于; 2024 年 8 月 4 日 下午 6:57
9Om1NaTOR 2024 年 8 月 4 日 下午 6:56 
引用自 Arg0n
The game is started basically with a fixed amount of RAM it is allowed to use. This is currently set to max 4GB. It is hard coded into the games launcher. You can start the game without a launcher though:

* Goto the game installation directory
* SHIFT + RIGHCLICK -> Open in Terminal

.\jre\bin\java.exe -Xms512m -Xmx8192m -XX:+UseCompressedOops -classpath "base\script\Tutorial.jar;base\script\Examples.jar;SongsofSyx.jar" init.MainProcess

This will start the "MainProcess" direclty and -Xmx8192m will increase the available RAM to 8GB.






I even made it more convenient:

You can write the same thing using the .ps1 script

cd "C:\Program Files (x86)\Steam\steamapps\common\Songs of Syx"
.\jre\bin\java.exe -Xms512m -Xmx8192m -XX:+UseCompressedOops -classpath "base\script\Tutorial.jar;base\script\Examples.jar;SongsofSyx.jar" init.MainProcess

And just run it like a shortcut
Arg0n 8 2024 年 8 月 5 日 下午 4:43 
Ah nice, yes this is the next step ^^
9Om1NaTOR 2024 年 8 月 6 日 上午 5:39 
))
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50