在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):openc2e/openc2e开源软件地址(OpenSource Url):https://github.com/openc2e/openc2e开源编程语言(OpenSource Language):C++ 94.1%开源软件介绍(OpenSource Introduction):openc2eopenc2e is an open-source game engine intended to run all the games in the Creatures series. Gamesopenc2e is intended to support:
StatusWorking
Todo
There are lots of open issues that still need solving. BuildingDependenciesopenc2e depends on:
LinuxUbuntuOn Ubuntu 18.10 and up, you'll need these packages: sudo apt-get install \
build-essential \
libsdl2-dev \
libsdl2-mixer-dev \
cmake\
libpng-dev \ macOSInstall dependencies using Homebrew: brew install cmake qt WindowsInstall Python, and Visual Studio's C++ CMake Tools for Windows. Open the folder in Visual Studio and it will automatically run CMake and set up the build system. CompilingCreate a new build directory and compile: cmake -B build .
make -C build openc2e -j4 RunningYou should provide a path to a game's data files with the ./build/openc2e -d /path/to/Creatures2 The engine will try to guess the game based on files in the directory. If it can't decide, it will default to C3/DS. Advanced UsageTo see an overview of all available options, use ./build/openc2e --help Choosing a specific engine to emulateYou can tell openc2e to run as a specific game type with the
This may be useful if you are building a minimal testing environment for a specific game engine. For example, if you wanted to run as the C2 engine: ./build/openc2e -g c2 -d /path/to/minimaldata |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论