Page 1 of 1

Game COde

PostPosted: Sun Jun 06, 2010 4:50 pm
by Qwert
Its will be great that game code button in messages have option to coding all games what you selected,instead to select one by one game.

For tournament game these will be even biger benefit.,because when sending 10-15 games,will be much faster to select all 15 into code,and job will be 15 time faster then now.

Re: Game COde

PostPosted: Sun Jun 06, 2010 4:53 pm
by the.killing.44
quert makes it squirt

Re: Game COde

PostPosted: Sun Jun 06, 2010 6:35 pm
by Qwert
This post was made by the.killing.44 who is currently on your ignore list.
------------------------------------------------------------------------------------
Sorry i can not understand what you say.
If you have some ideas please give more info

Re: Game COde

PostPosted: Mon Jun 07, 2010 11:31 pm
by edwinissweet
i dont know if this is one of those things that we rely on phpbb to code. Im sure tournament organizers would love this

Re: Game COde

PostPosted: Mon Jun 07, 2010 11:34 pm
by iamkoolerthanu
edwinissweet wrote:i dont know if this is one of those things that we rely on phpbb to code. Im sure tournament organizers would love this

I am a tourny organizer, and I agree with this statement
:P

Re: Game COde

PostPosted: Tue Jun 08, 2010 1:52 pm
by Qwert
by edwinissweet on Tue Jun 08, 2010 6:31 am

i dont know if this is one of those things that we rely on phpbb to code. Im sure tournament organizers would love this
------------------------------------------------
yes these present situation its pointless when you need to send 200-300 games
For mine tournamnet i need to send 1344 games to 60 players-can you imagine to select one game by one.
People send me message and ask why im not code a games.

Re: Game COde

PostPosted: Tue Jun 08, 2010 11:18 pm
by edwinissweet
For mine tournamnet i need to send 1344 games

:shock:

Re: Game COde

PostPosted: Fri Jun 11, 2010 5:16 am
by Qwert
edwinissweet ยป why you shocked?

Re: Game COde

PostPosted: Fri Jun 11, 2010 11:10 pm
by edwinissweet
alot of games, thats all. It would probably take like 2 hours if not more to do. Im really surprised this hasnt gotten much support

Re: Game COde

PostPosted: Sun Jun 13, 2010 4:36 am
by Qwert
by edwinissweet on Sat Jun 12, 2010 6:10 am

alot of games, thats all. It would probably take like 2 hours if not more to do. Im really surprised this hasnt gotten much support
----------------------------------------------------------
2 hours? hell these need alot more time-first need to create all these game,one by one(that why im expect to game generator sugestion be implemented) and then need to send all these games,again one by one to be in game code.
Ofcourse some people will say-"You crazy,why you not create simple tournamnets with 16 players and with 20-30 games, and you will still get medal"
And these someon call tournaments?

Re: Game COde

PostPosted: Tue Jun 22, 2010 8:42 am
by Qwert
any opinion more?

Re: Game COde

PostPosted: Tue Jun 22, 2010 8:58 am
by Dako
Well, it is not that easy to implement. You better find an editor with regexp and use find/replace function.

Find: ^[0-9]*$
Replace: [game]$1[/game]

That will make all game numbers on a single line into game links. But you need them to be in a format like this:
45645
67867987
456

And it will turn into
Game 45645
Game 67867987
Game 456

Re: Game COde

PostPosted: Sat Jun 26, 2010 6:08 pm
by Qwert
i must say that i dont understand these