• 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] Adding Localized Strings!
#11
(07-05-2011, 19:57)Se7en Wrote: I have error: ERROR! U(E)nable to load localizedstrings\modlang.str!

Try putting the langauge folders in the: black ops\raw folder
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#12
Nothing
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#13
(07-07-2011, 19:29)Se7en Wrote: Nothing

I just had this problem and fixed it. If you're still interested, I just remove the .str extension from the line in the zone file, and put the folders in the raw folder.
  Reply
#14
(07-13-2011, 15:04)Phl3x_ Wrote: I just had this problem and fixed it. If you're still interested, I just remove the .str extension from the line in the zone file, and put the folders in the raw folder.
that would do it Tongue

  Reply
#15
thought i post this as i had issues

ie at init() i had to change it so the name of the str was in there like so

Code:
init()
{
    precacheString( &"mymod_MOD_SAY_HI" );
    precacheString( &"mymod_MOD_STUFF" );
}

then when calling it for example

Code:
onPlayerSpawned()
{
    self endon( "disconnect" );
    
    while( true )
    {
        self waittill( "spawned_player" );
        self iPrintLnBold( &"mymod_MOD_SAY_HI" );
        self sayAll( &"mymod_MOD_STUFF", self.name );
    }
}

just incase anyone was haveing issues.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Information [Tutorial] Adding DLC Maps as Custom Maps. Nekochan 151 137,468 05-25-2013, 01:05
Last Post: Nero Z zero
  [HELP]Adding Spaces in a String dhanin 1 1,761 03-30-2013, 16:09
Last Post: Nukem
  Adding weapons in SP levels shafiq0895 2 3,111 12-13-2012, 16:13
Last Post: shafiq0895
  [Tutorial] Adding sounds to SP weapons (in multiplayer) Nukem 54 33,076 11-09-2012, 18:59
Last Post: The Tronuo
  Bo adding sounds need help! Will thank SamuelGrund 0 2,301 08-30-2012, 14:54
Last Post: SamuelGrund
  custom weapon intervention and adding 2+ custom weapons Gamemaster20 9 4,766 07-03-2012, 12:13
Last Post: zxz0O0
  Adding multiple attachments to guns. frozenliquid 2 2,562 01-05-2012, 17:00
Last Post: zabidenu
  Help Adding a new game mode! thethiny 6 2,899 10-17-2011, 17:41
Last Post: crAyon
  Adding music to mod? cervantes 7 3,406 09-21-2011, 11:34
Last Post: prisma
  adding cars ingame? unknown007 4 2,943 08-12-2011, 16:41
Last Post: unknown007

Forum Jump:


Users browsing this thread: 1 Guest(s)