[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS :: View topic - Map Loading Percent
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Map Loading Percent
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=5011
Page 1 of 2

Author:  Sheppard [ Sat Jun 13, 2009 8:37 pm ]
Post subject:  Map Loading Percent

I recently realized that in DCX and DCFX, when you load a map right above the "Press Escape to Cancel" there's a percent that goes up with the loading bar. I'd like to enable this in my minimod/patch but I don't know how they did it. I can't find it referenced in game.rfa or any of the maps.

Author:  Why Two Kay [ Sat Jun 13, 2009 11:08 pm ]
Post subject:  Re: Map Loading Percent

I've never seen this before, but try checking menu.rfa

Author:  Syphax [ Thu Jun 18, 2009 7:54 pm ]
Post subject:  Re: Map Loading Percent

Probaly the InGame file. Don't ask me how because its difficult to figure that file out.

Author:  Sheppard [ Thu Jun 18, 2009 8:40 pm ]
Post subject:  Re: Map Loading Percent

Well I copied it to my patch and it did work, the percent was there but it moved the loading bar down and to the side so it didn't fit in the border correctly.

Author:  Syphax [ Sun Jun 21, 2009 1:35 am ]
Post subject:  Re: Map Loading Percent

Thats because the InGame file also governs a large part of the resolutions and sized of the stuff that's on screen. The file you used belongs to a different mod with altered resolutions to exactly fit their menu's. You'll need to find and change those values. Don't ask me how though, I just copied the FinnWars InGame so I could have the class restriction they had ^^ and it messed up my lay out as well.

Author:  Apache Thunder [ Sun Jun 21, 2009 3:22 am ]
Post subject:  Re: Map Loading Percent

I managed to move the "Pause" graphic that is displayed when the game is paused to the lower left side of screen in my mod. So I'm slowly learning the meme system. I moved it because when I do the showstats thing to retrieve object positions, I have to pause the game sometimes since that is the only way to get the freecam to go "underground". Or at least really close to the ground. The stock file had the pause text covering up the camera cooridents and was annoying as hell. So I moved it. I like it better in the place I put it. Cause now it doesn't obstruct the fullscreen minimap either. :P

However i don't know how to "add" things. So if you can add only the percent feature from the mod (and not everything else it had)

Then I can probably find it and move it to the correct location. Otherwise, I can't help much. :(

Author:  samrtguy [ Sun Jun 21, 2009 4:44 am ]
Post subject:  Re: Map Loading Percent

They have that in Galactic Conquest as well. Maybe check it out ?

Author:  Archimonde0_0 [ Sun Jun 21, 2009 12:56 pm ]
Post subject:  Re: Map Loading Percent

The Menu Editor is something I never learned how to do, and of all the things in Battlefield 1942 which I can do, Menus are not one of them. All I know is that inside the Menu.rfa there is a number of files with no extension that hold data for where menu and GUI pieces are placed, work, and how they are represented on screen. This is how Desert Combat added an extra kit to the game, but again, don't ask me. xD

Page 1 of 2 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/