Forum

> > CS2D > Scripts > Script Editor?
Forums overviewCS2D overview Scripts overviewLog in to reply

English Script Editor?

15 replies
To the start Previous 1 Next To the start

old Script Editor?

baRD
User Off Offline

Quote
Do anyone know a good cs2d script editor?

Something like Easy Lua Final?
but sadly i cant use that...

That have all the hooks,commands,weapon id and building ids?

I use sublime text today but sometimes i forgot the commmands
in cs2d,Especialy when theres no wifi...

So if anyone can source me with one i would likely
appriciate that..

old Re: Script Editor?

Rainoth
Moderator Off Offline

Quote
What he means is that you should keep your text editor, use his offline documentation and keep scripting like that since you'll have all the information necessary to write scripts.

It takes about a week or two to learn the most common hooks and commands. You can get weapon and building IDs through the game itself via map editor. I remember doing the same back when I first started scripting.

old Re: Script Editor?

Ajmin
User Off Offline

Quote
There was an Iran Town server.lua editor which would help you in this case. Unfortunately that file was deleted from usgn long ago.
I have to get off my ass and search for it somewhere in ma old PC (only if you would really force meh to do so.)
And tbh these editors are actually worthless. I would better suggest you to download notepadd++ and learn things from the official cs2d website. Gl.

old Re: Script Editor?

Avo
User Off Offline

Quote
If you want to write short and simple scripts, you don't need that. If you're going to spend more time scripting, you will learn them by heart after few days anyway.

old Re: Script Editor?

GeoB99
Moderator Off Offline

Quote
user Ajmin has written
There was an Iran Town server.lua editor which would help you in this case. Unfortunately that file was deleted from usgn long ago.
I have to get off my ass and search for it somewhere in ma old PC (only if you would really force meh to do so.)

I do have that Lua editor by IRAN TOWN stored in my USB stick. I can't remember if it does have an offline documentation but it has a list of all commands and functions from the CS2D API to cover his needs without having to look at the documentation.

If user baRD wants it I can upload it here but of course I would not recommend such Lua editors for those who practise Lua in the long run.

old Re: Script Editor?

baRD
User Off Offline

Quote
Can i borrow your Iran Town server.lua director?...
it could be nice if i can..
i actualy use sublime text 3...

payed

old Re: Script Editor?

Bowlinghead
User Off Offline

Quote
There was a custom notepad++ "language" which highlighted every hook and keyword of cs2d in the file archive. Probably not what you want though

old Re: Script Editor?

baRD
User Off Offline

Quote
Yah because i need a script editor that have all the lua commands,etc

old Re: Script Editor?

Mora
User Off Offline

Quote
Such things wont make lua for you. You better to do the shit yourself. Don't be lazy -.- in the conclusion you'd have more experience. And most of these editors are virusnesses.

old Re: Script Editor?

baRD
User Off Offline

Quote
Ok your right...

Thx for reminding me...
But thats not i was hoping for ...

old Re: Script Editor?

Talented Doge
User Off Offline

Quote
@user baRD:
1. Download the latest wget here: https://eternallybored.org/misc/wget/

2. Paste the following script to notepad and save it as a .bat file to the folder with wget.exe:
1
wget -o mirror.log -t 5 --no-use-server-timestamps --limit-rate=256K --wait=1s --random-wait --mirror --domains=www.cs2d.com,cs2d.com --accept-regex "(faq|play|tutorials|tutorials_mapping|help|entities|cheatsheets|weapons)\.php|img\/.*|css\/.*|js\/.*|favicon.ico" --execute robots=off --adjust-extension --content-on-error --convert-links http://www.cs2d.com/faq.php

3. Wait for the job to finish.

old Re: Script Editor?

baRD
User Off Offline

Quote
What for?...
i need iran town director..
if someone have it send it to me at pm...

old Re: Script Editor?

Talented Doge
User Off Offline

Quote
Why do you use another program if you have sublime text? Checking the commands/lua page is easy, and you have the option to download the page for offline usage.

Here, if you cannot comprehend what is download via wget.
edited 1×, last 26.07.17 08:21:51 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview