Don't Starve

Don't Starve

100 평점
DST Library联机库
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
139.546 KB
2022년 11월 18일 오전 2시 26분
2024년 7월 22일 오후 10시 04분
업데이트 노트 32개 (보기)

다운로드 위해 구독하기
DST Library联机库

RICK님의 1 모음집
DST Series
아이템 11개
설명
A DST library. Mostly for self use. If you want to use some utilities you may upload another version or combine into your own mod.
联机库,基本是自己使用的。如果你想使用其中的某些功能你可以自己上传一个新版本或直接整合到你自己的mod里。


Functions(need to enable develop mode)功能(需开启调试):
1.控制台打印优化Console Optimization
输入的内容的返回值也会打印。The return value of a command will also be printed.
2.控制台历史优化Console History Tweak
不保存与上一条重复的指令。Don't save the same command as the previous one.
3.资源加载逻辑优化Asset Loading Optimization
游戏启动时不卸载后端资源(即控制台里打印的一堆undefined prefab 0x123456789)Game doesn't try to unload backend assets( aka. undefined prefab).
4.打印优化Print Optimization
重复字符串不打印。Duplicate Sentences are omitted.
在设置里选择(1)不开启调试,(2)关闭打印(无法完全关闭),(3)一点都不打印(完全关闭)
Configuration: a. no debug print, b.don't print (can't assure all), c.don't ever print (close the output once and for all).
5.指令Commands (credit: Leonidas IV, FriendlyGlass)
c_select(inst)=cselect()=sel() 选择鼠标下实体/指定实体 Select entity under mouse or the param given
reset()=c_reset() 回档 Reroll
c_reload() 保存并重载 Save&Reload
save()=c_save() 保存 Save
godmode() 上帝模式 God Mode
c_revealmap() 开全图 Reveal the map
c_removeall(prefab) 删除指定prefab Remove All the prefab
dmp(table)=dumptable() 查看table Dumptable
lookat() 看鼠标下的实体 Look at the entity under mouse
startlook() 持续看鼠标下的实体 Continuously look at the entity under mouse

댓글 25
Noonfish 2025년 7월 13일 오전 11시 09분 
I seem to not crash anymore either. Strange!
RICK  [작성자] 2025년 7월 13일 오전 1시 25분 
@小白 我拆分了物品皮肤为两个模组,请订阅我发布的新模组
RICK  [작성자] 2025년 7월 13일 오전 1시 25분 
@ Noonfish But today I tested it I'm suprised that I didn't crash. Do you have log file?
小白 2025년 7월 12일 오후 7시 40분 
大佬,有的皮肤比如箱子铥矿帽,之前有皮肤,但是现在缺少动画文件了
RICK  [작성자] 2025년 6월 30일 오전 4시 20분 
Well yes Insight, I figured out that mod need some modification to mute the error caused by assertion. I'll see if I can do it from my mod. You can temporarily use the code _G.assert=print to suppress the crash.
Noonfish 2025년 6월 19일 오전 2시 35분 
can you make this compatible with insight?
TIF_Raindust 2024년 7월 8일 오전 3시 09분 
@RICK 大佬,开了模组传送杖就无法使用
ハカリ (Hakari) 2023년 9월 16일 오후 9시 47분 
Nevermind now, all is okay with this
RICK  [작성자] 2023년 5월 23일 오후 4시 32분 
Fixed. Because I forgot that if development mode is disabled, the print choice cannot be changed otherwise the print will be nil.
RICK  [작성자] 2023년 5월 23일 오후 4시 13분 
Yes in that case you must delete the mod folder, I will try to replicate this error.