Forum

> > CS2D > General > The.Lua.Tutorial
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch The.Lua.Tutorial

26 Antworten
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

alt Re: The.Lua.Tutorial

KimKat
GAME BANNED Off Offline

Zitieren
I admire this site, now I actually learned something. The design of the website is great, who is the creator of the website? - I assume it's leegao.

I want to see more of these lua tutorials.

alt Re: The.Lua.Tutorial

Lee
Moderator Off Offline

Zitieren
xD, yeah, it's a derivative design created by me. I'll be regularly updating with new tutorials.

They'll be much smaller than the crash course

alt Re: The.Lua.Tutorial

TheLetterP
COMMUNITY BANNED Off Offline

Zitieren
leegao hat geschrieben
I've recently started writing a set of Lua tutorials, they will be posted on http://luatut.com/

Use them if you dare

thank you leegao, very helpful

I learn something today

alt Re: The.Lua.Tutorial

SQ
Moderator Off Offline

Zitieren
Yea, really wonderful website design, especially variable (over/blinking) color idea.
Nice work!

alt Re: The.Lua.Tutorial

memo
COMMUNITY BANNED Off Offline

Zitieren
thanks very much i am waiting for long time for this , but i have 1 question can you give us a explain how to work with the Lua for windows i download it and start the unbug
command but how to solve this bug ,i mean the program give you a fix to your bug or you must think it by your self ?

alt Re: The.Lua.Tutorial

SQ
Moderator Off Offline

Zitieren
memo hat geschrieben
command but how to solve this bug ,i mean the program give you a fix to your bug or you must think it by your self ?

It gives you debug log, like in CS2D.
You have to use your brains to fix it, lol.

alt Re: The.Lua.Tutorial

SQ
Moderator Off Offline

Zitieren
Nope, nil valuable means value doesn't exist.
It means you haven't declared your value.

Like (Nil Comparing Example):
1
2
3
4
5
6
7
8
9
if (value == nil) then -- Check If Value [b]Doesn't[/b] Exist
	print("Value Doesn't Exist")
end

value = 5 -- Value Is Now equal 5

if (value ~= nil) then -- Check Value If It's [b]Does[/b] Exist
	print("Value Exist! and equal "..value)
end

alt Re: The.Lua.Tutorial

Lee
Moderator Off Offline

Zitieren
TheLetterP hat geschrieben
I learn something today


thanks p

Flacko hat geschrieben
Nice, I didn't see the crash course


I've only just finalized the crash course tutorial

redefinder hat geschrieben
Nice tutorial!=)
I read the two chapters and I learned a lot......
More will come right?


Definitely, I'm planning on adding a new set of tutorial once a week, although unfinished tutorials will also appear on the site

Zitat
command but how to solve this bug ,i mean the program give you a fix to your bug or you must think it by your self ?


Can you see if you can find
C:\Program Files\Lua\5.1\SciTE\SciTE.exe

It may be a lot easier to use that as your code editor

alt Re: The.Lua.Tutorial

KimKat
GAME BANNED Off Offline

Zitieren
My binary exectuable is located here "C:\Program\Lua 5.1\SciTE\SciTE.exe" because I used custom setup for advanced users lol.

Well, I know... by default it's as leegao says:
"C:\Program Files\Lua\5.1\SciTE\SciTE.exe" <<

I just don't like all the extra subfolders so I almost always take custom setup.

Anyways, I'm looking forward to learning some more LUA scripting. Keep it up!
Zum Anfang Vorherige 1 2 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht