jamez_5 1 Posted March 31, 2016 I tried searching and was struggling. ha! I want to change the names of my players (rifleman (ak-103), rifleman (akm) rifleman (light) explosive specialist. How would I handle this? http://gyazo.com/a2acfc05250f1f2cd3c13d5b05c5b73d Share this post Link to post Share on other sites
killjoe_R3F 60 Posted March 31, 2016 In 2D editor : In the "description" windows of the unit in the éditeur . You can do it directly in mission.sqm : description="YORNAME"; e.g. class Item12 { side="GUER"; class Vehicles { items=1; class Item0 { position[]={2106.7703,6.6999998,5633.1528}; azimut=12.337515; id=12; side="GUER"; vehicle="R3F_APSO_EOD_DA"; player="PLAY CDG"; leader=1; skill=0.2; description="YORNAME"; }; }; }; Is it what you asking for ? In 3D Editor : 4th menu, Object control, Description. 1 Share this post Link to post Share on other sites
Poupoko 10 Posted November 19, 2023 Hello, I'm trying to do the same and I struggle too... @killjoe_R3F this doesnt work on my mp mission, when I go into the lobby there's still "AT specialist" and I want to change it to "AT/AA Specialist" Share this post Link to post Share on other sites
pierremgi 4853 Posted November 19, 2023 54 minutes ago, Poupoko said: Hello, I'm trying to do the same and I struggle too... @killjoe_R3F this doesnt work on my mp mission, when I go into the lobby there's still "AT specialist" and I want to change it to "AT/AA Specialist" Should work and it's same as writing something in role description of the unit (in editor). In single player, that doesn't work in switch menu. Share this post Link to post Share on other sites
Poupoko 10 Posted November 19, 2023 3 hours ago, pierremgi said: Should work and it's same as writing something in role description of the unit (in editor). In single player, that doesn't work in switch menu. Thank you very much Indeed I was doing something wrong Share this post Link to post Share on other sites