Author Topic: Gamemode trying to make me enable everything  (Read 514 times)

I'm making gamemodes for quick-start servers and it's telling me that almost every default add-on that I don't want has to be enabled. Right now it's support_player_persistence. I had a workaround for tank and jeep, but I simply can't use persistence. How do I make it not force these add-ons?

Are you sure you're removing these lines from like ADDON Blah_Blah

is it only forcing you to keep default addons?

or other ones you downloaded as well.

is it only forcing you to keep default addons?

or other ones you downloaded as well.
Just default.
And I'm almost certain nothing needs persistence. If it does it's really crappy for forcing it to be enabled.

Hold it. I see the problem.

The TREASURE CHEST requires persistence. Why would it even need that?

Hold it. I see the problem.

The TREASURE CHEST requires persistence. Why would it even need that?
Saving how many chests you opened..

Saving how many chests you opened..
So it can't do that without making players respawn in the same place with the same weapons after they leave too? (This is a problem for me.)

Also, apparently gamemodes broke some workarounds for things completely.
Brick_PoleAdapters had pole bricks as a required add-on in reverse, I think. Something like that. Now it's not enabling because I don't have Brick_Pole, which breaks it.

So it can't do that without making players respawn in the same place with the same weapons after they leave too? (This is a problem for me.)

Also, apparently gamemodes broke some workarounds for things completely.
Brick_PoleAdapters had pole bricks as a required add-on in reverse, I think. Something like that. Now it's not enabling because I don't have Brick_Pole, which breaks it.
Brick_Poles breaks it
Brick_Pole is needed

Your addons are using "forceRequiredAddon();".