toadeater 0 Posted December 18, 2002 I posted this in the mission editing forum and on OFPEC but no one has any definite answer to this problem yet. I'm using the DWRGeneral addon and wanted to change this unit's on-screen name. I used setIdentity and added a class in description.ext for the unit, but the name still won't change and shows up as "DWRGeneral1". What I want to know is, does this happen with all addons, or is it just this one? If it's just this one, then what should I edit in the config.cpp to change the on-screen name? Share this post Link to post Share on other sites
soul_assassin 1750 Posted December 18, 2002 in cfgVehicles change { ... ... displayName = "..."; ... ... } and repbo Share this post Link to post Share on other sites