Renegade Projects Network Forums
RPCE #0050 - Printable Version

+- Renegade Projects Network Forums (https://forums.renegadeprojects.com)
+-- Forum: Inject the Battlefield (https://forums.renegadeprojects.com/forumdisplay.php?fid=60)
+--- Forum: News from the Battlefield (https://forums.renegadeprojects.com/forumdisplay.php?fid=20)
+--- Thread: RPCE #0050 (/showthread.php?tid=708)

Pages: 1 2


RPCE #0050 - VK - 26.03.2007

Rock Patch Celebration Edition Revision #0050
Changes:
*Added new cmd line switch.
*Now additional CSF files are working correct.
*You must use stringtableXX.csf or strtbl*.csf files.

Download it here:
http://files.renegadeprojects.com/Rock%20The%20Battlefield/RockPatch_CE_Half_Hundred.exe

Also Rock Patch Offline Help Update 8 comes!
Download it here:
http://files.renegadeprojects.com/Rock%20The%20Battlefield/RockPatchCEHelp.zip


RE: RPCE #0050 - TheMan - 26.03.2007

cool, now can you choose between stringtableXX or strtbl Smile
I wish droppod was fixed in this rivision to...


RE: RPCE #0050 - VK - 26.03.2007

Quote:I wish droppod was fixed in this rivision to...
go to Wish List and put it there Smile
However if you start reminding me about DropPod in each post, I simple never fix it Smile


RE: RPCE #0050 - El D34dlyto - 27.03.2007

You are finally on the right track Pitr. Smile


RE: RPCE #0050 - pd - 27.03.2007

CnCVK Wrote:Added new cmd line switch.
Like what one?

CnCVK Wrote:You must use stringtableXX.csf or strtbl*.csf files.
must?


RE: RPCE #0050 - Bobingabout - 27.03.2007

he says in the 1.10 preview that you should no longer use RA2MD.CSF, however i've seen that it works fine if you use it. he may be planning to change that for 1.10, and unlike before with the pointless tag changes, is giving people a headsup.


RE: RPCE #0050 - Blade - 27.03.2007

The game will have to use RA2MD.csf to maintain compatibility with original YR, but it might be that if you use new stringtables, RA2MD.csf will be ignored. More information on how this will work is needed.


RE: RPCE #0050 - VK - 27.03.2007

You must choose your mod style:
1)Original YR (which will be 90% working on RP)
2)RP-based (which don't work on original YR at all)
No more, like: "If you run a mod and tried to build a building and have happen IE, so you should install RP"

If you choose first, you can use RA2MD.CSF of course.
If you choose second, you must use stringtableXX.csf or strtbl*.csf.
Why you really need to copy a whole RA2MD.CSF (~500kb)?
When you can simple add another csf file.
Also you can find any string very fast, because you will have only ~100 strings instead of 174Dh Big Grin

Quote:Like what one?
-OUTMISSINGSTRS

more info in RPCE Offline help Update 8.


RE: RPCE #0050 - pd - 28.03.2007

CnCVK Wrote:more info in RPCE Offline help Update 8.
shame, cause I won't download that...
there's a modding encyclopedia with special RP sites for a reason, you know.

I don't like that strict original <-> RP separation.
the main incompability problems with RP are caused by dumb tag name changes and the like.
If a modder can't tell people which RP version will be required in order to play his mod, he's a bad one, IMO.


RE: RPCE #0050 - Bobingabout - 28.03.2007

PD Wrote:If a modder can't tell people which RP version will be required in order to play his mod, he's a bad one, IMO.
I'm just sticking with "RPCE #0043 or later". they all apear to work with my latest beta.


RE: RPCE #0050 - VK - 28.03.2007

Quote:here's a modding encyclopedia with special RP sites for a reason, you know.
I will update it Smile

Quote:I don't like that strict original <-> RP separation.
But I like Smile

Quote:If a modder can't tell people which RP version will be required in order to play his mod, he's a bad one, IMO.
he should include original RP installer.


RE: RPCE #0050 - Bobingabout - 29.03.2007

well, for the people who don't like the original/RP seperation, they can simply not use the UseRockPatch tag thing.

gives people an option


RE: RPCE #0050 - Guest - 29.03.2007

okay, how do I report a bug in the bug tracker?


RE: RPCE #0050 - DCoder - 29.03.2007

Bug Tracker > "Report Issue" > Select "RockPatch" as the project.


RE: RPCE #0050 - VK - 29.03.2007

Quote:well, for the people who don't like the original/RP seperation, they can simply not use the UseRockPatch tag thing.
if you don't set UseRockPatch=yes some part of code will be turned off and game will work faster and safely.

two ways:
1) mod for Rock Patch
UseRockPatch=yes
<some tag>=<special value for RP>

2) mod for original YR
UseRockPatch=no (or this tag is missing at all)
<some tag>=<normal YR value>

so if you try to run RP mod on original YR, you will have IE, because <some tag>'s value is bad.