Creating a server like "Happy Fun Time"
-
- On Lightcycle Grid
- Posts: 17
- Joined: Tue Jun 25, 2013 8:43 am
- Location: Delhi,India
- Contact:
Creating a server like "Happy Fun Time"
Hello everyone ,
does anyone know how to go about creating a server config like Happy Fun Time ?
Since the original hft is almost down now i wanted everyone to play on a similar server
PS i have a sty ct ap server so please help me with its functioning too
does anyone know how to go about creating a server config like Happy Fun Time ?
Since the original hft is almost down now i wanted everyone to play on a similar server
PS i have a sty ct ap server so please help me with its functioning too
"All the things in life which came easily, have no value , to get the value , earn the things" - Anonymous


Re: Creating a server like "Happy Fun Time"
It's not done with just commands, it's all scripted. All the commands in that server are custom made.
Learn PHP, if you don't already know how.
As a fellow tronner once said:
Pretty sure "Nelg" is making one too, we don't need 3, or 4 if you make one.
Learn PHP, if you don't already know how.
As a fellow tronner once said:
Then he went ahead and remade (or is still in progress of remaking) the server himself anyway.Light wrote:It's better to come up with something new than to just make another duplicate server.

Pretty sure "Nelg" is making one too, we don't need 3, or 4 if you make one.

Re: Creating a server like "Happy Fun Time"
lol I was remaking it because of so many people saying things don't work properly in HFT any more, and that it crashes a lot. I ain't done with it, and had to take a break for other work, but I'll try to get back to it soon.ConVicT wrote:Then he went ahead and remade (or is still in progress of remaking) the server himself anyway.
Pretty sure "Nelg" is making one too, we don't need 3, or 4 if you make one.
It does have a couple items, a decent amount of spells, and the leveling system is completely changed. It was written from scratch using my framework, and some of the spells have been changed a tiny bit.
Although, I have a lot of other servers that are unique. Many I have stored away for various reasons, but Labyrinth, Team Deathmatch, Reflex, etc. are up and running and there are no other servers like it.
On note of this though. I found out after making my Labyrinth that there was one by Lucifer in the past. After looking it up, he said it was too resource heavy, but I wonder why. Maybe map space or something? Mine deletes old maps, and all other resources are good on it. Maybe he'll respond to that, 'cause I was curious. d:
Re: Creating a server like "Happy Fun Time"
You need to script it. There are several parsers available to ease your work.
Python:
https://code.launchpad.net/~dlh/armascript/armascript
https://bitbucket.org/noob13/tronner
PHP:
https://github.com/brandesign/Armagetron-PHP-Parser
Python:
https://code.launchpad.net/~dlh/armascript/armascript
https://bitbucket.org/noob13/tronner
PHP:
https://github.com/brandesign/Armagetron-PHP-Parser
Re: Creating a server like "Happy Fun Time"
Tbh, Light, I can't see myself, or any other hft players from the old server playing yours, unless you plan on transferring our current level....Took most of us a year to get our level. F**k starting again, and I know I don't just speak for myself cuz all players there planned to stop playing if Cookie reset everyone to lvl 1.
You spend hours playing a game and then someone just erases your progress
Can't imagine anyone would ever even look at the server again.
Unless you're looking for a new player base cuz you don't like us
You spend hours playing a game and then someone just erases your progress

Unless you're looking for a new player base cuz you don't like us

Re: Creating a server like "Happy Fun Time"
It was started when HFT had a lot of downtime. The way the leveling is set up on mine, you can't transfer levels, and I don't mind that people don't come over to it. It was an alternative when there was nothing, but he has HFT back up again so it doesn't really matter right now. If he ever lets it go down, there's an alternative.
I also plan to add a lot of extra "stuff" to it when I have the time.
But for now, it's stable and everything there works exactly as it should.
I also plan to add a lot of extra "stuff" to it when I have the time.

Re: Creating a server like "Happy Fun Time"
I'd like to give you a little insight here, take it or leave it, (obviously,it's your server), your text colours are too dull, they made me not want to play.
Brighten the place up a bit with a name like yours, especially
Light, with a dull server
EDIT: After reading over your last post (again) I realised that the only reason it's stable is cuz it doesn't have the type of zones so far, for it not to be....Also, why didn't you just invent something new, you obviously have the knowledge to do so
And idk, maybe it's just me but u seem to be a crowd pleaser 
Brighten the place up a bit with a name like yours, especially
Light, with a dull server

EDIT: After reading over your last post (again) I realised that the only reason it's stable is cuz it doesn't have the type of zones so far, for it not to be....Also, why didn't you just invent something new, you obviously have the knowledge to do so


-
- On Lightcycle Grid
- Posts: 17
- Joined: Tue Jun 25, 2013 8:43 am
- Location: Delhi,India
- Contact:
Re: Creating a server like "Happy Fun Time"
How do i configure the Armagetron PHP Parser with my sty ct ap server on windows ??
"All the things in life which came easily, have no value , to get the value , earn the things" - Anonymous


Re: Creating a server like "Happy Fun Time"
Realitty i hate happy fun time because many players are 110 level and i don't know why
I wanna also have that level but other players don't allow they do these magic and it gets bored
This is unfair
I wanna also have that level but other players don't allow they do these magic and it gets bored
This is unfair

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(O)(o)>
Re: Creating a server like "Happy Fun Time"
sty+ct+ap is currently not supported.ceoarck wrote:How do i configure the Armagetron PHP Parser with my sty ct ap server on windows ??
However, you can register the missing events in the constructor of your Parser class like this:
$this->registerEvent('LADDERLOG_EVENT', array('arg1', 'arg2', ... 'argn');
arg:player converts the arg to a player
arg:team converts the arg to a team
arg:playerList converts the arg to an array of players
See the StyCt parser as example.
Also I have not tested it on windows.
If you want sty ct ap support, you can fork it, implement it and do a pull request.
Re: Creating a server like "Happy Fun Time"
Well I'm not surprised sty+ct+ap is not supported since it is not global.Jip wrote:sty+ct+ap is currently not supported.ceoarck wrote:How do i configure the Armagetron PHP Parser with my sty ct ap server on windows ??
However, you can register the missing events in the constructor of your Parser class like this:
$this->registerEvent('LADDERLOG_EVENT', array('arg1', 'arg2', ... 'argn');
arg:player converts the arg to a player
arg:team converts the arg to a team
arg:playerList converts the arg to an array of players
See the StyCt parser as example.
Also I have not tested it on windows.
If you want sty ct ap support, you can fork it, implement it and do a pull request.
By the way, if you think you would like to use this script I made originally that supports for +ap, link is here: https://code.launchpad.net/~armagetrona ... _framework
Frankly it needs updates for will work for now. The rest is up to you to decide on how you want to improve it.
Re: Creating a server like "Happy Fun Time"
You know when you said there are lots more commands than are here
Could you link us to them please?
PS. /pass is still a good idea!
Could you link us to them please?
PS. /pass is still a good idea!
Re: Creating a server like "Happy Fun Time"
Here is our Alpha Project - List of CommandsConVicT wrote:You know when you said there are lots more commands than are here
Could you link us to them please?
PS. /pass is still a good idea!
I have documented every command as far as I am concerned. So, there shouldn't be any commands lying around without any documentation. Although, I did not however document
Code: Select all
LADDERLOG_WRITE_PLAYER_LOGIN
LADDERLOG_WRITE_PLAYER_LOGOUT
Re: Creating a server like "Happy Fun Time"
Actually it's pretty easy to support sty ct ap. You just need to register all events that differ from common events (0.2.9).LOVER$BOY wrote:Well I'm not surprised sty+ct+ap is not supported since it is not global.Jip wrote:sty+ct+ap is currently not supported.ceoarck wrote:How do i configure the Armagetron PHP Parser with my sty ct ap server on windows ??
However, you can register the missing events in the constructor of your Parser class like this:
$this->registerEvent('LADDERLOG_EVENT', array('arg1', 'arg2', ... 'argn');
arg:player converts the arg to a player
arg:team converts the arg to a team
arg:playerList converts the arg to an array of players
See the StyCt parser as example.
Also I have not tested it on windows.
If you want sty ct ap support, you can fork it, implement it and do a pull request.
By the way, if you think you would like to use this script I made originally that supports for +ap, link is here: https://code.launchpad.net/~armagetrona ... _framework
Frankly it needs updates for will work for now. The rest is up to you to decide on how you want to improve it.
Also if those events affect Player and Team tracking (like setting name, access_level etc.) you should implement that aswell. See the StyCt event handler (link in my first comment) for what I mean.
Re: Creating a server like "Happy Fun Time"
Why are there a lot of "UNDOCUMENTED" commands? I mean if you're going to the trouble......................
Those are the ones, where I'm like "WTF does it do" e.g: MAX_SIMULATE_AHEAD UNDOCUMENTED 0.1
Those are the ones, where I'm like "WTF does it do" e.g: MAX_SIMULATE_AHEAD UNDOCUMENTED 0.1