Addons & Mods Depot > ArmA - Configs & Scripting

Text Descriptions

(1/1)

Acid:
Sorry if this is in the wrong place.

Where are the weapon & equipment descriptions located ? Iv scanned several addons .ext, .sqf, .html files and have found nothing.

Planck:
Stringtable.csv

For weapons, specifically in the language.pbo.......weapons folder.


Planck

Wolfrug:
If you're just curious to access them for non-editing purposes, you can easily do that in game using these commands:

For vehicles (replace "M113" with whatever classname you want):

--- Code: ---getText (configFile >> "CfgVehicles" >> "M113" >> "Library" >> "libTextDesc")
--- End code ---

For weapons (replace "M16A4_ACG_GL" with whatever weapon classname you want):

--- Code: ---getText (configFile >> "CfgWeapons" >> "M16A4_ACG_GL" >> "Library" >> "libTextDesc")
--- End code ---

Have fun!

Wolfrug out.

Navigation

[0] Message Index

Go to full version