Giter VIP home page Giter VIP logo

kys-pascal's Introduction

《金庸群侠传》复刻版

原DOS下面的经典游戏《金庸群侠传》pascal复刻版。

通过更换数据包,可以运行大部分MOD。

如何编译

SDL2的pas文件请从https://github.com/ev1313/Pascal-SDL-2-Headers获取。其他外部库的文件均已经自带。

首先下载游戏本体,其中包含了Windows版本的exe文件和dll文件以及资源文件:https://pan.baidu.com/s/1nv9R5rz

注意大部分是使用商业性质的素材,这个分享可能是违规的。

安装fpc(任何方法均可),如果你对命令行熟悉可以不安装Lazarus,推荐使用Lazarus-1.6-fpc-3.0.0。CodeTyphon也是很好的选择。

使用Delphi社区版也可以编译。

不在Windows下面编译则需要安装运行库,用brew(Mac),apt-get(Ubuntu)之类安装sdl,sdl-mixer,sdl-ttf,sdl-image,smpeg,lua等相关sdl库。 如果lua库不能自动安装5.2版,下载lua5.2库自行编译,需要编译成支持i386的库。

检查lua52的开头部分指定的库文件名字,如果与现有的不同则修改。

在Windows,Mac,Ubuntu(我目前只试过这个Linux发行版)下面,库文件配置正确时,均可以用fpc直接编译通过。

未包含Android的工程。

注意

建议改用c++版:https://github.com/scarsty/kys-cpp

kys-pascal's People

Contributors

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