I've created some new Traits in the Export_Descr_Character_Traits file. I now need to create a new description for them, however, i'm strugglin a littile with the format in the .bin file, so i'd like a bit of help.
Using an existing line as a basis this is how I THINK it should look, but i'd like you to confirm it for me if you could.
Code:
E x p l o r e r s _ G u i l d _ K n o w l e d g e A E x p l o r e r s _ G u i l d _ K n o w l e d g e
E x p l o r e r s _ G u i l d _ K n o w l e d g e _ d e s c ” D O N O T T R A N S L A T E - S H O U L D B E H I D D E N . T h i s i n d i v i d u a l h a s b e e n g r a n t e d a c e s s t o t h e m a p s a n d s e r v i c e s o f a n E x p l o r e r s G u i l d . S i l l y h u h ? E x p l o r e r s _ G u i l d _ K n o w l e d g e _ e f f e c t s _ d e s c + 5 M o v e m e n t P o i n t s
M _ E x p l o r e r s _ G u i l d _ K n o w l e d g e A M _ E x p l o r e r s _ G u i l d _ K n o w l e d g e
M _ E x p l o r e r s _ G u i l d _ K n o w l e d g e _ d e s c ” D O N O T T R A N S L A T E - S H O U L D B E H I D D E N . T h i s i n d i v i d u a l h a s b e e n g r a n t e d a c e s s t o t h e m a p s a n d s e r v i c e s o f a M _ E x p l o r e r s G u i l d . S i l l y h u h ? M _ E x p l o r e r s _ G u i l d _ K n o w l e d g e _ e f f e c t s _ d e s c + 5 M o v e m e n t P o i n t s
G M _ E x p l o r e r s _ G u i l d _ K n o w l e d g e A G M _ E x p l o r e r s _ G u i l d _ K n o w l e d g e
G M _ E x p l o r e r s _ G u i l d _ K n o w l e d g e _ d e s c ” D O N O T T R A N S L A T E - S H O U L D B E H I D D E N . T h i s i n d i v i d u a l h a s b e e n g r a n t e d a c e s s t o t h e m a p s a n d s e r v i c e s o f a G M _ E x p l o r e r s G u i l d . S i l l y h u h ? G M _ E x p l o r e r s _ G u i l d _ K n o w l e d g e _ e f f e c t s _ d e s c + 5 M o v e m e n t P o i n t s
The relevent etreis in the Export_Descr_Character_Traits file are:
Code:
;-------------------------------
;Trait Explorers_Guild_Knowledge
; Characters all
; Hidden
;
; Level Explorers_Guild_Knowledge
; Description Explorers_Guild_Knowledge_desc
; EffectsDescription Explorers_Guild_Knowledge_effects_desc
; Threshold 1
;
; Effect MovementPoints 5
;
;
;------------------------------------------
;Trait M_Explorers_Guild_Knowledge
; Characters all
; Hidden
;
; Level M_Explorers_Guild_Knowledge
; Description Explorers_Guild_Knowledge_desc
; EffectsDescription Explorers_Guild_Knowledge_effects_desc
; Threshold 1
;
; Effect MovementPoints 5
;
;
;------------------------------------------
;Trait GM_Explorers_Guild_Knowledge
; Characters all
; Hidden
;
; Level GM_Explorers_Guild_Knowledge
; Description Quite_Subjective_desc
; EffectsDescription Quite_Subjective_effects_desc
; Threshold 1
;
; Effect MovementPoints 10
;
;
Thanks for the help.
Carl.
Bookmarks