Forum

> > CS2D > Scripts > Explaining Scripts
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Explaining Scripts

9 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

Umfrage Umfrage

Which of the following common scripts should be explained next?

Nur registrierte Benutzer können abstimmen
Coloured chat
50,00% (8)
Unlimited building
0,00% (0)
Administration
37,50% (6)
Other (specify in post)
12,50% (2)
16 Stimmen abgegeben

alt Umfrage Explaining Scripts

EngiN33R
Moderator Off Offline

Zitieren
So yeah, I thought that it would be a nice thing to explain how some of the scripts that are commonly found being asked for on the forums function - the explaining will take place on my blog page, but here I want to ask you guys what you want to know.

If you have something else in mind that is not present in the poll above - check the 'Other' option and specify what is it that you have in mind in a post.

A couple of explaining posts have already been posted here. Let me know what script you'd like to see explain and leave general feedback about the idea.

EDIT 1: A post explaining a universal saving script has been added. Thanks to user DannyDeth - in a later addendum to that lesson, I'll explain the possibility of using string.dump for compact binary save files. Also, the poll has been reset - saving system is out and done, vote for the next.
3× editiert, zuletzt 21.03.12 10:26:03

alt Re: Explaining Scripts

Apache uwu
User Off Offline

Zitieren
I've seen most of your mods and read some posts on your blog. I highly recommend you create and "explain" a fundamental administration script.

alt Re: Explaining Scripts

VADemon
User Off Offline

Zitieren
Admin script? Link ;]

For newbies the hardest part is the saving system.
Because it's not as easy as calling msg() function with some arguments.

alt Re: Explaining Scripts

EngiN33R
Moderator Off Offline

Zitieren
user VADemon hat geschrieben
Admin script? Link ;]


Link to what? Read the OP.

I see that the saving system is getting the most votes - it's probably going to be the first. An administration system will go next.

EDIT: A post explaining the saving system has been added. See OP for details.
1× editiert, zuletzt 21.03.12 10:29:36

alt Re: Explaining Scripts

Apache uwu
User Off Offline

Zitieren
Come on you guys!! Color chat is so simple, just a copyright symbol and rgb color codes. Admin script ftw!!

alt Re: Explaining Scripts

VADemon
User Off Offline

Zitieren
1
2
3
function loaddata(file)
    dofile(file)
end
You hope GC will collect and remove that from memory soon? In my opinion it's only usable for configs.

alt Re: Explaining Scripts

EngiN33R
Moderator Off Offline

Zitieren
user VADemon hat geschrieben
1
2
3
function loaddata(file)
    dofile(file)
end
You hope GC will collect and remove that from memory soon? In my opinion it's only usable for configs.


It's not really necessary, as I said in the post, you could just do it directly via dofile.

I promised an administration script, I'm gonna make one. After it - I'll explain the coloured chat.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht