„README.md“ ändern
This commit is contained in:
parent
2e177ba7c6
commit
f58d45875d
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -4,4 +4,16 @@ Electrical work mod for Garry's Mod.
|
|||
<!-- More detailed explanation: https://bin.cat.casa/?7a7357cac1e0db4a#EgRy2m7oPAq9x1ypXyyRePcdGfCJwAvTaf8pgeYom2PU -->
|
||||
|
||||
# About
|
||||
GigaWatt will be a big mod with a lot of content related to building circuits and doing electrical work. Stuff like batteries, LEDs, etc will be under the basics section, however stuff like EEPROM, CPU, etc will be on the more advanced section. We will also try to put a lot of realism into the mod, such as check if the material type is metal, and if it is, it will conduct electrical charge. However even more realism will be put into it such as realistic radio functionality will be put into the mod.
|
||||
GigaWatt will be a big mod with a lot of content related to building circuits and doing electrical work. Stuff like batteries, LEDs, etc will be under the basics section, however stuff like EEPROM, CPU, etc will be on the more advanced section. We will also try to put a lot of realism into the mod, such as check if the material type is metal, and if it is, it will conduct electrical charge. However even more realism will be put into it such as realistic radio functionality will be put into the mod.
|
||||
|
||||
# Setup
|
||||
There are 2 methods to get this addon installed.
|
||||
|
||||
## From Steam workshop
|
||||
You can get the addon directly from the Steam workshop available [here](#). This method is recommended if you are playing in single player and just want the addon in single player mode.
|
||||
|
||||
## File system
|
||||
You can also place the folder which is in this repository in the addons folder of the gmod installation. The location is usually at `/<your garrys mod path>/addons/`.
|
||||
|
||||
# Modify the source code
|
||||
You could modify the source code of this addon on your own. It is recommended that you don't use the first setup method to install the addon. If you get the addon through the Steam workshop, it will be a .gma file. But if you use the second method, you have the sources in seperate files which is very easy to modify.
|
Loading…
Reference in a new issue