Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Archived Forums » Core Patches » Quick Question
Quick Question [message #181958] Sun, 11 December 2005 06:52 Go to next message
trooprm02 is currently offline  trooprm02
Messages: 3266
Registered: August 2005
Location: Canada
Karma: 0
General (3 Stars)
I am have started making skins for my renegade and been making them public for a few testers, now for loadscreen rengaurd displays that CorePatch1 text about the new maps and different links, how do you removee that?

It weird tho, I have CP1, and everything, but my loadscreen is still that old default one..


Re: Quick Question [message #181963 is a reply to message #181958] Sun, 11 December 2005 11:03 Go to previous messageGo to next message
Ma1kel is currently offline  Ma1kel
Messages: 956
Registered: July 2005
Location: Kingdom of the Netherland...
Karma: 0
Colonel
Could you try to explain your question in another way? I can't understand what you are trying to say.

Re: Quick Question [message #182881 is a reply to message #181958] Tue, 20 December 2005 12:04 Go to previous messageGo to next message
trooprm02 is currently offline  trooprm02
Messages: 3266
Registered: August 2005
Location: Canada
Karma: 0
General (3 Stars)
How do I take off the CP1 text that appears on the loadscreen after you install the update? Dont Get It

Re: Quick Question [message #182955 is a reply to message #181958] Wed, 21 December 2005 00:42 Go to previous messageGo to next message
Goztow is currently offline  Goztow
Messages: 9719
Registered: March 2005
Location: Belgium
Karma: 12
General (5 Stars)
Goztoe
He wants to know where he can find the loadscreen and put the original back.

You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
Re: Quick Question [message #182970 is a reply to message #181958] Wed, 21 December 2005 07:37 Go to previous messageGo to next message
Renx is currently offline  Renx
Messages: 2321
Registered: April 2003
Location: Canada
Karma: 0
General (2 Stars)
Category Moderator
Don't make fun of him for not being able to speak english well if you're equally as bad at comprehending it.

He has the default loadscreen with the CP1 text written on it, and he wants to remove the text.


~Canucck

http://www.sloganizer.net/en/style7,Espion.png

Blazer

...RG made me ugly

[Updated on: Wed, 21 December 2005 07:38]

Report message to a moderator

Re: Quick Question [message #182971 is a reply to message #182970] Wed, 21 December 2005 08:21 Go to previous messageGo to next message
trooprm02 is currently offline  trooprm02
Messages: 3266
Registered: August 2005
Location: Canada
Karma: 0
General (3 Stars)
Renx wrote on Wed, 21 December 2005 09:37

Don't make fun of him for not being able to speak english well if you're equally as bad at comprehending it.

He has the default loadscreen with the CP1 text written on it, and he wants to remove the text.


Exactly, now the question is how do I do that? Where is that file found?


Re: Quick Question [message #182973 is a reply to message #181958] Wed, 21 December 2005 08:32 Go to previous messageGo to next message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
the loadscreen has 5 image files;

loadscreen_beam.dds
loadscreen_cnc_1.dds
loadscreen_cnc_2.dds
loadscreen_cnc_3.dds
loadscreen_cnc_4.dds

Remove all of these and you should have the original background back..

But none of these actually have the text in, so I guess it must be stored in strings.tbd...


EDIT: nvm, tried removing strings.tbd and still had the cp1 text...


http://steamsignature.com/card/1/76561197975867233.png

[Updated on: Wed, 21 December 2005 08:34]

Report message to a moderator

Re: Quick Question [message #182974 is a reply to message #181958] Wed, 21 December 2005 08:48 Go to previous messageGo to next message
Renx is currently offline  Renx
Messages: 2321
Registered: April 2003
Location: Canada
Karma: 0
General (2 Stars)
Category Moderator
anything added in CP1 is probably in always2.dat, try looking there.

~Canucck

http://www.sloganizer.net/en/style7,Espion.png

Blazer

...RG made me ugly
Re: Quick Question [message #183240 is a reply to message #181958] Fri, 23 December 2005 00:42 Go to previous messageGo to next message
matty3k10 is currently offline  matty3k10
Messages: 95
Registered: January 2005
Location: Michigan
Karma: 0
Recruit
If your trying to edit the text then all you have to do is open up stylemgr.ini in your renegade data folder and make it look like this:


Quote:

;
; STYLEMGR.INI
;
; This .INI file defines the fonts used by the WWUI library
;


[Font File List]
File01=54251___.TTF
File02=ARI_____.TTF


;
; Font names follow this format:
;
; <family_name>, <point_size>, <is_bold>
;
; is_bold is 0 for false and 1 for true
;

[Font Names]
FONT_TITLE=Regatta Condensed LET, 52, 0
FONT_LG_CONTROLS=Arial MT, 12, 1
FONT_CONTROLS=Arial MT, 8, 1
FONT_LISTS=Arial MT, 8, 0
FONT_TOOLTIPS=Arial MT, 8, 0
FONT_MENU=Regatta Condensed LET, 32, 0
FONT_SM_MENU=Regatta Condensed LET, 20, 0
FONT_HEADER=Arial MT, 9, 1
FONT_BIG_HEADER=Arial MT, 12, 1
FONT_CREDITS=Arial MT, 10, 0
FONT_CREDITS_BOLD=Arial MT, 10, 1


FONT_INGAME_TXT=Arial MT, 8, 0
FONT_INGAME_BIG_TXT=Arial MT, 16, 0
FONT_INGAME_SUBTITLE_TXT=Arial MT, 14, 0
FONT_INGAME_HEADER_TXT=Arial MT, 9, 1

;
; Audio entries follow this format:
;
; <wav_filename>, <volume>
;
; volume is a non-normalized percent from 0 to 100
;

[Audio]
AUDIO_CLICK=interface_mouseclick.wav, 60
AUDIO_MOUSEOVER=interface_rollover.wav, 70
AUDIO_BACK=interface_escape.wav, 80
AUDIO_POPUP=interface_alert1.wav, 80


That should make it look like orginal text, I think.


[Updated on: Fri, 23 December 2005 00:43]

Report message to a moderator

Re: Quick Question [message #183273 is a reply to message #181958] Fri, 23 December 2005 07:25 Go to previous messageGo to next message
trooprm02 is currently offline  trooprm02
Messages: 3266
Registered: August 2005
Location: Canada
Karma: 0
General (3 Stars)
Thanks Guys Fixed the job! Big Grin Big Grin Big Grin

Re: Quick Question [message #183556 is a reply to message #181958] Sat, 24 December 2005 14:01 Go to previous messageGo to next message
trooprm02 is currently offline  trooprm02
Messages: 3266
Registered: August 2005
Location: Canada
Karma: 0
General (3 Stars)
Back again.......... Angry
How doesn't anyone know this?
I though this was a common question Huh


Re: Quick Question [message #183588 is a reply to message #181958] Sat, 24 December 2005 17:24 Go to previous messageGo to next message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
tbh I never had any reason to wonder where they put the text for the loadscreen...

http://steamsignature.com/card/1/76561197975867233.png
Re: Quick Question [message #183642 is a reply to message #183240] Sun, 25 December 2005 09:22 Go to previous messageGo to next message
trooprm02 is currently offline  trooprm02
Messages: 3266
Registered: August 2005
Location: Canada
Karma: 0
General (3 Stars)
matty3k10 wrote on Fri, 23 December 2005 01:42

If your trying to edit the text then all you have to do is open up stylemgr.ini in your renegade data folder and make it look like this:


Quote:

;
; STYLEMGR.INI
;
; This .INI file defines the fonts used by the WWUI library
;


[Font File List]
File01=54251___.TTF
File02=ARI_____.TTF


;
; Font names follow this format:
;
; <family_name>, <point_size>, <is_bold>
;
; is_bold is 0 for false and 1 for true
;

[Font Names]
FONT_TITLE=Regatta Condensed LET, 52, 0
FONT_LG_CONTROLS=Arial MT, 12, 1
FONT_CONTROLS=Arial MT, 8, 1
FONT_LISTS=Arial MT, 8, 0
FONT_TOOLTIPS=Arial MT, 8, 0
FONT_MENU=Regatta Condensed LET, 32, 0
FONT_SM_MENU=Regatta Condensed LET, 20, 0
FONT_HEADER=Arial MT, 9, 1
FONT_BIG_HEADER=Arial MT, 12, 1
FONT_CREDITS=Arial MT, 10, 0
FONT_CREDITS_BOLD=Arial MT, 10, 1


FONT_INGAME_TXT=Arial MT, 8, 0
FONT_INGAME_BIG_TXT=Arial MT, 16, 0
FONT_INGAME_SUBTITLE_TXT=Arial MT, 14, 0
FONT_INGAME_HEADER_TXT=Arial MT, 9, 1

;
; Audio entries follow this format:
;
; <wav_filename>, <volume>
;
; volume is a non-normalized percent from 0 to 100
;

[Audio]
AUDIO_CLICK=interface_mouseclick.wav, 60
AUDIO_MOUSEOVER=interface_rollover.wav, 70
AUDIO_BACK=interface_escape.wav, 80
AUDIO_POPUP=interface_alert1.wav, 80


That should make it look like orginal text, I think.





My stylemgr.ini already looks like that, is there anyway to directly change/edit the text?


Re: Quick Question [message #184148 is a reply to message #183642] Fri, 30 December 2005 10:05 Go to previous messageGo to next message
trooprm02 is currently offline  trooprm02
Messages: 3266
Registered: August 2005
Location: Canada
Karma: 0
General (3 Stars)
trooprm02 wrote on Sun, 25 December 2005 10:22

matty3k10 wrote on Fri, 23 December 2005 01:42

If your trying to edit the text then all you have to do is open up stylemgr.ini in your renegade data folder and make it look like this:


Quote:

;
; STYLEMGR.INI
;
; This .INI file defines the fonts used by the WWUI library
;


[Font File List]
File01=54251___.TTF
File02=ARI_____.TTF


;
; Font names follow this format:
;
; <family_name>, <point_size>, <is_bold>
;
; is_bold is 0 for false and 1 for true
;

[Font Names]
FONT_TITLE=Regatta Condensed LET, 52, 0
FONT_LG_CONTROLS=Arial MT, 12, 1
FONT_CONTROLS=Arial MT, 8, 1
FONT_LISTS=Arial MT, 8, 0
FONT_TOOLTIPS=Arial MT, 8, 0
FONT_MENU=Regatta Condensed LET, 32, 0
FONT_SM_MENU=Regatta Condensed LET, 20, 0
FONT_HEADER=Arial MT, 9, 1
FONT_BIG_HEADER=Arial MT, 12, 1
FONT_CREDITS=Arial MT, 10, 0
FONT_CREDITS_BOLD=Arial MT, 10, 1


FONT_INGAME_TXT=Arial MT, 8, 0
FONT_INGAME_BIG_TXT=Arial MT, 16, 0
FONT_INGAME_SUBTITLE_TXT=Arial MT, 14, 0
FONT_INGAME_HEADER_TXT=Arial MT, 9, 1

;
; Audio entries follow this format:
;
; <wav_filename>, <volume>
;
; volume is a non-normalized percent from 0 to 100
;

[Audio]
AUDIO_CLICK=interface_mouseclick.wav, 60
AUDIO_MOUSEOVER=interface_rollover.wav, 70
AUDIO_BACK=interface_escape.wav, 80
AUDIO_POPUP=interface_alert1.wav, 80


That should make it look like orginal text, I think.





My stylemgr.ini already looks like that, is there anyway to directly change/edit the text?



Help Big Grin


Re: Quick Question [message #184803 is a reply to message #183642] Thu, 05 January 2006 14:10 Go to previous messageGo to next message
trooprm02 is currently offline  trooprm02
Messages: 3266
Registered: August 2005
Location: Canada
Karma: 0
General (3 Stars)
trooprm02 wrote on Sun, 25 December 2005 10:22

matty3k10 wrote on Fri, 23 December 2005 01:42

If your trying to edit the text then all you have to do is open up stylemgr.ini in your renegade data folder and make it look like this:


Quote:

;
; STYLEMGR.INI
;
; This .INI file defines the fonts used by the WWUI library
;


[Font File List]
File01=54251___.TTF
File02=ARI_____.TTF


;
; Font names follow this format:
;
; <family_name>, <point_size>, <is_bold>
;
; is_bold is 0 for false and 1 for true
;

[Font Names]
FONT_TITLE=Regatta Condensed LET, 52, 0
FONT_LG_CONTROLS=Arial MT, 12, 1
FONT_CONTROLS=Arial MT, 8, 1
FONT_LISTS=Arial MT, 8, 0
FONT_TOOLTIPS=Arial MT, 8, 0
FONT_MENU=Regatta Condensed LET, 32, 0
FONT_SM_MENU=Regatta Condensed LET, 20, 0
FONT_HEADER=Arial MT, 9, 1
FONT_BIG_HEADER=Arial MT, 12, 1
FONT_CREDITS=Arial MT, 10, 0
FONT_CREDITS_BOLD=Arial MT, 10, 1


FONT_INGAME_TXT=Arial MT, 8, 0
FONT_INGAME_BIG_TXT=Arial MT, 16, 0
FONT_INGAME_SUBTITLE_TXT=Arial MT, 14, 0
FONT_INGAME_HEADER_TXT=Arial MT, 9, 1

;
; Audio entries follow this format:
;
; <wav_filename>, <volume>
;
; volume is a non-normalized percent from 0 to 100
;

[Audio]
AUDIO_CLICK=interface_mouseclick.wav, 60
AUDIO_MOUSEOVER=interface_rollover.wav, 70
AUDIO_BACK=interface_escape.wav, 80
AUDIO_POPUP=interface_alert1.wav, 80


That should make it look like orginal text, I think.





My stylemgr.ini already looks like that, is there anyway to directly change/edit the text?



Help Big Grin


Re: Quick Question [message #188741 is a reply to message #184803] Tue, 07 February 2006 00:56 Go to previous messageGo to next message
Xylaquin is currently offline  Xylaquin
Messages: 254
Registered: December 2004
Location: Scotland, UK
Karma: 2
Recruit
bump, i also want the old text back.
Re: Quick Question [message #188772 is a reply to message #181958] Tue, 07 February 2006 12:31 Go to previous messageGo to next message
Ma1kel is currently offline  Ma1kel
Messages: 956
Registered: July 2005
Location: Kingdom of the Netherland...
Karma: 0
Colonel
CP2 fixes that.

Re: Quick Question [message #189001 is a reply to message #181958] Wed, 08 February 2006 18:05 Go to previous message
Areilius is currently offline  Areilius
Messages: 26
Registered: October 2005
Karma: 0
Recruit
I got the old text back by replacing strings.tdb in the data directory with the strings.tdb in always.dat.

I dont know much about modding or how renegade works so doing this might set your computer on fire. Well it worked for me.

If you want to CHANGE the text, open Leveledit,
create some mod package like "test",
go to Strings>Edit Table,
Click the "LOAD" tab,
and edit the things you want (see pic).
THEN, copy the strings.tdb out of the mod package's directory (for me it was C:\Program Files\RenegadePublicTools\LevelEdit\test\ALWAYS\TranslationD B\strings.tdb)
and paste in your data directrory (overwrite old one).

I just re-tested both methods and they worked for me...
Someone correct me if i'm wrong.

index.php?t=getfile&id=692&private=0
  • Attachment: strings.jpg
    (Size: 120.06KB, Downloaded 230 times)
Previous Topic: I need someone to help me write a readme file for Core Patch 2
Next Topic: Core Patch 2 on Linux
Goto Forum:
  


Current Time: Sun Apr 28 13:35:13 MST 2024

Total time taken to generate the page: 0.00922 seconds