Stationeers

Stationeers

Not enough ratings
More Lines of Code - 更多代码行数 [BepInExMods]
   
Award
Favorite
Favorited
Unfavorite
Mod
File Size
Posted
Updated
411.748 KB
10 Jun, 2024 @ 11:16am
11 Jun, 2024 @ 9:50am
4 Change Notes ( view )

Subscribe to download
More Lines of Code - 更多代码行数 [BepInExMods]

Description
将IC代码行数上限从128行修改为512行,将代码文件大小上限从4096修改为12288。

注意:
游戏每Tick能处理的代码行数依旧为128行(这指实际执行到的部分)。这意味着如果你的程序没有任何跳转的从第0行运行到511行需要4游戏Tick(即为2秒)。但你依旧可以使用跳转,被跳过的行数不算在内,实际执行到的行数除以128即为代码全部运行完需要的时间。

使用步骤:
1.该Mod需要依赖BepInEx,若未安装请先安装BepInEx: https://github.com/BepInEx/BepInEx/releases
选择BepInEx_win_x64下载,然后解压到游戏目录下,启动一次游戏并关闭。若BepInEx文件夹内自动生成了plugins文件夹,则安装成功。
2.安装StationeersLaunchPad以自动加载订阅的mod而无需手动安装: https://github.com/StationeersLaunchPad/StationeersLaunchPad/releases
选择StationeersLaunchPad.zip下载,将其解压到刚刚安装好的BepInEx\plugins\下。
3.订阅mod,开始游戏!

手动安装(若已安装StationeersLaunchPad则无需进行这些步骤,但BepInEx还是需要安装的):
订阅下载后在路径steam\steamapps\workshop\content\544550\3265272725\文件夹内可看到Mod文件,在安装完BepInEx后将MoreLinesCode.dll文件放入游戏目录BepInEx\plugins\下即可启用。
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框架就可以加载它而无需额外移动。