alliedmodders / sourcemod

SourceMod - Source Engine Scripting and Administration
http://www.sourcemod.net/
985 stars 423 forks source link

SM .autoload files don't autoload extensions from x64 subdirectory #2183

Closed KaelaSavia closed 5 months ago

KaelaSavia commented 5 months ago

Description

This is pretty minor thing so it's not really a priority but if you put .autoload file into extensions/x64/ folder then it won't auto load unlike 32-bit equivalent extensions folder

Kenzzer commented 5 months ago

This seems to be intended ? If you place the autoload file inside extensions it will load the x64 extension. Example :

- sourcemod
| - extensions
     - accelerator.ext.autoload
     - accelerator.ext.so
     - x64
     | - accelerator.ext.so
psychonic commented 5 months ago

This seems to be intended ? If you place the autoload file inside extensions it will load the x64 extension. Example :

- sourcemod
| - extensions
     - accelerator.ext.autoload
     - accelerator.ext.so
     - x64
     | - accelerator.ext.so

This is correct and intended.