Total servers: 3
The Whole Film Of Storage 24 (LieroX2 General Discussion) by Gloriagrub Today at 07:37:45 am
[Army of Glory] - [AoG] ([AoG]) by Morby May 22, 2013, 10:33:37 pm
- Like a Boss - (Clan threads) by Morby May 22, 2013, 10:30:55 pm
Old community member outreach (LieroX2 General Discussion) by JasonB May 21, 2013, 12:50:52 pm
Saturday Nights (Graveyard [RIP]) by MiLeC May 19, 2013, 01:10:07 am
Cruel Mod by iRod
Cruel v0.96 – 50lt
IP: 69.255.183.244
Game Mode: Death Match
Lives: 5
Max Kills: 0
Version: OpenLieroX 0.58 rc3
Players:
iRod(0 lives, 0 kills)
[CPU]I'm Not A Human(3 lives, 1 kills)
[CPU]I'm Not A Human(4 lives, 0 kills)
Kurko's testlab
Liero v1.0 – 20lt
IP: 91.156.42.210
Game Mode: Death Match
Lives: 5
Max Kills: 20
Version: OpenLieroX 0.58 rc3
Players:
mortars by lxalliance.net
Modern Warfare1.0 – 20lt
IP: 37.205.11.54
Game Mode: Death Match
Lives: 7
Max Kills: 23
Version: OpenLieroX 0.58 rc3
Players:
Pages: [1] 2 3 4  All   Go Down

Author Topic: Request for Python developer (for dedicated script)  (Read 4188 times)

albert

Request for Python developer (for dedicated script)
« on: July 09, 2009, 06:27:06 pm »
Hi,

I know that only very few people know C++ here but perhaps some more know Python. Our dedicated script is written in Python and it would be nice if some people could help us here on developing it.

If you know Python and you are interested, please join us. :)

Some background information about how the current dedicated script system works:
http://www.openlierox.net/wiki/index.php/Dedicated_script
« Last Edit: November 12, 2009, 01:05:32 pm by albert »

Hatten

Re: Request for Python developer (for dedicated script)
« Reply #1 on: July 14, 2009, 02:35:03 pm »
As written in another thread, I've just started learning python, so i will hopefully be able to join you in a couple of weeks to help with some small things.
I don't do unintentionall mistakes.

miri

Re: Request for Python developer (for dedicated script)
« Reply #2 on: July 14, 2009, 09:29:49 pm »
Ow, Hatten, a couple of weeks? Just spend a day or two learning and you should know it fine enough :D. But who am I to tell that, I can't understand any of it.  ;D
[Cop] miri

Hatten

Re: Request for Python developer (for dedicated script)
« Reply #3 on: July 16, 2009, 11:27:18 pm »
Ow, Hatten, a couple of weeks? Just spend a day or two learning and you should know it fine enough :D. But who am I to tell that, I can't understand any of it.  ;D
A couple of weeks to find a good time to sit down without anything else to do. As it is now i read a page every now and then but i forget my book as soon as i sit down by my computer =D
I don't do unintentionall mistakes.

SteelSide

Re: Request for Python developer (for dedicated script)
« Reply #4 on: July 24, 2009, 08:01:36 pm »
Ow, Hatten, a couple of weeks? Just spend a day or two learning and you should know it fine enough :D. But who am I to tell that, I can't understand any of it.  ;D
A couple of weeks to find a good time to sit down without anything else to do. As it is now i read a page every now and then but i forget my book as soon as i sit down by my computer =D

echo "sudo ifdown eth0" >> .bash_profile
(repeat and replace eth0 with whatever interfaces you may have - trust me, you will remember :D)
or do something like eject /dev/cdrom;sleep 3;eject -t /dev/cdrom, in a loop for that little extra annoyance.
Get yourselves to IRC asap, I'm lonely. (And please change nick from OpenLieroXor)

Hatten

Re: Request for Python developer (for dedicated script)
« Reply #5 on: July 29, 2009, 03:37:54 pm »
jeeeesus, never in my life i would do that to myself!
I haven't seen the ifdown command earlier, and bash_profile is the same as .bashrc, right?
But i guess that it kills my internet at startup, or?
I don't do unintentionall mistakes.

SteelSide

Re: Request for Python developer (for dedicated script)
« Reply #6 on: September 03, 2009, 04:07:52 pm »
*dig* *dig*

Yes to both points.
Get yourselves to IRC asap, I'm lonely. (And please change nick from OpenLieroXor)

albert

Re: Request for Python developer (for dedicated script)
« Reply #7 on: September 03, 2009, 04:14:25 pm »
Back to topic: Anyone able now to write/read Python? :)

Hatten

Re: Request for Python developer (for dedicated script)
« Reply #8 on: September 03, 2009, 08:49:45 pm »
The book is boring! I never get to code anything, just read read read about strings and such boring things. That have kept me from reading it, in addition to everything else.
I will probably order another book, (currenly reading learning python, the other one programming python) so the fun may get back.

But no, i haven't got almost anywhere since last time =p
I don't do unintentionall mistakes.

albert

Re: Request for Python developer (for dedicated script)
« Reply #9 on: September 03, 2009, 08:54:42 pm »
The book is boring! I never get to code anything, just read read read about strings and such boring things. That have kept me from reading it, in addition to everything else.
I will probably order another book, (currenly reading learning python, the other one programming python) so the fun may get back.

But no, i haven't got almost anywhere since last time =p

Yes, programming books are often boring while just reading. :) That is why you should always try to learn a programming language in a different way: Just try to code and if you need to know something (for example how to handle strings or something) or get some ideas how to do this&that or what you can do in general, you can look in the book. Most important in any case is that you should spent always, even at the very beginning, most of the time with actuall coding something and not reading.

pelya

Re: Request for Python developer (for dedicated script)
« Reply #10 on: September 04, 2009, 12:03:52 pm »
When I've learned Python I've read Dive Into Python - it's for ppl who already know at least one programming language, the first example is so badass you don't need to read any further if you'll understand it.
Then I've read only Python language reference and Python libraries reference in a way Albert described - read a doc only when and where you need it.

Hatten

Re: Request for Python developer (for dedicated script)
« Reply #11 on: September 09, 2009, 09:48:42 pm »
I downloaded the sourcecode today and looked through the python files in /share/gamedir/cfg and /share/gamedir/scripts . I also read the TODO and glanced at the bugs in the bugtracker at sourceforge. Exactly what is it that i can do atm?

I got a nice C++ book from my brother a few days ago, that actually lets you code! =D
I don't do unintentionall mistakes.

pelya

Re: Request for Python developer (for dedicated script)
« Reply #12 on: September 10, 2009, 08:49:24 am »
Well, there are lot things to do with Python scripts, for example find bugs on Albert's ded server when some commands are not working etc (lat time I checked I could not change map name)
Add more commands like "!weap rifle,gauss" to ban all weapons except Gauss gun and Rifle
I had for a long time an idea for "!cw [T3] [Emp]" command, that will book for halfhour the server for players that have [T3] or [Emp] tags, putting all other players to spectator mode, and allow first team or both full control on game settings + !start !stop cmds. Then you won't be able to play CW for a hour or so, to prevent CWers from taking all servers.

You may of course implement your own ideas, and do that before my suggestions, cause it will keep you somewhat motivated.

Hatten

Re: Request for Python developer (for dedicated script)
« Reply #13 on: September 10, 2009, 08:19:26 pm »
Ah, hmm.
I think I'll make some simple stuff on my own first, I don't have a clue atm how to make that, or almost at least.
I also have to install olx =P
And in order to do that i have to... *mumble mumble*

I'll pm you guys if i run into trouble.
I don't do unintentionall mistakes.

albert

Re: Request for Python developer (for dedicated script)
« Reply #14 on: September 23, 2009, 01:15:31 pm »

Hatten

Re: Request for Python developer (for dedicated script)
« Reply #15 on: September 23, 2009, 09:53:25 pm »
Why don't people just write that in their config file =P
I'll have a look at it tomorrow, hopefully.
or the day after tomorrow...
« Last Edit: September 24, 2009, 08:37:30 pm by Hatten »
I don't do unintentionall mistakes.

albert

Re: Request for Python developer (for dedicated script)
« Reply #16 on: November 09, 2009, 01:54:35 pm »
Any progress here? We really need someone who has some time working on it. :)

For those who have tried: What were the problems? Please just ask if you don't understand something.

Gaston

Re: Request for Python developer (for dedicated script)
« Reply #17 on: November 10, 2009, 05:09:47 pm »
I have looked through the scripts, but some of it is beyond my level. atm I don't have time to fix them, much partly because I'm studying python at university, and I need to concentrate on assignements we're getting there, but once we're done with them (not so long til that happens), I'll try to get a real understanding of how the scripts actually work.
26 Mars 2007
Belle: woah, is that a neatly snuck in sexproposition? Could I ask you to take of your pants?

Benn0

  • Im a lagging whore, if you see me in your server, PLEASE do not hesitate to kick me out! I HATE LAGGERZ ZOMG MORTORS!
  • LXA Duracell Postworm
  • ******
  • Schwartz: +33/-12
  • Offline Offline
  • Posts: 910
  • 1117 credits
  • View Inventory
  • Send Money To Benn0
  • Amaranth
Re: Request for Python developer (for dedicated script)
« Reply #18 on: November 11, 2009, 12:47:11 am »
Donate rice, improve your vocabulary

Check out Outlawz - The Movie in my profile or directly on Youtube

albert

Re: Request for Python developer (for dedicated script)
« Reply #19 on: November 11, 2009, 08:58:24 am »
You are studying at Abo university? :)

But anyway, Python is not very hard and the way we coded the ded script is even more simple because none of us (afaik) doesn't really know Python.
Pages: [1] 2 3 4  All   Go Up
 

anything