Skip to content

Commit 7266bab

Browse files
committed
Fix formatting, images and links for client/lua and lub
1 parent 22be43e commit 7266bab

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed
28.4 KB
Loading
47.9 KB
Loading

docs/client/lua.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Lua Background Information
1+
# Lua
22

3-
## What is Lua?
3+
## Lua Background Information
4+
5+
### What is Lua?
46

57
Lua is a powerful, fast, lightweight, embeddable scripting language.
68

@@ -9,23 +11,21 @@ extensible semantics. Lua is dynamically typed, runs by interpreting bytecode fo
911
has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and
1012
rapid prototyping.
1113

12-
## Where does Lua come from?
14+
### Where does Lua come from?
1315

1416
Lua is designed, implemented, and maintained by a team at PUC-Rio, the Pontifical Catholic University of Rio de Janeiro
1517
in Brazil. Lua was born and raised in Tecgraf, the Computer Graphics Technology Group of PUC-Rio, and is now housed at
1618
Lablua. Both Tecgraf and Lablua are laboratories of the Department of Computer Science of PUC-Rio.
1719

18-
## What does Lua stand for?
20+
### What does Lua stand for?
1921

2022
"Lua" (pronounced LOO-ah) means "Moon" in Portuguese. As such, it is neither an acronym nor an abbreviation, but a noun.
2123
More specifically, "Lua" is a name, the name of the Earth's moon and the name of the language. Like most names, it
2224
should be written in lower case with an initial capital, that is, "Lua". Please do not write it as "LUA", which is both
2325
ugly and confusing, because then it becomes an acronym with different meanings for different people. So, please, write
2426
"Lua" right!
2527

26-
# Lua and RO
27-
28-
## What's it used for?
28+
## Lua and RO
2929

3030
### The client itself
3131

@@ -52,15 +52,16 @@ If you're using Lua files from Gravity, chances are your files are encoded. When
5252

5353
Lots and lots of ASCII characters depending on what kind of editor you use:
5454
Notepad
55-
![](Accname.lub-notepad.png "Accname.lub-notepad.png")
55+
![](assets/accname_lub_in_notepad.png)
56+
5657
[Notepad++](http://notepad-plus-plus.org/)
57-
![](Accname.lub-notepadpp.png "Accname.lub-notepadpp.png")
58+
![](assets/accname_lub_in_notepadplusplus.png)
5859

5960
#### English
6061

6162
You'll notice some English words that you may find familiar, be it headgear names, job classes, NPC sprites etc. You can
6263
manipulate this data to directly affect the client. The most popular reasons for editing the Lua files is to create
63-
[Custom Items](Custom_Items#View_IDs.2C_Having_A_Custom_Item_Without_Xray "wikilink")
64+
[Custom Items](../customization/custom-items.md).
6465

6566
### Client-side un-gibberish
6667

@@ -79,4 +80,4 @@ today none have been completed.
7980
- [Official Lua Scripting Language Homepage](http://www.lua.org/)
8081
- [Lua_Project](http://subversion.assembla.com/svn/ClientSide/Lua_Project/)
8182

82-
[:Category:Customization](:Category:Customization "wikilink")
83+
<!-- [:Category:Customization](:Category:Customization "wikilink") -->

docs/client/lub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Lub files are the compiled version of [Lua](Lua "wikilink")
1+
Lub files are the compiled version of [Lua](./lua.md)

0 commit comments

Comments
 (0)