Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsJedi Knight and Mysteries of the Sith Editing Forum → Cogstrings
Cogstrings
2006-06-15, 10:55 AM #1
I am currently half-way done with my level series, "The Star Thief". Right now, I"m gobbing it and getting it ready to send it out for beta testing. Although most of my "messages" show up in game, none of the goals appear in the game. My goal cogs are functioning and displaying "Mission Objective Completed", but I see no objectives or cog messages (Locked!).

Herei s the Cogstrings.uni file:

Code:
MSGS 18

#  "<key>"     <unused number>   "<string>"

#***************************
#  Names of Levels
#***************************

   "STL1"  0    "1.Imperial Cargo Ship"
   "STC1"  0    "Cutscene: Return To Station"
   "STL2"  0    "2.Outpost on Kabrina"

#***************************
#  Objective descriptions
#***************************

#  Level 1 - STL1 - messages.

   "GOAL_01000"	0	"Goal 1."
   "GOAL_01001"	0	"Goal 2."
   "GOAL_01002"	0	"Goal 3."
   "GOAL_01003"	0	"Goal 4."
   "GOAL_01004"	0	"Goal 5."	

   "STL1_TEXT_00"	0	"Text 1."
   "STL2_TEXT_01"       0       "Text 2."

   "COG_01000"	0	"Locked!"

#  Level 3 - STL2 - messages.

   "GOAL_03000"	0	"Goal 1."
   "GOAL_03001"	0	"Goal 2."
   "GOAL_03002"	0	"Goal 3."
   "GOAL_03003"	0	"Goal 4."

   "STL2_TEXT_00"	0	"Text 1."
   "STL2_TEXT_01"	0	"Text 2."

   "COG_03001"	0	"Locked!"

END
"You cannot turn me off!"

-Ryham

↑ Up to the top!