diff --git a/README.md b/README.md index 45c349078..0fbf286e9 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,15 @@ If you're interested in helping out, theres a matrix room located [here](https:/ This is still in active development and things are going to change. If you find any bugs besure to report to the [issue tracker](https://codeberg.org/NepDisk/blankart/issues)! ## Techincal Features +- Entire refactorings of internal systems such as the item system, the menu system, the demo system and many more for easier maintainability. - Full Support for UDMF, Terrain, Bots, ACS, New Waypoints and many other technical features backported from Ring Racers. Also includes some extensions to these features such as bot drifting, new terrain effects and map header toggles. -- Ring Racers' software renderer and its multithreading. -- Native support for both SRB2Kart and Ring Racers custom skins. +- Ring Racers' software renderer and its multithreading as a base for the software renderer with many additions ported from SRB2Kart Saturn and SRB2Classic. +- Improved OpenGL Renderer based on some changes from SRB2Kart Saturn with support for features such as palette rendering. +- Native support for both SRB2Kart and Ring Racers custom skins and followers. - Backwards compatiblity with most SRB2Kart maps, assets* and scripts\*. - A map patching system to allow custom map things to be patched onto maps. Useful for adding rings, waypoints and other objects to existing maps. - Support for many SRB2Kart v1 custom client extensions from Saturn and other clients such as vote themes. -- A hardcoded Lua library for adding custom boosts and boost chains to the game. +- Many Lua and SOC additions for things such as adding custom boosts, custom boost chains, custom items+odds, custom menus, and many more things. *Art assets are remapped from the SRB2Kart v1 palette to the SRB2 2.2 palette automatically based on addon file name. This also affects scripts as well making them run as they would in SRB2Kart v1. Having the K prefix or the .kart extension triggers this. You can also do addfile -c to enable it or addfile -n to disable it. @@ -25,24 +27,29 @@ This is still in active development and things are going to change. If you find - Many features ported from Saturn ## Optional Gameplay Features -- Rings (Based on how they were in v2 Indev and then further rebalanced) -- New items (Such as the as a rebalanced Flame Shield and a rebalanced Bubble Shield) +- Rings (Based on how they were in Indev v2 and then further rebalanced) +- New items (Such as the as a reworked Flame Shield and a reworked Bubble Shield) +- Alternative Item system that allows new varients of specfic items (Such as Eggman and Invincibility) - 4 tier drifts (Blue, Red, Purple, Rainbow) -- Boost Stacking -- Boost Chaining +- Boost Stacking + Boost Chaining - Slipdashing +- Drafting +- Air Thrust +- Air Drop +- Recovery Dash ## Dependencies - SDL2 (Linux/OS X only) - libsndfile (Linux/OS X only) -- openAL/openAL-Soft (Linux/OS X only) +- OpenAL-Soft (Linux/OS X only) - libupnp (Linux/OS X only) - libgme (Linux/OS X only) - libopenmpt (Linux/OS X only) ## Compiling -Notice: MSVC is unsupported! +### Notice +MSVC is unsupported, so please use GCC, Clang or Zig as your compiler. Linux: ```