Difference between revisions of "M ENTER"

From Project X Wiki
Jump to: navigation, search
(Created page with "{{Title|M_ENTER}} {{Up|EMType}} Sent when the player presses Enter. <br\> By Zed: Currently is 7 am and im bored so i made some testings. This is info i got by exporting params...")
 
Line 53: Line 53:
 
Some thoughts:<br\>
 
Some thoughts:<br\>
 
par0 is team, par6 is totally random, pars 1, 2 and 4 always the same, probably because i used all enters with same weapon (zook i think).<br\>
 
par0 is team, par6 is totally random, pars 1, 2 and 4 always the same, probably because i used all enters with same weapon (zook i think).<br\>
One pr two of this pars have something to do with rope (attack from rope).<br\>
+
One or two of this pars have something to do with rope (attack from rope).<br\>

Revision as of 00:55, 9 January 2012

Up one category:
EMType

Sent when the player presses Enter. <br\>

By Zed: Currently is 7 am and im bored so i made some testings. This is info i got by exporting params like that: GG->WriteToChat( 1, MakeNumberString("enter par0: ",MData->params[0]*100," ."), false); <br\> <br\> Red First Worm Jumping right:<br\> par0: 1<br\> par1: 5245721 = 80<br\> par2: -4706842,88<br\> par3: -15055356,12<br\> par4: 15042807,04<br\> par5: 0<br\> par6: -6873797,40<br\> <br\> Red First Worm Jumping Left:<br\> par0: 1<br\> par1: 5245721<br\> par2: -4706842,88<br\> par3: 1190256,00<br\> par4: 15042807,04<br\> par5: -15054545,12<br\> par6: -6873797,40<br\> <br\> Red First Worm Jumping Left, but got backjump because of the wall:<br\> par0: 1<br\> par1: 5245721<br\> par2: -4706842,88<br\> par3: 4894588,16<br\> par4: 15042807,04<br\> par5: -15054545,12<br\> par6: -6873797,40<br\> <br\> Blue First Worm Jumping Right:<br\> par0: 2<br\> par1: 5245721<br\> par2: -4706842,88<br\> par3: 21152075,12<br\> par4: 15042807,04<br\> par5: 262144<br\> par6: 0<br\> <br\> Blue First Worm Jumping Left:<br\> par0: 2<br\> par1: 5245721<br\> par2: -4706842,88<br\> par3: 21152075,12<br\> par4: 15042807,04<br\> par5: 262144 = 4<br\> par6: 0<br\> <br\> Some thoughts:<br\> par0 is team, par6 is totally random, pars 1, 2 and 4 always the same, probably because i used all enters with same weapon (zook i think).<br\> One or two of this pars have something to do with rope (attack from rope).<br\>