1 (edited by Alirezakaj 2015-04-08 10:18:16)

Topic: [Mod_Idea] need little help (Olympic mod ::Progress 98 %)

hi dear nabs, smile
the main idea is developing an old mod named teefoot by Greyfox
https://www.teeworlds.com/forum/viewtopic.php?id=8638 //old teefoot topic
for develope it for making more games need to mix it with DDrace mod
(i need ddrace tiles and layers )

i do that just a little problem i have
the gametype dosent change from ddrace to foot
you can found source cod here :
Olympic Source
as you know iam nab programmer so you can fix it in 10 min i think smile
old games on mod was : football , basketball, ping pong ,space ball
featuers and new games can be set :
1- 3 Jump ( non-hook , with hook )  [ need ddrace tiles ]
2- American Football ( with hammer damages )
3- free run (based on ddrace)
4- Cars , helicopter or else  Races ( some coding need but the base gametype can be set on ddrace)
5- Tennis ( easy by using tune.. some curvature and speed tune)
6- real volleyball ( making gametype for grenade ball include own goal or enemy goal )
7- Water Polo ( need layer speed up from ddrace mod )
and more games i can make ......
so i named this mod  Olympic smile
i hope it will be very funny
any helps ? .... smile

join  my telegram group  teeworld players  :  https://t.me/teeworlds2019
Teeworld Developers group : https://t.me/teeworldsdev

2

Re: [Mod_Idea] need little help (Olympic mod ::Progress 98 %)

Instead of mediafire for hosting the source, you should use Github. I was unable to directly download this to my compiling machine, so I was unable to experiment with it ingame at all sad.

I see no reason why "sv_gamemode foot" in the config would have an issue..

Clan: Riot (I'm one of three leaders: Mile, Deku, pie)
Host teeworlds maps on a fng/ctf/dm/ddrace server for testing:http://riotproductions.tk/teewo/ broken-need reinstall nginx http://riotproductions.tk/bounce?whatEven, Teeworlds NA Discord chat

3 (edited by Alirezakaj 2015-04-08 08:43:57)

Re: [Mod_Idea] need little help (Olympic mod ::Progress 98 %)

pielover88888 wrote:

Instead of mediafire for hosting the source, you should use Github. I was unable to directly download this to my compiling machine, so I was unable to experiment with it ingame at all sad.

I see no reason why "sv_gamemode foot" in the config would have an issue..


i dont know how use github to upload my source smile
and take look at here in source maybe its not good coding
game context.cpp :  line 1861        //changing game type

if(str_comp_nocase(g_Config.m_SvGametype, "foot") == 0)
        m_pController = new CGameControllerFoot(this);
    m_pController = new CGameControllerDDRace(this);
    ((CGameControllerDDRace*)m_pController)->m_Teams.Reset();

idk why in ddrace we cant change game type  ,maybe iam nab sad
when i set else if cod after it ,,, the server will crash when run !

join  my telegram group  teeworld players  :  https://t.me/teeworlds2019
Teeworld Developers group : https://t.me/teeworldsdev