Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

Download Preferences


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 489
  • Lokalizacja:AMXX.PL
Offline

Napisano 15.03.2015 09:11

Note: This is an alpha.

Allows plugin developers and server administrators to categorize files and make them optional downloads.

I originally wrote this to work with a server that had tons of optional sound downloads (specifically music during humiliation), but it can be useful to make any downloads opt-in (like gee, what am I supposed to do with all these Quake Sounds).

There's still a bit more to improve on to make it easily accessible to non-developers, and there's a few improvements for efficiency and stability (no control over which plugins have control over which categories yet, have to do a query for every preference instead of caching it meaning no equivalent to OnClientCookiesCached(), eugh), but I think it's in a relatively good enough state to do an alpha for. I mean, it doesn't burst into flames.

Requirements:
  • SourceMod's SQLite Driver, preferably.
  • A PHP installation, SQLite3 support, and a supported web server with the ability to use rewrite rules. (This does not necessarily have to be the same as your fast download server.)
Current shortcomings:
  • There is very little support for a non-developer to add files to categories. Though if you know SQL, you can peek at the init script and work off of that.
  • There needs to be a plugin registering a category for it to be accessible. It sounds silly, but there is no functionality to iterate through categories that exist in the database but have not been used by a plugin. Specifically, this affects the included menu plugin. One workaround is to compile the included empty_downloadprefs example plugin with your specific categories.
  • TF2 says that the file is "downloading", though it'll keep chugging along and files actually won't be downloaded as appropriate. Something I can't really fix. (Unless someone's figured out how to modify stringtables before transmission, in which case we can just take out the PHP bit entirely.)
  • It's written for 1.6, and you have to compile it yourself. Gasp. I have no idea how to transitional syntax.
Installation instructions in the project's GitHub repository.

Source code (ZIP)| Include
Wyświetl pełny artykuł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych