[Guide - Content] Adding badges

Lasko

Moderator
Staff member
Moderator
Joined
Feb 13, 2012
Messages
295
BADGES.

All badges are just loaded straight from the datatable file..... :);)

You will also need to edit the string files so your new badges show a correct name and description.

Datatable

/datatables/badge/badge_map.iff


String files.
/string/en/badge_n.stf to add the badge name
/string/en/badge_d.stf to add the badge description



Add your new badge(s) to the table and strings following the convention. To grant some badges the ID number is used from the badge_map.iff, so it's best to make a note of it for reference.

The badge name must be unique and used as the Index and ID for each entry in the above three files.

Granting Badges.

POI bagdes.

These have been moved from the separate spawn manager files and are now granted in:

/scripts/managers/planet_manager.lua

The rest of the granting methods for screenplays etc remain unchanged.

:)
 
Last edited by a moderator:

eqsanctum

Member
Joined
Mar 26, 2015
Messages
153
I found out there is a built in limitation to this. If it's server what am I looking for, and if it's client, I'm lost. I can't find anything stopping me from going beyond 159
 

SherylV

New Member
Joined
Aug 4, 2017
Messages
1
I found out there is a built in limitation to this. If it's server what am I looking for, and if it's client, I'm lost. I can't find anything stopping me from going beyond 159
Hi - I'm having the same issue. Any help would be appreciated.
 

hawk200282

New Member
Joined
Oct 23, 2014
Messages
1
Top Bottom