Serious Sam Fusion 2017 (beta)

Serious Sam Fusion 2017 (beta)

363 hodnocení
Weapon Resources Database
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Content: Weapons
Velikost souboru
Přidáno
Aktualizováno
69.295 MB
27. kvě. 2017 v 1.40
30. dub. 2024 v 8.28
Poznámky ke změnám (249) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Weapon Resources Database

V 1 kolekci od uživatele NSKuber
Weapon Resources for event
47 položek
Popis
DESCRIPTION
This is a mod, containing some tables and template properties holders for all existing weapon resources.

Right now, I have many mods ("Custom Weapons Management", "Random Weapon Swap", "Loot mod", many) , that use pretty universal format of tables with information about weapons. Updating three (and possibly more in the future) mods every time new weapon comes out on the workshop is not very convenient, so I decided to cut out similar parts containing information about weapons into this separate mod, so I can only update one mod when I need to add another weapon.

If you're a modder, you can use this too for your mod. Read below for more detailed info.
Tables for Startup script are in "globals" table, and for world scripts are in "worldGlobals" table.
List of currently supported weapons: https://pastebin.com/6nY2aP2U

What tables are there:

globals/worldGlobals.DBWeapons - number-string table (array) containing internal names of all weapons included.

globals/worldGlobals.DBWeaponNames - string-string table, which returns common weapon name for given internal name. For example, worldGlobals.DBWeaponNames["AutoShotgun"] == "Devastator".

(tables without B at the end contain info about HD versions of weapons, with B - about BFE versions)

globals/worldGlobals.DBWeaponParamsPaths and DBWeaponParamsPathsB - string-string tables, which returns path to weapon parameters file for given internal name. For example, worldGlobals.DBWeaponParamsPaths["SingleShotgun"] == "Content/SeriousSamHD/Databases/Weapons/SingleShotgunWeapon.ep".

globals/worldGlobals.DBWeaponItemPaths and DBWeaponItemPathsB - string-string table, which returns path to weapon item parameters file for given internal name. If there is no weapon item for this weapon, returns nil.
For example, worldGlobals.DBWeaponItemPaths["SingleShotgun"] == "Content/SeriousSamHD/Databases/GenericItems/Weapons/SingleShotgun.ep".

globals/worldGlobals.DBWeaponAmmoPaths and DBWeaponAmmoPathsB - string-array table, which returns array, containing paths to weapon ammo parameters files for given internal name. If there are no ammo items for this weapon, returns nil.
For example, worldGlobals.DBWeaponAmmoPathsB["AssaultRifle"] == {"Content/SeriousSam3/Databases/Items/Ammo/Bullets.ep","Content/SeriousSam3/Databases/Items/Ammo/Bullets_Clip.ep","Content/SeriousSam3/Databases/Items/Ammo/Bullets_Closed.ep"},

globals/worldGlobals.DBWeaponAmmo and DBWeaponAmmoB - string-array table, which returns n-element array, containing information about weapon ammo type for given internal name. First element of the array is the amount of ammunition received when picking weapon item, (n-2)-th element of the array is the maximum ammo, (n-1)-th element is a string, characterizing ammo type of given weapon (this string is added manually and may not coincide with ammo type file name), n-th element is the "Shoot to reload" number (0 if weapon doesn't have reload).
Elements from second, to (n-3)-th specify the amount of ammunition received when picking ammo items listed in worldGlobals.DBWeaponAmmoPaths(B) table (in same order as they are listed in that table).
If weapon doesn't use ammo, then this table returns {-1,-1,-1,"",*} table.
For example, worldGlobals.DBWeaponAmmoB["bDoubleShotgun"] == {10,10,5,10,100,"bShells",0}.
This means, that BFE Double Shotgun uses ammo of type "bShells", that you receive 10 ammo on picking Double shotgun weapon, 10, 5 and 10 ammo on picking ammo items, it has 100 max ammo and no reloading.

There are also Template properties holders, located in "Content/SeriousSamFusion/Scripts/Templates/WeaponDatabase/"
Each template is named same as corresponding internal weapon name, and has up to two templates: weapon item with spawner and ammo item with spawner.
Počet komentářů: 41
d1974 15. kvě. 2022 v 11.31 
@T4NG maybe its not possible
T4NG 15. kvě. 2022 v 10.23 
Can I ask you to add all the melee weapons, flamethrower and serious bomb from "Serious Sam 4 & Siberian Mayhem Weapons Pack"
Schenni 31. srp. 2021 v 11.30 
The makers of the SS4 weapons pack said, that you'll include the SS4 minigun ammo and I just wanted to ask when It'll be?
NB1HoneyBadger 10. čvc. 2021 v 15.09 
Please add Rocket Range 2 weapons to the list. Thank U.
NB1HoneyBadger 23. dub. 2021 v 8.50 
Hi NSKuber. Please, add GF Vector to list. Thank You.
NB1HoneyBadger 17. pro. 2020 v 21.20 
Dear NSKuber. Please add Gothic Field Vector to Weapon Resource Database. Thank you, and Happy Holidays.
Windows_TAHK 28. lis. 2020 v 13.19 
А добавишь пожалуйста "Minishark (Weapon Resource)"?
NB1HoneyBadger 17. říj. 2020 v 11.57 
Gothic Field Kriss Super V is missing, or not added to list?
Windows_TAHK 13. říj. 2020 v 13.26 
Спасибо!
NSKuber  [autor] 13. říj. 2020 v 9.44 
Добавил дробовик из GF (и пушки из Дума).