Skip to content
forked from pkhead/rained

Rain World level editor | 雨世界关卡编辑器 rained中文翻译

License

Notifications You must be signed in to change notification settings

zrydnoob/rained

 
 

Repository files navigation

Note: This fork is a Chinese translation. If you need the English version, please go to the upstream repository.

有关此fork:Rained (Chinese translation | 中文翻译版)

此fork在rained的基础上进行二次开发,实现了一些更加方便的功能和部分中文翻译。

  • 添加了部分特效effect的预览效果(预览图来源于rwe+)
  • 添加了部分中文翻译

show show

在第一次进入时如中文显示乱码或? 请在 编辑>偏好 中将字体设为 AlibabaPuHuiTi.ttf

以下为README文件

Rained


Downloads | Manual

Another Rain World level editor. Read this document, which is bundled with every release package, for more information on how to use this software.

Please note that the "main" branch is ahead of the latest release, but is in sync with Nightly. If you want to access the repository at the time of a certain release, use the Git tags system.

Features

  • Ease of use
  • Undo/redo everything
  • Re-envisioned prop editor
  • Highly customizable UI
  • Asset graphics and palette previews
  • Drizzle level rendering with a preview
  • Exiting from the light editor does not mess up the screen
  • Pressing escape does not crash the program

Screenshots

Screenshot of Rained's tile editor. Screenshot of Rained's prop editor with tile graphics enabled and a palette applied.

Building

Prerequisities:

  • .NET Core toolchain
  • (optional) OpenGL ES driver or ANGLE libraries in the DLL search path.
  • (optional) Python 3
  • (optional) glslang CLI

.NET CLI

Clone with Git:

git clone --recursive https://github.com/pkhead/rained
cd rained

Compile Drizzle

cd src/Drizzle
dotnet run --project Drizzle.Transpiler

Back to the root directory, build and run Rained

# only needs to be run once
dotnet tool restore

# usage of desktop GL or GLES/ANGLE is determined by OS.
dotnet cake

# alternative build command with desktop GL forced on.
dotnet cake --gles=false

# run the project!
dotnet run --no-build --project src/Rained/Rained.csproj

Upon first startup, you can configure where your Data folder is located. If you chose to download and install it, Rained will download and extract this repository.

Contributing

Report bugs and other complaints by creating an issue or pinging @chromosoze on a Rain World modding Discord server. DM requests also work, but it's likely that it'll take me a while to notice them as I don't pinged for it.

Pull requests are welcome.

Documentation about the development setup is found here.

About

Rain World level editor | 雨世界关卡编辑器 rained中文翻译

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 95.6%
  • GLSL 2.0%
  • Lua 1.9%
  • Other 0.5%