RHS Feedback - Documentation
View Issue Details
0003002Documentation[All Projects] Generalpublic2017-02-06 01:282017-02-07 17:30
majogl 
 
nonefeatureN/A
newopen 
 
 
0003002: Need class list for all RHS mods
Is there a way to get all the class names of the RHS mods in a list?

Situation. I am trying to make a loot spawning script include stuff from rhs. I need those names ideally in a list format, but any format will do as long as the names correspond to what is in the game.

Example:
Below is a snippet of the huge list i am working with... What would be really helpful to me would be a similar list containing all the class names from following cathegories, or at least a set of instructions on how i might be able to obtain them: Weapons, Ammo, Uniform, Vest, Backpack, Sidearm, Launcher, Headgear, Facewear
[
"H_HelmetB_tna_F",
"H_HelmetCrew_B",
"H_HelmetCrew_I",
"H_HelmetCrew_O",
"H_HelmetCrew_O_ghex_F",
"H_HelmetIA",
"H_HelmetIA_camo",
"H_HelmetIA_net",
"H_HelmetLeaderO_ghex_F",
"H_HelmetLeaderO_ocamo",
"H_HelmetLeaderO_oucamo",
"H_HelmetO_ViperSP_ghex_F",
"H_HelmetO_ViperSP_hex_F",
"H_HelmetO_ghex_F",
"H_HelmetO_ocamo",
"H_HelmetO_oucamo"];
No tags attached.
Issue History
2017-02-06 01:28majoglNew Issue
2017-02-06 11:29RedPhoenixNote Added: 0005857
2017-02-06 16:20majoglNote Added: 0005858
2017-02-07 17:30JastrebNote Added: 0005864

Notes
(0005857)
RedPhoenix   
2017-02-06 11:29   
If you are able to write a loot script, aren't you able to write a script yourself that fetches all of those?
(0005858)
majogl   
2017-02-06 16:20   
The loot script i use is one i downloaded... So far all i was capable of doing on my own was tweaking loot spawn chances and editing the loot pool arrays.
(0005864)
Jastreb   
2017-02-07 17:30   
You can use the sript in the BIF link below to get all RHS classes.

https://forums.bistudio.com/topic/188332-eden-all-in-one-config-dumps/ [^]

But eventually we will update the list on the site, its just not on the priority list now.