OpenClient/README.md

34 lines
2.4 KiB
Markdown
Raw Normal View History

2020-06-22 21:18:07 +02:00
# 💦 OpenClient 💦
2020-06-23 02:09:46 +02:00
the first free, open-sourced, clearly-documented minetest Client Utility Mod (CUM)
2020-06-22 21:18:07 +02:00
2020-06-23 04:00:16 +02:00
# features (so far, v1):
2020-06-22 21:30:57 +02:00
- fullbright (https://github.com/MinetestClients/OpenClient/commit/fcdf71d65dc531ba1effbaf20328bb345153cd4b)
2020-06-22 22:39:09 +02:00
- nofall (no fall damage) (https://github.com/MinetestClients/OpenClient/commit/00c15982323c8662769ecaa692c5047fc247ad0b)
2020-06-23 01:18:02 +02:00
- 3rd person camera view can go inside nodes - press fn+7 (https://github.com/MinetestClients/OpenClient/commit/db18ab4b13750c1f7d2951b44b00b72c929c1176)
- fly - default keybind (https://github.com/MinetestClients/OpenClient/commit/5e03f64bafb73fb08518c00aa270397f5a57ab51, https://github.com/MinetestClients/OpenClient/commit/dee53a33ac4e8753b1921ed89963e5d492b7281f)
- noclip - default keybind (https://github.com/MinetestClients/OpenClient/commit/441ac6f686680d7a4e515ee91dd543482d2b1404)
2020-06-23 02:09:46 +02:00
# installation:
2020-06-23 04:00:05 +02:00
The easiest way to install is using brew (the compressed files in the brewinstall repo are identical to the compressed release files of this repo):
1) install brew (https://brew.sh/)
2) brew --cache https://raw.githubusercontent.com/MinetestClients/brewinstall/master/minetest.rb
3) brew install https://raw.githubusercontent.com/MinetestClients/brewinstall/master/minetest.rb
2020-06-23 02:09:46 +02:00
2020-06-23 02:10:02 +02:00
Alternatively, you can follow the instructions on the official minetest github page: https://github.com/minetest/minetest/blob/master/README.md#compiling
2020-06-23 02:09:46 +02:00
2020-06-23 04:00:05 +02:00
# for the truly paranoid:
You can also recreate OpenClient. First, download minetest 5.0.1 from the official minetest github page (https://github.com/minetest/minetest/releases). Next, make the changes listed above (https://github.com/MinetestClients/OpenClient/blob/master/README.md#features-so-far-v1). Then run through the appropriate compiling method.
2020-06-22 21:25:21 +02:00
# contributors (along with their choice of getting advertised):
username/nickname/name | advertisement
------------- | -------------
sumoomus | n/a
dankmemer | https://www.youtube.com/channel/UCEWhEMACf_m2ffKsEeCEg0w
2020-06-22 21:26:21 +02:00
SPNG | n/a
2020-06-22 22:43:14 +02:00
2020-06-22 22:43:02 +02:00
\*side note: contributors are not added according to their views or actions, only by their contributions to the project. The views/actions of the contributors (other than sumoomus) do not necessarily reflect the goal of OpenClient.
2020-06-23 02:09:46 +02:00
2020-06-22 21:33:20 +02:00
# Important:
2020-06-22 21:33:41 +02:00
OpenClient is not a hack client nor a cheat client, rather it is a Client Utility Mod (CUM). Please bear in mind that client utility mods like OpenClient can be against the rules on some servers.
2020-06-22 21:18:07 +02:00
😉