PDA

View Full Version : SoccerJam for DOD


sparky99
05-27-2007, 08:48 AM
Ok I need help getting this to work properly. I did a rough convert so it will play baut lacks all kinds of finess. (like my spelling)

You will need to have csdod.amxx so the map will work from here:

http://forums.alliedmods.net/showthread.php?t=40527

I don't code, but it works, sort of.

get the map and other info from here:

http://forums.alliedmods.net/showthread.php?p=352804

At this early time in development you will need to issue a "restart" on the server to reset the match when the score is at 15.

=|[76AD]|= TatsuSaisei
05-27-2007, 12:13 PM
register_clcmd("radio1", "LeftDirection", 0) //dod????????
register_clcmd("radio2", "RightDirection", 0) //dod????????\
register_clcmd("drop","Turbo") //DOD???????``


drop is a valid DOD command... the radio commands are for CS only ... the DOD versions would be ... voice_menu1 and voice_menu2, there is also a voice_menu3

this was just a quick peek into it... over time I will look more and offer what I can .. and I am interested in actually trying this soon...


what specific changes have you made from the original in hoes of mkaign it more DOD compatible ??

{SR} *Raggy*
05-27-2007, 02:17 PM
Try your best Tatsu :D I'll definetly use this if ye can fix it up :D

diamond-optic
05-27-2007, 11:15 PM
|= TatsuSaisei;5940']
register_clcmd("drop","Turbo") //DOD???????``


can you actually even hook the drop command in dod? ive never been able to

=|[76AD]|= TatsuSaisei
05-28-2007, 01:36 AM
can you actually even hook the drop command in dod? ive never been able to

THAT is a good question ... I have always made a player use the command but never checked for its usage ... Wilson would have the final answer... I believe he has done something with drop commands ...

sparky99
05-28-2007, 02:11 AM
I dont think it would matter. What I expect it does is to give a breif stamina like holding down the shift key I was looking at the WC3 mod to solve this. For gameplay the ballholder probably should run like 10% slower so hes encoraged to pass the ball b4 being chopped down. Maybe in the upgrades his speed should be improved by up to 10%.

ALSO having a better look at the code and playing on another server it probably isnt a good idea to execute the cl_ settings on the client, I got picked up for exploiting.

To answer your Q above on how it was converted I offer this.
Mr son would not play Dod with me cause he was playing CS SoccerJam. So on looking at it I thought Cooool. So I got the SMA took out the include <cstrike> threw in <dodx> & <dodfun> and fixed the complie errors with Dod natives. Then it whinged about the "Damage" message which I couldnt get to work (Apparently if you type "meta game" in the console you can see the messages) so I took a guess and changed it to a FM code I saw in another SMA. And blammo a ball spawned!!! But I could not pick it up because the player team was a string not an integer. So wrote a function for that an it kept crashing with "Scoreinfo" which was solved by commenting it out and replacing some lines for scores with some dod_set_score thingy's.
And now I leave the mess here knowing that if I requested the conversion no-one would do it cause its NOT DOD SPECIFIC... but if I post it sorta working and once you get a taste for it somebody will, well, run with the ball.

=|[76AD]|= TatsuSaisei
05-28-2007, 03:56 AM
And now I leave the mess here knowing that if I requested the conversion no-one would do it cause its NOT DOD SPECIFIC... but if I post it sorta working and once you get a taste for it somebody will, well, run with the ball.

true, very true ...
nice pun ... run with the ball...

sparky99
05-30-2007, 09:46 PM
I have updated the code for a FM Touch function, formatted it to be readable (IMHO) and removed code that wont likely be used in the future. I have some more FM stuff to change alone with a rewite of the XP (and some speeling errors art fixed). Does any one who has looked over the code have anything to add?

el Gato
02-18-2010, 11:01 PM
this plugin works in dod?

Tank
02-19-2010, 04:50 AM
Have you tested it in DoD?