You are viewing our Forum Archives. To view or take place in current topics click here.
#21. Posted:
Bitwise
  • Resident Elite
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
Just a bump...

Playfx has been tested, and 100% confirmed working.

Here is imGol2den testing it out with the mapping script I posted above

[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]


When he fixes his RROD (lol) I will re-edit with earthquake's confirmation.
#22. Posted:
Botch
  • TTG Senior
Status: Offline
Joined: Aug 31, 201211Year Member
Posts: 1,553
Reputation Power: 65
Status: Offline
Joined: Aug 31, 201211Year Member
Posts: 1,553
Reputation Power: 65
These are some very interesting releases man, if people would actually pay attention to what you are releasing I'm sure you would be worshipped as a god on here lol.

It's really too bad I don't have Ghosts, otherwise I would be using these as we speak
#23. Posted:
Vicinity
  • Ladder Climber
Status: Offline
Joined: Mar 23, 201410Year Member
Posts: 385
Reputation Power: 16
Status: Offline
Joined: Mar 23, 201410Year Member
Posts: 385
Reputation Power: 16
Botch wrote These are some very interesting releases man, if people would actually pay attention to what you are releasing I'm sure you would be worshipped as a god on here lol.

It's really too bad I don't have Ghosts, otherwise I would be using these as we speak


Totally agree at the moment, i could send you Ghosts if you'd like?
#24. Posted:
Bitwise
  • Resident Elite
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
Botch wrote These are some very interesting releases man, if people would actually pay attention to what you are releasing I'm sure you would be worshipped as a god on here lol.

It's really too bad I don't have Ghosts, otherwise I would be using these as we speak


What games do you mod? I'll find these on other cods.
#25. Posted:
IDA
  • Powerhouse
Status: Offline
Joined: Sep 21, 201310Year Member
Posts: 454
Reputation Power: 26
Status: Offline
Joined: Sep 21, 201310Year Member
Posts: 454
Reputation Power: 26
Bitwise wrote
Botch wrote These are some very interesting releases man, if people would actually pay attention to what you are releasing I'm sure you would be worshipped as a god on here lol.

It's really too bad I don't have Ghosts, otherwise I would be using these as we speak


What games do you mod? I'll find these on other cods.


what about MW3 would be good
#26. Posted:
Bitwise
  • Resident Elite
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
IDA wrote
Bitwise wrote
Botch wrote These are some very interesting releases man, if people would actually pay attention to what you are releasing I'm sure you would be worshipped as a god on here lol.

It's really too bad I don't have Ghosts, otherwise I would be using these as we speak


What games do you mod? I'll find these on other cods.


what about MW3 would be good


Sure. You got a TU23 xex? If so skype me it.
#27. Posted:
Bitwise
  • Resident Elite
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
IDA wrote
Bitwise wrote
Botch wrote These are some very interesting releases man, if people would actually pay attention to what you are releasing I'm sure you would be worshipped as a god on here lol.

It's really too bad I don't have Ghosts, otherwise I would be using these as we speak


What games do you mod? I'll find these on other cods.


what about MW3 would be good


Here;

PlayFX

void playFx(float*origin, int effectIndex)
{
       int entity = G_Temp(origin, 0x56);
       *(int*)(entity + 0xA0) = effectIndex;
       *(int*)(entity + 0xD8) = 0x00;
       *(float*)(entity + 0x40) = 0.00f; *(float*)(entity + 0x44) = 0.00f;
       *(float*)(entity + 0x3C) = 270.0f;
}


Earthquake

void quake(float scale, int duration, float*source, int radius)
{
      int entity = G_Temp(source, 0x5F);
      *(int*)(entity + 0x5C) = radius;
      *(float*)(entity + 0x54) = scale;
      *(float*)(entity + 0x58) = (float)duration;
      *(int*)(entity + 0xD8) = 0x00;
}
#28. Posted:
I-Dont-Hack
  • Resident Elite
Status: Offline
Joined: Jun 23, 201310Year Member
Posts: 248
Reputation Power: 9
Status: Offline
Joined: Jun 23, 201310Year Member
Posts: 248
Reputation Power: 9
Thank you Based God <3
#29. Posted:
xAcme
  • Junior Member
Status: Offline
Joined: Mar 24, 201410Year Member
Posts: 53
Reputation Power: 2
Status: Offline
Joined: Mar 24, 201410Year Member
Posts: 53
Reputation Power: 2
Bitwise wrote
IDA wrote
Bitwise wrote
Botch wrote These are some very interesting releases man, if people would actually pay attention to what you are releasing I'm sure you would be worshipped as a god on here lol.

It's really too bad I don't have Ghosts, otherwise I would be using these as we speak


What games do you mod? I'll find these on other cods.


what about MW3 would be good


Here;

PlayFX

void playFx(float*origin, int effectIndex)
{
       int entity = G_Temp(origin, 0x56);
       *(int*)(entity + 0xA0) = effectIndex;
       *(int*)(entity + 0xD8) = 0x00;
       *(float*)(entity + 0x40) = 0.00f; *(float*)(entity + 0x44) = 0.00f;
       *(float*)(entity + 0x3C) = 270.0f;
}


Earthquake

void quake(float scale, int duration, float*source, int radius)
{
      int entity = G_Temp(source, 0x5F);
      *(int*)(entity + 0x5C) = radius;
      *(float*)(entity + 0x54) = scale;
      *(float*)(entity + 0x58) = (float)duration;
      *(int*)(entity + 0xD8) = 0x00;
}

Did you release this for mw2 yet?
#30. Posted:
Botch
  • TTG Senior
Status: Offline
Joined: Aug 31, 201211Year Member
Posts: 1,553
Reputation Power: 65
Status: Offline
Joined: Aug 31, 201211Year Member
Posts: 1,553
Reputation Power: 65
Vicinity wrote
Botch wrote These are some very interesting releases man, if people would actually pay attention to what you are releasing I'm sure you would be worshipped as a god on here lol.

It's really too bad I don't have Ghosts, otherwise I would be using these as we speak


Totally agree at the moment, i could send you Ghosts if you'd like?

It's not so much that I don't have the game, but I don't have enough storage for it.

Also @OP, nice release for MW3.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.