Skip to content

Releases: NullaDev/CardFighter

Pre-release2

12 Feb 11:33

Choose a tag to compare

Pre-release2 Pre-release
Pre-release

临时测试版本。目前的状态:比上个版本增加了大量的(AIGC的)json配置,但是相对来说还是比较贫乏,所以如果真的想“玩”(而不是debug)的话还需要自己按照格式写更多json(参考deepwiki)。此外,游戏流程中的死路问题还未完全解决,所以可能随时要使用Alt+F4退出。
Temporary test version. Current status: Significantly more (AIGC) JSON configurations have been added compared to the previous version, but it's still relatively sparse. Therefore, if you truly want to “play” (rather than debug), you'll need to write more JSON files yourself following the format (refer to deepwiki). Additionally, dead-end issues in the game flow haven't been fully resolved yet, so you may need to use Alt+F4 to exit at any time.

关于文件:build.rar是游戏的本体,GameData.rar是游戏的数据包,把GameData文件夹放在游戏本体文件夹下面就可以运行。GameData.rar其实就是repository里的GameData文件夹压缩了一下图片,所以也可以直接替换,然后GameData Lite.rar就是把里面的图片压缩了一下大小(不然加载会很卡)。想要自己新增内容的话,可以参考GameData里的现有内容新建一些文件。
Regarding the files: build.rar contains the game's core executable, while GameData.rar holds the game's data package. Simply place the GameData folder inside the main game folder to run the game. GameData.rar is essentially the GameData folder from the repository compressed to reduce image file sizes, so it can be directly swapped out. The GameData Lite.rar version further compresses these images to minimize file size (otherwise loading would be very laggy). If you wish to add your own content, you can create new files by referencing the existing structure within the GameData folder.

Pre-release1

18 Oct 16:10

Choose a tag to compare

Pre-release1 Pre-release
Pre-release

临时测试版本。目前的状态:基本上能玩,但是缺少大量的json配置,导致内容极其单一,所以如果真的想“玩”(而不是debug)的话还需要自己按照格式写更多json(之后可能会出文档)。此外,现在的游戏流程上还有一些死路问题需要解决,所以可能随时要使用Alt+F4退出。

A temporary beta version. Current status: It's mostly playable, but lacks a lot of JSON configuration, making the content extremely simple. Therefore, if you really want to "play" (rather than debug), you'll need to write more JSON files yourself according to the format (documentation may be released later). In addition, there are some dead-end problems in the current game process that need to be solved, so you may need to use Alt+F4 to exit at any time.

关于文件:main.rar是游戏的本体,GameData.rar是游戏的数据包,把GameData文件夹放在游戏本体文件夹下面就可以运行。GameData.rar其实就是repository里的GameData文件夹压缩了一下图片,所以也可以直接替换。想要自己新增内容的话,可以参考GameData里的现有内容新建一些文件。

About the files: main.rar is the game itself, and GameData.rar is the game data package. Place the GameData folder inside the game folder to run the game. GameData.rar is essentially the GameData folder in the repository with compressed images, so you can directly replace it. If you want to add your own content, you can create new files based on the existing content in GameData.