Author Topic: Server scripts  (Read 2561 times)

0 Members and 1 Guest are viewing this topic.

Offline SoNNy

  • Soldier
  • **
  • Posts: 210
  • Whoosaaa
    • Soldat gamepark
Server scripts
« on: August 04, 2006, 01:50:04 pm »
If i want scripts on my server, i have to run ARRSE, edit scripts and join to server and everything is OK.
But ARRSE must be turn on, i cant have turn on PC whole day. Do you have any other scripts? I mean scripts, where you 
 won't have to have some program turn on. If it posible i'll be very happy  :)

92% of teens have moved onto hip-hop. If you are part of the 8% that still listen to real music, copy and paste this into your signature

Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs
Re: Server scripts
« Reply #1 on: August 04, 2006, 01:55:11 pm »
You can always use ruby, perl c, etc etc, even PHP to write scripts.

Offline SoNNy

  • Soldier
  • **
  • Posts: 210
  • Whoosaaa
    • Soldat gamepark
Re: Server scripts
« Reply #2 on: August 04, 2006, 02:33:20 pm »
How? Is somewhere any tutorial?

92% of teens have moved onto hip-hop. If you are part of the 8% that still listen to real music, copy and paste this into your signature

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Server scripts
« Reply #3 on: August 04, 2006, 03:15:39 pm »
do you know any programming or scripting languages? we can help you more if we can start by extending from what you already know

Offline SoNNy

  • Soldier
  • **
  • Posts: 210
  • Whoosaaa
    • Soldat gamepark
Re: Server scripts
« Reply #4 on: August 04, 2006, 03:31:25 pm »
I do maps, movies, mods, Graphics, and other stuff, but no programming :(
I thought that is some  easy way

92% of teens have moved onto hip-hop. If you are part of the 8% that still listen to real music, copy and paste this into your signature

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Server scripts
« Reply #5 on: August 04, 2006, 03:48:23 pm »
now that EnEsCe is working on the server, I wouldn't be surprised if some day there was scripting support built into the server itself (tcl or lua or something)

I'm not expecting to happen, but I'm sure it would please a lot of people.  There are definately more important features and bugs that need attention in the server first

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Server scripts
« Reply #6 on: August 04, 2006, 06:30:20 pm »
shhhh flab I said that was top secret ;)

yeah just like, get someone to make you a PHP script and run it off their website or something.

Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs
Re: Server scripts
« Reply #7 on: August 04, 2006, 09:21:11 pm »
Actually, PHP is the worse choice. I recommend ruby.

Ruby is small, fast and easy to learn. www.rubycentral.com is a good site to get started.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Server scripts
« Reply #8 on: August 05, 2006, 02:27:36 am »
shhhh flab I said that was top secret ;)

yeah just like, get someone to make you a PHP script and run it off their website or something.

er, I've got no idea what you're talking about

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Server scripts
« Reply #9 on: August 05, 2006, 02:43:52 am »
good, good. *grins evily*

and mar77a, PHP is not the "worse" choice, just because you know of a easier, noobier, language; doesnt mean that it becomes top-dog over the other languages....

Offline SoNNy

  • Soldier
  • **
  • Posts: 210
  • Whoosaaa
    • Soldat gamepark
Re: Server scripts
« Reply #10 on: August 05, 2006, 03:31:11 am »
So, i am soldat admin on www.gamepark.cz and i need scripts on cca 90 soldat servers :E
it will be a hard work, someone wanna help me? :D

92% of teens have moved onto hip-hop. If you are part of the 8% that still listen to real music, copy and paste this into your signature

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Server scripts
« Reply #11 on: August 05, 2006, 10:13:04 am »
EnEsCe, PHP simply isn't meant for long-running scripts/projects.  Just because it has socket functions and can do nifty stuff doesn't mean that it should be used for running things like IRC bots or scripts for game servers.