Code Monkey home page Code Monkey logo

taiwu_mods's Introduction

#Taiwu_mods #太吾绘卷游戏Mod

Build Status


编译依赖

  • Visual Studio 2017 (Community版)
  • 游戏本体
  • 解密的Assembly-CSharp.dll,和本README.md文件放一个目录下里
  • 修改genvsproj.cmd ,将里面的 STEAMDIR 设置为本机 太吾 安装目录
  • 如果没有cmake,安装cmake 3.12或以上版本 ( 编写此说明时,使用 3.12.3 版本测试ok)
  • 命令行运行 genvsproj.cmd, 会自动生成所需的工程文件到build目录下。
  • mod目录下的.cs会自动加入工程,.dll会自动作为依赖
  • cmake会自动为工程添加post build事件,build成功后,如果游戏mod目录下存在同名mod,则自动复制dll到 游戏mods目录下对应mod目录内

新建 Mod流程

  • 新建目录, 将你的mod .cs文件放入

  • 在此目录下放入 Info.json 文件,格式类似:

    { "Id": "HerbRecipes", "DisplayName": "药引烹饪配方精制材料说明", "Author": "phorcys", "Version": "2.3.0", "AssemblyName": "HerbRecipes.dll", "EntryMethod": "HerbRecipes.Main.Load", "Requirements": ["BaseResourceMod"] }

  • 除 最后一行 Requirements 外,其他为必填

  • 运行genvsproj.cmd 生成工程,开始mod开发

##Mods 开发辅助工具 repo:

https://github.com/phorcys/Taiwu_Mods_Tools.git

taiwu_mods's People

Contributors

avalonwot avatar ignaz-chou avatar linkaixiang4883 avatar logicor-cn avatar phorcys avatar saharaqie avatar sth4nothing avatar vallind avatar vizv avatar xiaoye97 avatar xyzkljl1 avatar yyuueexxiinngg avatar zqzhang1996 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.