Page 1 of 1

programming/level design

Posted: June 15th, 2009, 2:16 pm
by chocobot
hi :!:

when i grow up and go to university i want to study something that has to do with programming or level design. so first I have to find out which I enjoy most, problem is I don't know anything about programming and I don't know where to start :(.

most of you know how to code stuff, so how did you start?

should i first do html then javascript and then something else? or can i jump to something like lua without any other knowledge?

thanks in advance!

Re: programming/level design

Posted: June 15th, 2009, 2:19 pm
by Dannyboi
Well im havent been on very long but I personally like the wiki! Check it out its got lots of info and it will help you out!! If you dont understand any of it theres plenty of people here that will help you out! Dont be afraid to ask for help.

Thanks
Danny

Re: programming/level design

Posted: June 15th, 2009, 3:03 pm
by chocobot
Dannyboi wrote:Well im havent been on very long but I personally like the wiki! Check it out its got lots of info and it will help you out!! If you dont understand any of it theres plenty of people here that will help you out! Dont be afraid to ask for help.

Thanks
Danny
i checked the wiki and the cubescript part but didn't understand a lot of it :P

ps: if you mean the normal level editing stuff, i know how to do that, its just the programming.

Re: programming/level design

Posted: June 15th, 2009, 3:13 pm
by Dannyboi
Ha I didnt understand alot of it at first but you should work on the savetheprincess map and larn how to change what she says to what you want. But like I said dont be afraid to ask for hlep on anything.

Re: programming/level design

Posted: June 15th, 2009, 3:47 pm
by Obsidian
Well, first off, learn the basics. It's dull, yes, but it is rewarding in the end. For true programming languages, you'll need to know all about if/elseif/else conditionals, while and for loops, integers versus booleans versus arrays, all of that stuff.

As for languages, just pick one! Most of them are easy to learn. I started with Visual Basic 6, myself. It was an evil language, but I learned programming basics from it. After that, I discovered PHP and took to it with success...I guess that's why I'm the board technician, I know all about this web development stuff. Been working with PHP/XHTML/CSS/JS for over a year now, maybe a year and a half.

Re: programming/level design

Posted: June 15th, 2009, 5:17 pm
by Mike
I think Dannyboi made a good point. Check out the save the princess example in the FAQ and start by modifying what she says. Then try to add even more text and play around with how it works. Then when you get more advanced look at the village example and go from there. Everyone starts out where you are, start small and keep trying :) Take care.
-mike

Re: programming/level design

Posted: June 16th, 2009, 5:30 am
by chocobot
ok thanks all :D

Re: programming/level design

Posted: June 16th, 2009, 7:38 am
by chocobot
http://cube.wikispaces.com/Cubescript+Tutorial

would that be a good way to learn cubescript along with looking/editing code already used in maps in sandbox?

Re: programming/level design

Posted: June 17th, 2009, 11:38 am
by Mike
Also this is a good one!
http://www.clearcrystal.co.uk/cubescript_1.html

Take care!
-mike

Re: programming/level design

Posted: June 17th, 2009, 1:26 pm
by chocobot
Mike wrote:Also this is a good one!
http://www.clearcrystal.co.uk/cubescript_1.html

Take care!
-mike
that one seems nice!

i did a quick look and so far it seems awesome with small pieces of code instead of big blocks.