KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
tmcreator
★ 12
Open GitHub ↗
泰拉瑞亚模组生成器
Download README (.md)
Explore Similar Repositories
digital-business-card
:
A native Apple Shortcut that generates a digital business card on iPhone.
OPEX-Mods-Tool
:
OPEX Mods Tool
universal-ml-intern
:
A universal ml-intern implementation that works just with SKILLS and AGENTS.md for any agent harness
openclaw-monitor
:
Free open-source monitoring dashboard for OpenClaw AI agents — token usage, session tracking, 7-day trends, multi-model support
26-AITU-FINAL-SNAPSHOT
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
tmcreator
?
Download (.md)
在一天夜里闲得无聊,实在是没啥事干,在网上冲浪时突然想到Terraria的模组开发一直缺少一个这样的模组生成器,这么多年过去好像也没见到一个像样的(上古时期疑似有一个模组生成器来着?) 于是我一拍大腿决定做一个生成器造福(祸害)广大颇有创意但代码水准不太够的泰君oVo 这个生成器最大的特色就是完全不需要接触代码,只需要动动手指头和头脑风暴一下就可以制作出自己想要的模组! 此外生成器是基于.net10框架开发的,所以需要给电脑上提前安装.net10框架 https://dotnet.microsoft.com/zh-cn/download/dotnet/10.0 <img width="1261" height="740" alt="baf641dc-ea85-4d00-aed9-71e6572344ea" src="https://github.com/user-attachments/assets/5fdb714c-dcb0-4728-ad8c-d36c3a392e87" /> 可视化的流程编程,不需要动任何代码就可以做到写出属于自己的模组! <img width="1157" height="703" alt="image" src="https://github.com/user-attachments/assets/30549060-cc4a-4258-b59a-cf94f55f072b" /> 在导出文件后你会看到这几个文件,这几个文件要怎么使用呢? <img width="611" height="80" alt="image" src="https://github.com/user-attachments/assets/95eb3ebf-2c0b-44a4-9d68-e534f0505614" /> 首先打开泰拉瑞亚,找到创意工坊 <img width="1920" height="1049" alt="image" src="https://github.com/user-attachments/assets/592787c7-c8ef-4aa5-a70b-4aa4aaafb8ff" /> 找到开发模组选项 <img width="1920" height="1049" alt="image" src="https://github.com/user-attachments/assets/62951fc8-8e9c-4ef7-bdd4-bd98fc498779" /> 点开这里后如果显示需要安装.net8.0sdk那就去微软官网或者github下一个,下完后重启下电脑就好了 <img width="1920" height="1049" alt="image" src="https://github.com/user-attachments/assets/7b9290d3-e18a-45aa-85d4-6ecb2e3d0e2d" /> 找到创建模组,让文件的内部名称和你在生成器的工程名称保持一致 <img width="1920" height="1049" alt="image" src="https://github.com/user-attachments/assets/5b3ed943-d8c1-42a0-b5d2-534a05f24a01" /> 之后将文件拖动进来,再点击构建并加载模组,这样就可以加载自己制作的模组了! <img width="1125" height="639" alt="image" src="https://github.com/user-attachments/assets/c5891fa2-7b0d-46e7-877a-b2bc5a8b6be3" />