Have you ever wondered what would you do if you could turn back time? RAG3 makes impossible things possible. Join to the adventure and help main character in preventing the tragic events.
RAG3 is 2D top-down shooter game (currently in demo phase). The gameplay consists of skillful levelling, with elimination of all obstacles encountered (enemies and inanimate things as well) along the way. The basic feature of the game is the significant dynamics, most of the time requiring the considerable concentration. The game's goal is providing sensations and joy from battles with various creatures while wandering through many types of locations (from mazes to open worlds).
One of the most distinguishing features of the game is real-time time manipulation mechanics. Player is allowed to slow down the gameplay for a short period of time (bullet time) and is able to travel back to the past. This feature is strictly integrated with battles and can be used in a fully dynamic way.
The plot of the game can be discovered only directly through the gameplay. If you want to learn more about RAG3 world - download demo version here or compile game by yourself using steps from Build section. You can play in multiplayer mode with your friends as well!
Beware! Travelling in time comes with consequences. Be careful when you meet your past self!
https://www.youtube.com/watch?v=OUkuwZWQWeQ
Steering can be changed by user. By default it is:
- WSAD for movement. LShift changes moving to running.
- Mouse used for aiming, LeftButton uses current weapon, MouseWheel changes weapon, RightButton triggers bullet time.
- Q and E triggers dodging.
- F triggers object activation if player is somewhere near and T talks to the talkable NPC.
- R triggers time reversal.
Currently game provides only self-hosted multiplayer architecture. The gameplay resembles a dynamic deathmatch from old times of gaming. To play with your friends you need to start Rag3Server on one of your computers or on dedicated machine. There are several settings which can be adjusted before starting the server. Last thing to do is to pick map and start the game.
Every player should be able to reach server host on the game TCP/UDP ports (54000, 54001, 54002 by default). Computers should be connected via LAN or (if playing via Internet) Virtual LAN (ZeroTier, Hamachi etc.). To connect to the server each player should run Rag3Client, pick his nickname and skin (there are plenty of them) and enter server's IP address. Easy-peasy.
Every volunteer is strongly encouraged to take part in a development process.
If you are not a software developer - piece of cake. You don't need to modify the code to change the game.
Game has been created with potential extensions and modifications in mind.
Core architecture is designed in a very flexible way.
One can easily modify game objects, maps, characters and add new ones.
A lot of game's behaviors and actions is parametrized and is editable via configuration files.
Every object used in a game is described in *.j3x
files in data/
directory. Syntax of files is self-describing. RAG3 provides dedicated map/game editor RAG3Editor as an additional application for easy map making and environment edition.
Usage of this tool is described in RAG3Editor Instruction.
Package uses C++17 language, so you need a compatible compiler. Tested on g++9 and MinGW64 6.0.
-
Windows
- Download SFML 2,6 and TGUI 0.8.9 from their homepages.
- Change lines below in
CMakeLists.txt
file to appropriate paths:set(SFML_ROOT "C:/SFML-2.5.1") set(TGUI_ROOT "C:/TGUI-0.8")
- Copy
*.dll
files for SFML and TGUI to build directory - Build package using CMake 3.8 or higher.
- To build tests, there is another
test/CMakeLists.txt
file where you need changeSFML_ROOT
as well. GTest from the latest commit on master branch required.
-
Linux
- Download SFML 2,6 and TGUI 0.8.9 using your package manager (instructions on their site).
- Use
build_and_run.bash
script to build game and editor. - Use
build_and_run_tests.bash
script to build tests. GTest from the latest commit on master branch required.
- 10-01-2023 Rag3 DEMO Fixes (v0.1.2)
- Better behavior of Future Henry agent
- 28-12-2022 Rag3 DEMO Fixes (v0.1.1)
- Decreased screen shake and added possibility to set it according to own taste
- Better responsiveness of menu for lower resolutions
- Displays with lower resolutions run RAG3 with more suitable zoom
- Better visibility for messages and windows with transparent backgrounds
- Minor user interface fixes
- 9-12-2022 Rag3 DEMO Release (v0.1.0)
- Full mechanics with fully adjustable self-made game engine
- Systems for:
- graphics
- sound
- dynamic music
- networking
- time manipulation
- physics
*.j3x
config iterpretation- AI
- UI
- particles
- skills
- weapon upgrades
- conversations
- events
- achievements
- statistics
- state saving
- Complete first map for single player
- Full multiplayer mechanics
- Complete arena for multiplayer deathmatch
- Stable release for Windows and Linux
- Stable map and game editor for Windows and Linux
- Game trailer with website
- Original soundtrack
- 30-09-2019 Rag3 v0.0.0
- Beginning of work
~jul3x