Page 1 of 1

Second Extinction Gamepass

Posted: Thu Apr 29, 2021 3:20 pm
by TheXKeyBlade
Basic CT for Second Extinction :) :o
Feature :
Enemies Ignore you
Rapid fire
No recoil
Inf Ammo

This game is In preview access (Beta) so the table sometimes stops working and requires you to reset the game, this is something i don't know how to fix.

Credits to Akira for most of the code

Re: Second Extinction Gamepass

Posted: Sat May 01, 2021 8:15 pm
by Rhark
You could at least give the credit to Akira since this is their code with which you just changed the executable and removed the notes. But generally it's not cool to post peoples work without their permission. You could have just added this to his thread.

Re: Second Extinction Gamepass

Posted: Sat May 01, 2021 9:58 pm
by imjustmaxie
TheXKeyBlade wrote:
Thu Apr 29, 2021 3:20 pm
Basic CT for Second Extinction :) :o
Feature :
Enemies Ignore you
Rapid fire
No recoil
Inf Ammo

This game is In preview access (Beta) so the table sometimes stops working and requires you to reset the game, this is something i don't know how to fix.
I don't want to comment about whether you stole the code or just using the same method as Akira's, but structures bloat the table size.
You have 7 structures there unused without any named fields. If it's removed, the size would become very small.
Image
The - copy is the one without the unused structs, the bloated one is the original.

If you really use them, make another copy of the table for upload so people won't need to deal with bigger sizes (and also you too when the table goes up to MBs and you have to zip it somehow).

Re: Second Extinction Gamepass

Posted: Thu Jun 17, 2021 3:32 pm
by Akira
-.-"