where else can you find the DBID of a weapon?

All discussions & material related to Command's Lua interface

Moderators: RoryAndersonCDT, michaelm75au, angster, MOD_Command

Post Reply
hanzawa1991
Posts: 74
Joined: Tue Apr 05, 2022 9:05 am

where else can you find the DBID of a weapon?

Post by hanzawa1991 »

In addition to the game database, where else can you find the DBID of a weapon?I looked for this website, but it wasn't there either
http://cmano-db.com/
KnightHawk75
Posts: 1850
Joined: Thu Nov 15, 2018 7:24 pm

Re: where else can you find the DBID of a weapon?

Post by KnightHawk75 »

The weapons\loadout\mounts tables on unit usually, and the in-game dbviewer, and via an external db3 viewer (sqlite browser etc loading up the db, I suggest read-only mode). Probably somewhere else as well that I'm forgetting (like ini/inst exports).
hanzawa1991
Posts: 74
Joined: Tue Apr 05, 2022 9:05 am

Re: where else can you find the DBID of a weapon?

Post by hanzawa1991 »

KnightHawk75 wrote: Thu Mar 16, 2023 8:30 am The weapons\loadout\mounts tables on unit usually, and the in-game dbviewer, and via an external db3 viewer (sqlite browser etc loading up the db, I suggest read-only mode). Probably somewhere else as well that I'm forgetting (like ini/inst exports).
thx!!
Post Reply

Return to “Lua Legion”