Author Topic: Can somebody re-release the INFINITY BIG BANG STORM  (Read 1141 times)

/title
The beta pack of the Quake type weapons had it, and it was soooooo fun.
http://forum.blockland.us/index.php?topic=243721.0
But now if you download it, it just downloads the full version, not the beta, so you can no longer get the INFINITY BIG BANG STORM.
So can somebody just package it up and re-release it?

No.

This stuff got failed.

No.

This stuff got failed.
It was never failed, otherwise it would be in the failbin, do your research.

He removed the infinity big bang storm because it would make his addon failed.

If a person reposts this he would get banned

No.

This stuff got failed.
No it didn't I think

You can actually edit one of the files (the server.cs one I think?) and where it lists the weapons the ibbs will have ///s before it. Remove those and you can use it.

No it didn't I think

You can actually edit one of the files (the server.cs one I think?) and where it lists the weapons the ibbs will have ///s before it. Remove those and you can use it.
Nope this is all:
Code: [Select]
{
   exec("./Support_RaycastingWeapons.cs");
   exec("./Support_DrawLines.cs");
   exec("./Support_AltDatablock.cs");

   exec("./Effect_Electrocute.cs");
   exec("./Effect_Fire.cs");

   exec("./Weapon_Rotary L.cs");
   exec("./Weapon_Rocket L.cs");
   exec("./Weapon_Nailgun.cs");
   exec("./Weapon_Shotgun.cs");
   exec("./Weapon_Chaingun.cs");

   exec("./Weapon_Sniper Rifle.cs");
   exec("./Weapon_Machine Gun.cs");
   exec("./Weapon_Static Beam.cs");
   exec("./Weapon_Railgun.cs");
   exec("./Weapon_Missile Storm.cs");

   exec("./Weapon_Super Shotgun.cs");
   //exec("./Weapon_NoTime.cs");
   exec("./Weapon_TwinSpamRifle.cs");
   exec("./Weapon_SawTomahawk.cs");
   exec("./Weapon_SawbladeRifle.cs");

   exec("./Weapon_DoubleMagnum.cs");
   exec("./Weapon_Nitro Stream.cs");
   exec("./Weapon_FireballMissile.cs");
   exec("./Weapon_StrongMissile.cs");
   exec("./Weapon_AlloyCannon.cs");

   exec("./Weapon_RocketPunch.cs");
   exec("./Weapon_SpiralMissile.cs");
   exec("./Weapon_ShotgunMissile.cs");
   exec("./Weapon_TwinBayonets.cs");
   exec("./Weapon_Volley Gun.cs");

   exec("./Weapon_Spin Shotgun.cs");
   exec("./Weapon_Fireball Rifle.cs");
   exec("./Weapon_TwinSMG.cs");
}

Nope this is all:
Code: [Select]
//exec("./Weapon_NoTime.cs");
This one's it, I forgot it was named differently.
Yeah take off the two slashes and that should be it

This one's it, I forgot it was named differently.
Yeah take off the two slashes and that should be it
It worked!
Thanks
Locking