alliedmodders / amxmodx

AMX Mod X - Half-Life 1 Scripting and Administration
http://www.amxmodx.org/
499 stars 203 forks source link

Make separate .cfg files for each plugin? #577

Open OciXCrom opened 6 years ago

OciXCrom commented 6 years ago

Now that we have the new AutoExecConfig() native, should we use it in the default AMXX plugins in order to separate all the cvars that we currently have in amxx.cfg? This will be very convenient as it will be easier to locate the cvars we want to change plus updating our AMXX version won't require to manually update amxx.cfg each time a cvar is added/modified. What are your thoughts?

all85100 commented 6 years ago

I don't want each plugin to have a profile, and every time the configuration file is in English, it needs to be translated several times. Not everyone can speak English.

OciXCrom commented 6 years ago

The cvars can be translated in the server's language. I don't think there are any benefits of amxx.cfg containing all the cvars.

all85100 commented 6 years ago

I mean the translation of the configuration file.

OciXCrom commented 6 years ago

I mean the exact same thing. It CAN be translated.