[HELP] Flag missing

Making or wanting help making your own asset? Check in here
Post Reply
temexter
Posts: 397
Joined: 2009-11-23 15:50

Solved: [HELP] Flag missing

Post by temexter »

I'm testing with Kozelsk and creating Finnish faction, FDF.

Could someone wiser and more experienced lighten me up a bit with flags.

Image

THX in advance...
Last edited by temexter on 2010-08-24 19:08, edited 3 times in total.
Reason: Solved
Amok@ndy
Retired PR Developer
Posts: 5144
Joined: 2008-11-27 22:13

Re: [HELP] Flag missing

Post by Amok@ndy »

Image
temexter
Posts: 397
Joined: 2009-11-23 15:50

Re: [HELP] Flag missing

Post by temexter »

Solved. Some tweaking in PR_MemeAtlas.tac and PR_MemeAtlas.tai solved the problem.

Anyroad, HUD_TEXT_MENU_SPAWN_ARMY_ appears instead of faction name and mouse cursor freezes.

Edited C:\Gamez\bf2\mods\pr_edit\230810\Inits\factions_fi\fi.con

Code: Select all

gameLogic.setTeamName 2 "FI"
gameLogic.setTeamLanguage 2 "Finnish"
gameLogic.setTeamFlag 2 "flag_fi"
Added "FI" strings to C:\Gamez\bf2\mods\pr_edit\localization\finnish\pr.utxt
as above example shows:

Code: Select all

HUD_TEXT_MENU_SPAWN_ARMY_FI                                FINLAND
I obviously have n´missed some link between Inits and localization.
Searched all around, but can't find solution :\
temexter
Posts: 397
Joined: 2009-11-23 15:50

Re: [HELP] Flag missing

Post by temexter »

temexter wrote:Solved. Some tweaking in PR_MemeAtlas.tac and PR_MemeAtlas.tai solved the problem.

Anyroad, HUD_TEXT_MENU_SPAWN_ARMY_ appears instead of faction name and mouse cursor freezes.
I humbly thank all community for contribution :-?

Mouse freezing - FYI - is a bug with bf2r.exe and patch 1.5:
AncientMan wrote:

As for the mouse cursor stuck, you're using the debugger by the looks of the version number. The debugger and BF2 v1.5 controls.con don't like each other. The simplest way I've found is to make a new profile, in the debugger, and only use that for the debugger. The moment you use that profile in BF2 v1.5, it'll fail. Probably should make a backup of the controls.con files when you get it working.
As for HUD-messages, i've learn my lesson and have read existing material of localization.
In fact english is ok for finnish faction, since nobody - I assume - wants PR in finnish :)

edit: Moreover because Finland has been in PfP since -94...
Last edited by temexter on 2010-08-24 19:33, edited 4 times in total.
Reason: typos
Post Reply

Return to “PR:BF2 Community Modding”