PDA

View Full Version : lua coding



frontmill
December 4th, 2005, 09:44
I would like to learn how to code progs for lua... can someone tell me a good site/tutorial to learn "the lua programming language"?

thanks in advance

shiftybill
December 4th, 2005, 11:22
i made a site with a few examples here it is

http://www.freewebs.com/shifthouse/tutorial.htm

theres a basic text display with input to move it around the screen and more

if u want some more help just reply

frontmill
December 6th, 2005, 21:54
ok thanks great... but 1 more question: how to save it?? (as pbp?)... and how to call the map i nput it in?

thanks in advance

scarface350
December 15th, 2005, 01:14
ive been looking to code as well.... but i cant find any lua tutorials which takes everything step by step or with proper grammer and english.... :(

shiftybill
December 15th, 2005, 09:12
the easiest way to learn is to look at other peoples code and then try it for yourself, its fairly easy after a while, sort of :D

yaustar
January 19th, 2006, 11:52
http://wiki.ps2dev.org/psp:lua_player:tutorial
http://www.lua.org/

Basic knowledge of variables, if, if/then, while statements are required though.

flashmasterfong
March 16th, 2006, 04:19
If you are starting out I would recommend going to http://www.evilmana.com/. He has some great tutorials for beginners. I would also recommend you chck out this page aswell: http://wiki.ps2dev.org/psp:lua_player:functions#lua_player_functions That page shows you all the different functions for lua. Good Luck!

benh
March 25th, 2006, 23:18
this is an exelent tutorial www.scriptscribbler.com/psp/tutorials/

yaustar
March 26th, 2006, 00:58
However, the tutorial isn't for Lua. It's straight C but still good never the less.

Lebow
March 27th, 2006, 16:27
Lesson1-http://www.scriptscribbler.com/psp/lua/lesson01.htm
Lesson2-http://www.scriptscribbler.com/psp/lua/lesson02.htm

csd-san
April 3rd, 2006, 14:43
Oh wow, these are great links. I never thought I'd get into this stuff, but I think I might as well try it. Looks fun :3

benh
April 4th, 2006, 19:27
I know coding is a good hobby and i shoud know im a coder

Cooe14
April 7th, 2006, 03:59
I would like to learn how to code progs for lua... can someone tell me a good site/tutorial to learn "the lua programming language"?

thanks in advance
go here http://lua-users.org/wiki/TutorialDirectory, it goes from top to bottom. Use this to do the coding http://www.gorlice.net.pl/~rybak/luaide/ Inside the Luaide folder lua.exe is the lua command bar and Luaide is what you would use to program (i think it's easier).