Skip to content

Commit

Permalink
Clean up README file
Browse files Browse the repository at this point in the history
This took like 30 minuets lol
  • Loading branch information
GDBOI101 committed Jul 20, 2022
1 parent 548d301 commit f4c1bbf
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,37 @@
# "Universal" Walking Simulator
## Firstly, this isn't universal, there are many bugs on each season. I hope to add more versions in the future. <br>This supports S3.5-S9.
# Project Reboot: Universal Fortnite GameServer
### FYI: This isn't 100% universal, there are bugs on almost every season and some seasons have no support at all.<br> <a href="https://discord.com/invite/42pXp7Wqtf">Discord Server</a>.

<a href="https://discord.com/invite/42pXp7Wqtf">Discord Server</a>.
# Supported Versions
Todo: 3.5-4.5, S5-S6<br>
Possibly Add: S12-S15<br>
Currently Supported: S7-S9<br>

# PLANS

I want to add an auto pattern finder, this is in development, it's easy to make, it's just time consuming.<br>
Possibly add abilities, this will require a bit more patterns unfortunately.<br>
I need to do some more testing to add inventory.<br>
Building is easy, but requires inventory.<br>

Add an auto pattern finder, this is in development and it's easy to make, it's just time consuming.<br>
Add Chapter 2 Support<br>
Clean up Project and add comments to the code.<br>
# CURRENT ISSUES

Not using beacons causes no ReplicationDriver.<br>
S5-S6 fix is very scuffed (I just reimplemented NotifyControlMessage).<br>
S10 (10.40) has a movement issue + Event crashes<br>
Battle Bus Crashes on ~S8+<br>

Code is everywhere.<br>
Console Colors are a 50/50.<br>

# CONTRIBUTING

In order to find a UFunction, please use Object->Function instead of FindObject("Function ..").<br>
In order to find a UFunction, please use UObject->Function("FunctionName") instead of FindObject("Function ..").<br>
Test your code.<br>
Document what versions you tested your code on in this format: Season.xx (example: 4.1, 6.21, 7.30, etc)<br>
Give a descriptive summary of what your code does and how its beneficial to the project<br>

## NOTICE
Pull Requests WILL NOT be accepted if they do not follow the provided criteria

# CREDITS

If you are to use this base for your own project, please credit me and link the repository.
If you are to use this base for your own project, please credit me and link the repository.<br>

Some of this code is from or inspired by <a href="https://github.com/kem0x/raider3.5">Raider by kem0x</a>.

0 comments on commit f4c1bbf

Please sign in to comment.