Talked about this a little in the checkpoints thread, but figured it needs its own thread.

I've been able to setup and complete objectives in game, but I can not get their description from a custom int to show up in game. It is possible to add the objectives and POI descriptions to the warfare.int, but UDN makes it sound like a custom int is possible:

"A localized text file for your mod package should be created and placed in the following directory:

C:\Documents and Settings\<userID>\My Documents\My Games\Gears of War\WarGame\UnPublished\CookedPC\Localization\<LAN GUAGE>\YourModName.int"

I created a ...\Localization\INT\SP_NeoNautica.int file with:

Code:
[POIS]
TEST_POI_1=Enemy Location

[OBJECTIVES]
TEST_to_Factory=Get to the Factory.
But it didn't work. SP_NeoNautica is the same name as the folder for my map: ...\CustomMaps\SP_NeoNautica\SP_Test_P.war

Not sure what is supposed to be in the int file, so it may be cause by not having the right code in there?