Coder Social home page Coder Social logo

th15modloader's Introduction

TH15ModLoader

目标是用C++魔改东方,不用管ECL和其他限制

只适用于东方绀珠传1.00b

使用方法:编译后把d3d9.dll放到你的游戏目录,在游戏目录下新建mods目录,把MOD的dll放到mods目录

附加功能:优先读取data目录下的资源,魔改资源就不用打包了,新建data目录把要替换的资源放进去

搭建开发环境

MOD

参考ModSample

  1. 用VS2013编译TML,把dll放到你的游戏目录
  2. 新建dll项目,导入TML的lib库文件,include相应的头文件
  3. (可选)把生成路径设置到mods目录,把调试的命令设置为启动th15.exe
  4. 在DllMain里注册事件监听器,实现各种功能

TML

  1. 本项目使用VS2013编写,更高版本的VS应该也可以
  2. CommonProperty.props.example复制一份并重命名为CommonProperty.props
  3. 用文本编辑器(或在VS2013里)打开CommonProperty.props,把里面的TH15目录设置为你的东方绀珠传目录
  4. 设置好后TML编译后会自动复制到游戏目录下
  5. 可以直接在VS里调试

th15modloader's People

Contributors

xfgryujk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.