Forum

> > CS2D > Scripts > CS2D Lua video course
Forums overviewCS2D overview Scripts overviewLog in to reply

English CS2D Lua video course

35 replies
Page
To the start Previous 1 2 Next To the start

old Re: CS2D Lua video course

Alistaire
User Off Offline

Quote
You should actually make different videos, but make a title like "CS2D Lua: Admin script" and "CS2D Lua: Spawnmessage" instead of just "Part 1" and "Part 2".

old Re: CS2D Lua video course

EngiN33R
Moderator Off Offline

Quote
user Alistaire has written
You should actually make different videos, but make a title like "CS2D Lua: Admin script" and "CS2D Lua: Spawnmessage" instead of just "Part 1" and "Part 2".


What is done in the part is described in the video's description - the name of the video would be too long if I were to include the topic covered by it there.

old Re: CS2D Lua video course

Alistaire
User Off Offline

Quote
"Lua Scripting for Counter-Strike 2D: Part 1" is 43 characters.

"CS2D Lua: Spawnmessages" is 23 characters.

That's not too long.

old Re: CS2D Lua video course

EngiN33R
Moderator Off Offline

Quote
user Alistaire has written
"Lua Scripting for Counter-Strike 2D: Part 1" is 43 characters.

"CS2D Lua: Spawnmessages" is 23 characters.

That's not too long.


I don't like it.

old Re: CS2D Lua video course

DannyDeth
User Off Offline

Quote
We can do a co-op via Skype? Lol, actually that wouldn't happen, haven't had a microphone for like.. a year.

Also, don't promote the user of ipairs!! PLEASE! It is actually faster to just use:
1
for i=1, #admin,1 do
I mean, even pairs is faster than ipairs.

old Re: CS2D Lua video course

EngiN33R
Moderator Off Offline

Quote
user DannyDeth has written
We can do a co-op via Skype? Lol, actually that wouldn't happen, haven't had a microphone for like.. a year.

Also, don't promote the user of ipairs!! PLEASE! It is actually faster to just use:
1
for i=1, #admin,1 do
I mean, even pairs is faster than ipairs.


If you get a mic - sure we can, man

Meh, you're probably right about that too.

And to your comment on YouTube - I don't explain the for loop in programming details and I don't teach ipairs to be regarded as an iterator function as people would go 'wut' and forget in an instant.

old Re: CS2D Lua video course

albachersont
User Off Offline

Quote
Yes, it is very good tutorial.
Who does not know how to make scripts, learn by video.
It's easier and easier to learn

∗ I have some tutorials for Counter-Strike 2D
Links

http://www.youtube.com/watch?v=5WfRaCozOHY
> how to instal script
http://www.youtube.com/watch?v=mZMNxZkFMB4&feature=related
> instal logo
http://www.youtube.com/watch?v=st8v3HnQ2yM
> Download end instal map

√ These tutorials are for those who do not have experience in CS2D

old Re: CS2D Lua video course

EngiN33R
Moderator Off Offline

Quote
Well, I'm thinking about what to explain in the third part - what would you like to see in the third lesson? I don't want to give examples as the examples I'd give might interest a part of the audience and not interest another part. But it shouldn't be something too complex, seeing as this is only the third part. I'm open to suggestions, if you have something to contribute - please do so

old Re: CS2D Lua video course

DC
Admin Off Offline

Quote
very nice idea! quality is not perfect (especially in part 1) but in part 2 it's absolutely sufficient to read and understand what you're doing! good job!

old Re: CS2D Lua video course

DannyDeth
User Off Offline

Quote
I would say that for part 3:Going into more detail with string and table libraries would be an excellent idea. They are EXTREMELY useful.
To the start Previous 1 2 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview