Author Topic: e launcher  (Read 5170 times)

this belongs in the e meme thread.
« Last Edit: November 30, 2017, 06:56:26 PM by SwiftHyena2593 »

why did you change the name

wait why was this moved to modification help from add-ons? is there something wrong with it?

wait why was this moved to modification help from add-ons? is there something wrong with it?
this
only potential issue i see is that it requires you have weapon_gun enabled

this
only potential issue i see is that it requires you have weapon_gun enabled
every loving weapon needs weapon_gun enabled brainlet

wait why was this moved to modification help from add-ons? is there something wrong with it?

for starters, the description, namecheck, kill icon, and inventory icon are all the same as the default gun.

every loving weapon needs weapon_gun enabled brainlet
Incorrect. There are plenty of weapons out there that don't.

for starters, the description, namecheck, kill icon, and inventory icon are all the same as the default gun.
ahh fair e-nough


for starters, the description, namecheck, kill icon, and inventory icon are all the same as the default gun.
This is the second one this week! If you're gonna make a meme add-on, at least quality check it so that it doesn't risk getting fail binned, and so that people aren't ruining their game by downloading a poorly made add-on

aka: only post high quality m e me content


wait why was this moved to modification help from add-ons? is there something wrong with it?
I'm guessing its because his weapon requires the default gun, but he didn't use forcerequiredaddon like all the other weapons that to force load it. his namecheck is also "weapon_gun" so that's completely wrong.

Here's what you want to include at the start of server.cs to force-load the gun add-on.

Code: [Select]
if(ForceRequiredAddOn("Weapon_Gun") == $Error::AddOn_NotFound) {
error("Weapon_Gun not found! The \"e\" weapon will not be loaded");
return;
}

I also recommend either changing the fire rate, blow-back, or both.

-edit : nevermind
« Last Edit: December 01, 2017, 04:34:50 AM by Goth77 »