Stationeers

Stationeers

More Lines of Code - 更多代码行数 [BepInExMods]
9 Comments
jarhead 25 Apr @ 1:29pm 
English translation part 3
Manual installation (if StationeersMods is already installed, these steps are not necessary):
After subscribing and downloading, you can see the Mod file in the path steam\steamapps\workshop\content\544550\3265272725\ folder. After installing BepInEx, put the MoreLinesCode.dll file in the game directory BepInEx\plugins\ to enable it.
jarhead 25 Apr @ 1:29pm 
English translation part 2
Usage steps:
1. This mod needs to rely on BepInEx. If it is not installed, please install BepInEx first: https://github.com/BepInEx/BepInEx/releases
Select BepInEx_win_x64 to download, then unzip it to the game directory, start the game once and close it. If the plugins folder is automatically generated in the BepInEx folder, the installation is successful.
2. Install StationeersMods to automatically load subscribed mods without manual installation: https://github.com/jixxed/StationeersMods/releases
Select StationeersMods.zip to download, unzip it to the newly installed BepInEx\plugins\.
3. Subscribe to the mod and start the game!
jarhead 25 Apr @ 1:28pm 
English translation part 1
Change the upper limit of IC code lines from 128 to 512, and change the upper limit of code file size from 4096 to 12288.
Note:
The number of lines of code that the game can process per tick is still 128 (this refers to the part that is actually executed). This means that if your program does not have any jumps, it takes 4 game ticks (or 2 seconds) to run from line 0 to line 511. But you can still use jumps, the number of skipped lines is not counted, and the number of lines actually executed divided by 128 is the time required for the entire code to run.
Shinoshi 28 Jul, 2024 @ 11:42am 
just re-subbed to this mod, assuming you haven't changed anything. An update to Bepinex/Stationeers mods plugin has since fixed that issue.
鲨鱼  [author] 13 Jun, 2024 @ 11:21pm 
@Shinoshi I didn't test out this issue. Are you using the last version of the mod? Do you have this problem with all the archives? Or does it only happen in specific cases?
Shinoshi 13 Jun, 2024 @ 7:01pm 
this mod causes a non-reference error in the IC Editor screen, and the return(enter) key no longer moves the curser to the next line.
鲨鱼  [author] 11 Jun, 2024 @ 9:52am 
现在应该好了:cocochan2:
鲨鱼  [author] 11 Jun, 2024 @ 9:01am 
感谢告知!已经加上了!
Kastuk 11 Jun, 2024 @ 6:23am 
不错的mod,但如果你在About添加名为“bepinex”的空文件,效果会更好,这样Stationeers Mods框架就可以加载它而无需额外移动。