Luukland's Servers - OpenTTD Campaign

OpenTTD is a fully open-sourced reimplementation of TTD, written in C++, boasting improved gameplay and many new features.

Moderator: OpenTTD Developers

Luukland
Engineer
Engineer
Posts: 98
Joined: 06 May 2007 10:37
Location: Paris, France
Contact:

Luukland's Servers - OpenTTD Campaign

Post by Luukland »

Ladies and Gentlemen, I am here to announce the Luukland's servers have officially opened! There are 4 servers available 24 / 7. They are easily identifiable in the server list, by name "Luukland's Server" and the high number of simultaneously connected clients.

Luukland's Servers Provide:
- OpenTTD Campaign
- High Score Board

- Hall of Fame
- Servers playing according to timetables!

And much much more!!

Please have a look! Or visit our IRC channel! irc.oftc.net -> #Goulp


Highscore charts: http://luukland.goulp.net/wall-of-fame
Attachments
Wall of Fame
Wall of Fame
Untitled.png (17.42 KiB) Viewed 6604 times
Campaign
Campaign
Untitled2.png (17.98 KiB) Viewed 6604 times
Last edited by Luukland on 03 Mar 2012 15:54, edited 6 times in total.
Timmaexx
Transport Coordinator
Transport Coordinator
Posts: 301
Joined: 03 Jan 2009 17:55

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by Timmaexx »

And there are Admins in the games online?
Luukland
Engineer
Engineer
Posts: 98
Joined: 06 May 2007 10:37
Location: Paris, France
Contact:

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by Luukland »

Timmaexx wrote:And there are Admins in the games online?
We have 24/7 admin supervision :)
User avatar
CommanderZ
Tycoon
Tycoon
Posts: 1872
Joined: 07 Apr 2008 18:29
Location: Czech Republic
Contact:

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by CommanderZ »

Sounds interesting. Too bad they released Modern Warfare 2 so recently :twisted:
petert
Tycoon
Tycoon
Posts: 3008
Joined: 02 Apr 2009 22:43
Location: Massachusetts, USA

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by petert »

What is the bot's source code licensed under?
User avatar
Muxy
Engineer
Engineer
Posts: 80
Joined: 05 Oct 2008 17:06
Location: Goulp, FR
Contact:

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by Muxy »

petert wrote:What is the bot's source code licensed under?
There is not bot inside. Just an heavily patched OpenTTD Server.
Pourquoi faire simple quand on peut faire compliqué ?
KISS - Keep It Simple, Stupid.
Open TTD Goulp Web Service
OpenTTD Goulp Web Forum
petert
Tycoon
Tycoon
Posts: 3008
Joined: 02 Apr 2009 22:43
Location: Massachusetts, USA

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by petert »

Ah, than I would like to request the source code of your patched server, please. My e-mail is LG5545@gmail.com
User avatar
Muxy
Engineer
Engineer
Posts: 80
Joined: 05 Oct 2008 17:06
Location: Goulp, FR
Contact:

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by Muxy »

petert wrote:Ah, than I would like to request the source code of your patched server, please. My e-mail is LG5545@gmail.com
here is the code :

Code: Select all

while not finished {
        allocate_some_memory( random( ) );
        do_nothing_loop( );
}
Pourquoi faire simple quand on peut faire compliqué ?
KISS - Keep It Simple, Stupid.
Open TTD Goulp Web Service
OpenTTD Goulp Web Forum
User avatar
Zuu
OpenTTD Developer
OpenTTD Developer
Posts: 4553
Joined: 09 Jun 2003 18:21
Location: /home/sweden

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by Zuu »

Unless they distribute it in binary form, the GPL does not require them to distribute the source code. That said, they could still be kind and do so anyways.
My OpenTTD contributions (AIs, Game Scripts, patches, OpenTTD Auto Updater, and some sprites)
Junctioneer (a traffic intersection simulator)
petert
Tycoon
Tycoon
Posts: 3008
Joined: 02 Apr 2009 22:43
Location: Massachusetts, USA

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by petert »

Muxy wrote:here is the code
Could I get a binary (unless you are willing to upload the entire source, I would compile myself)?
User avatar
Muxy
Engineer
Engineer
Posts: 80
Joined: 05 Oct 2008 17:06
Location: Goulp, FR
Contact:

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by Muxy »

petert wrote:
Muxy wrote:here is the code
Could I get a binary (unless you are willing to upload the entire source, I would compile myself)?
There is no binary avaible for downloading nor for distribution. If you want to play, there are 4 servers avaible.

And if your want to have such a system, then it's possible to do it with some extra work. Kurt made one. We just made another one with some extra functions. We have no plans on publishing code. But discussion is open at #Goulp on OFTC network, not here.
Pourquoi faire simple quand on peut faire compliqué ?
KISS - Keep It Simple, Stupid.
Open TTD Goulp Web Service
OpenTTD Goulp Web Forum
User avatar
Zuu
OpenTTD Developer
OpenTTD Developer
Posts: 4553
Joined: 09 Jun 2003 18:21
Location: /home/sweden

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by Zuu »

petert wrote:
Muxy wrote:here is the code
Could I get a binary (unless you are willing to upload the entire source, I would compile myself)?
Since the code is GPL, if they give you the binary, they also have to give you the source code if you ask for that. Therefor they have the option either to keep their source code modifications to them self or give away at least the source code modifications and possible also binaries. Only binaries is not an option since OpenTTD is GPL2.
My OpenTTD contributions (AIs, Game Scripts, patches, OpenTTD Auto Updater, and some sprites)
Junctioneer (a traffic intersection simulator)
petert
Tycoon
Tycoon
Posts: 3008
Joined: 02 Apr 2009 22:43
Location: Massachusetts, USA

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by petert »

Zuu wrote:Since the code is GPL, if they give you the binary, they also have to give you the source code if you ask for that. Therefor they have the option either to keep their source code modifications to them self or give away at least the source code modifications and possible also binaries. Only binaries is not an option since OpenTTD is GPL2.
I understand. If they give me one, they have to give me the other. I don't really care anymore as I see that Muxy and Luukland don't want to hand out their source code.
Luukland
Engineer
Engineer
Posts: 98
Joined: 06 May 2007 10:37
Location: Paris, France
Contact:

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by Luukland »

* milestone *

Already 100 users :D
User avatar
Killer 11
Tycoon
Tycoon
Posts: 2463
Joined: 06 Jan 2004 18:38
Location: Kaunas, Lithuania
Contact:

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by Killer 11 »

The server is good but I have one little complaint. Luukland, not everyone speaks your language so not everyone will always spell your name right because it uses grammar that they are not used to. So can you please stop the "spelling my name wrongly = ban" it makes you look like a child and is completely unfair.

Otherwise good luck.
Luukland
Engineer
Engineer
Posts: 98
Joined: 06 May 2007 10:37
Location: Paris, France
Contact:

Re: OpenTTD Goulp Pro Dev Team - Luukland's Servers

Post by Luukland »

Killer 11 wrote:The server is good but I have one little complaint. Luukland, not everyone speaks your language so not everyone will always spell your name right because it uses grammar that they are not used to. So can you please stop the "spelling my name wrongly = ban" it makes you look like a child and is completely unfair.
I am starting to think you are taking me a little bit too serious. I am, just like the rest of the team, spending my free time in this project. I expect from the players to talk "normal" against the team, and also not too be too lazy and misspell the names... Anyhow, I am not banning everyone for this. Take everything I say with a little bit of salt ^^
Otherwise good luck.
Thanks!
2457
Engineer
Engineer
Posts: 126
Joined: 06 Dec 2009 21:57

Re: Goulp Pro Dev Team - Luukland's Servers - OpenTTD Campaign

Post by 2457 »

I don't visit luukand servers anymore.
anytime i had a nice network, i was banned.

no reason, no warning.
means no play for me.
:bow:

-its just my opinion on luukand servers. not worth the hours for me. its personal opinion. and everyone is free to have personal opinions public.
The Prophet -thx Pikka-
thagamer
Engineer
Engineer
Posts: 20
Joined: 18 Dec 2009 16:17

Re: Goulp Pro Dev Team - Luukland's Servers - OpenTTD Campaign

Post by thagamer »

What version are you running?
petert
Tycoon
Tycoon
Posts: 3008
Joined: 02 Apr 2009 22:43
Location: Massachusetts, USA

Re: Goulp Pro Dev Team - Luukland's Servers - OpenTTD Campaign

Post by petert »

thagamer wrote:What version are you running?
Do you think that he's banned because he doesn't have the correct version?
Luukland
Engineer
Engineer
Posts: 98
Joined: 06 May 2007 10:37
Location: Paris, France
Contact:

Re: Goulp Pro Dev Team - Luukland's Servers - OpenTTD Campaign

Post by Luukland »

Updated the main page with some nicer looking pictures

Regarding our ban policy, when you enter the server, a message pops up telling you the following:
- By playing here you agree to our rules

Of course these rules are documented;
- Try !rules ingame
- Visit http://luukland.goulp.net/rules

On the website is also documented how to get off this ban...


You ask me why we use this policy? Well my time is limited here on earth, and so is yours. I have better things to do then to warn every lad that comes in....
Post Reply

Return to “General OpenTTD”

Who is online

Users browsing this forum: No registered users and 17 guests