Skip to content

Commit

Permalink
Minor text tweaks
Browse files Browse the repository at this point in the history
- Fix copy paste oops in the README's module list
- Mentions name tags in README and color impact
- Corrects more copy paste oops in the IDE customizer
  • Loading branch information
Cervator committed Aug 22, 2015
1 parent c15f337 commit fe0bcd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The game auto-saves at regular intervals so it is decently crash-hardened at thi
Multiplayer
--------

To name yourself for a multiplayer game use Settings / Player. You can also pick a color, which will affect your placeholder monkey head player avatar.
To name yourself for a multiplayer game use Settings / Player. You can also pick a color, which will affect your placeholder monkey head player avatar, name in chat, and floating name tag.

You can host a local server using the game client and have friends connect to your IP. Game port is 25777 which needs to be open and forwarded to your PC.

Expand Down Expand Up @@ -220,8 +220,8 @@ Here's a list of modules bundled with the game by default (as of this writing an
* [LightAndShadowResources](https://github.com/Terasology/LightAndShadowResources) - IMMA FIRIN’ MAH LASR!! Art assets for the Light & Shadow concept
* [Machines](https://github.com/Terasology/Machines) - machine infrastructure library module
* [Malicious](https://github.com/Terasology/Malicious) - a series of module security tests to check that modules cannot do naughty things when running
* [ManualLabor](https://github.com/Terasology/ManualLabor) - tools and logic for manual labor (digging, chopping, etc)
* [ManualLaborEventualSkills](https://github.com/Terasology/ManualLaborEventualSkills) - bridge module for adding EventualSkills to ManualLabor
* [EventualSkills](https://github.com/Terasology/EventualSkills) - a time-based skill system, a bit akin to EVE Online's system.
* [MarcinScIncubator](https://github.com/Terasology/MarcinScIncubator) - parking lot for tools used in @MarcinSc's many modules without a more explicit home yet
* [MarkovChains](https://github.com/Terasology/MarkovChains) - Library module with some pseudo random math stuff
* [MasterOfOreon](https://github.com/Terasology/MasterOfOreon) - Master the Oreons, or others like them, from the throne-world of the Ancients! A menu command system, default show/hide key 'O'
Expand Down
2 changes: 1 addition & 1 deletion config/gradle/ide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ ext {
</configuration>
'''))

// Run config that includes the Crash Reporter
// Run config that includes the game splash screen
runManager.append(new XmlParser().parseText('''
<configuration default="false" name="TerasologyPC (Splash enabled)" type="Application" factoryName="Application">
<extension name="coverage" enabled="false" merge="false" runner="idea">
Expand Down

0 comments on commit fe0bcd1

Please sign in to comment.