GameStyles.wiki
changeset 2028 50a64e4112d8
parent 2027 97859a2b6c39
child 2029 41a66f3490e1
equal deleted inserted replaced
2027:97859a2b6c39 2028:50a64e4112d8
     1 #summary Description of game styles in Hedgewars
     1 #summary Description of game styles in Hedgewars
     2 
     2 
     3 = Game styles =
     3 = Game styles =
     4 == Introduction ==
     4 == Introduction ==
     5 A *game style* (or “style” for short) is a type of script that can be selected in multiplayer games. A list of all official styles can be found [https://hedgewars.org/node/2946 here].
     5 A *game style* (or “style” for short) is a type of script that can be selected in multiplayer games. They are used to customize multiplayer games. A list of all official styles can be found [https://hedgewars.org/node/2946 here].
     6 
     6 
     7 == Location and files ==
     7 == Location and files ==
     8 All game style files are saved in `Data/Scripts/Multiplayer`.
     8 All game style files are saved in `Data/Scripts/Multiplayer`.
     9 
     9 
    10 To create a style with the name `<name>`, create the file `<name>.lua`.
    10 To create a style with the name `<name>`, create the file `<name>.lua`.