Arma 3
Uri Jul 24, 2015 @ 8:39am
RHS sorted classnames list ?
Hey is there somewhere a sorted list for the RHS classnames ?
Or at least a Picture with the classname ?

it's a paint to test each classname to see what they spawn.
Mostly the Uniform and vest ?
< >
Showing 1-13 of 13 comments
=AAV= COLDSTEEL Oct 3, 2017 @ 9:17pm 
Those 2 I found asking the same as the OP.
Tajin Oct 4, 2017 @ 2:30am 
If you need it for a script, then you're better off fetching those values directly from the config.
HELLBOY Jul 21, 2020 @ 1:14pm 
I know that's an old topic but if anyone in need I've made a chart for rhs class names but vehicles are not included yet. https://docs.google.com/spreadsheets/d/1H8F2YJiLp-VpmTZ3koypBV9fSIZ007cxO-7qZRfmcQc/edit?usp=sharing
Last edited by HELLBOY; Sep 25, 2022 @ 2:39am
Darth Leathertush Jul 27, 2020 @ 9:05am 
Originally posted by HELLBOY:
I know that's an old topic but if anyone in need I've made a chart for rhs class names but vehicles not included yet. https://docs.google.com/spreadsheets/d/1H8F2YJiLp-VpmTZ3koypBV9fSIZ007cxO-7qZRfmcQc/edit?usp=sharing

I just found this, you're a legend! Thanks a bunch :)
Animal May 13, 2021 @ 2:06pm 
Originally posted by HELLBOY:
I know that's an old topic but if anyone in need I've made a chart for rhs class names but vehicles not included yet. https://docs.google.com/spreadsheets/d/1H8F2YJiLp-VpmTZ3koypBV9fSIZ007cxO-7qZRfmcQc/edit?usp=sharing

thank you !
kiba3x Sep 24, 2021 @ 9:38am 
Thank you. Can you include the AFRF weapons class names?
Last edited by kiba3x; Sep 24, 2021 @ 9:39am
HELLBOY Sep 25, 2022 @ 2:45am 
Originally posted by Heip:
Originally posted by HELLBOY:
You're welcome, i'ts already included on the second tab https://docs.google.com/spreadsheets/d/1H8F2YJiLp-VpmTZ3koypBV9fSIZ007cxO-7qZRfmcQc/edit#gid=1483068714
Hey brother, I just found your awesome docs, but I have one problem, I can spawn everything apart from ammunition to weapons, there is a different command for magazines or am I doing something wrong? I use cursorObject addWeaponCargoGlobal [x;amount] for everything but magazines are not spawning.

Sorry, but I can't help you with that, because I don't know that much about scripts and stuff like that, as far as I know the classnames for magazines are correct, at least they were in the past when I made this chart.
H Sep 25, 2022 @ 3:12am 
Originally posted by HELLBOY:
Originally posted by Heip:
Hey brother, I just found your awesome docs, but I have one problem, I can spawn everything apart from ammunition to weapons, there is a different command for magazines or am I doing something wrong? I use cursorObject addWeaponCargoGlobal [x;amount] for everything but magazines are not spawning.

Sorry, but I can't help you with that, because I don't know that much about scripts and stuff like that, as far as I know the classnames for magazines are correct, at least they were in the past when I made this chart.
Hey it's fine, I found the solution, so I'm gonna post it here, if you want spawn anything from weapons and accessories(for dedicated server), use this commands pointing your cursor(crosshair) on any arsenal, box, or vehicle:
cursorObject addWeaponCargoGlobal ["ID_item",<amount>];
example: cursorObject addWeaponCargoGlobal ["rhs_weap_m4a1_blockII",1];
It will spawn inside those objects.

If you want to spawn any magazine, it's small change:
cursorObject addMagazineCargoGlobal ["Magazine_ID",<amount of full magazines>];
example: cursorObject addMagazineCargoGlobal ["rhsusf_200Rnd_556x45_box",1];
Last edited by H; Sep 25, 2022 @ 3:30am
H Sep 25, 2022 @ 3:14am 
Originally posted by HELLBOY:
Originally posted by Heip:
Hey brother, I just found your awesome docs, but I have one problem, I can spawn everything apart from ammunition to weapons, there is a different command for magazines or am I doing something wrong? I use cursorObject addWeaponCargoGlobal [x;amount] for everything but magazines are not spawning.

Sorry, but I can't help you with that, because I don't know that much about scripts and stuff like that, as far as I know the classnames for magazines are correct, at least they were in the past when I made this chart.
And yes, your classnames are alright. Thanks for great spreedsheet. Awesome job.
HELLBOY Sep 25, 2022 @ 4:46am 
Originally posted by Heip:
Originally posted by HELLBOY:

Sorry, but I can't help you with that, because I don't know that much about scripts and stuff like that, as far as I know the classnames for magazines are correct, at least they were in the past when I made this chart.
And yes, your classnames are alright. Thanks for great spreedsheet. Awesome job.

You're welcome, I'm happy if I can help somehow.
< >
Showing 1-13 of 13 comments
Per page: 1530 50

Date Posted: Jul 24, 2015 @ 8:39am
Posts: 13