Forum topic replies
Borb has posted 133 times.
Princi-Pal Question
Posted on (5 years ago)
If you get into a different vehicle, the objective does not progress. The objective for this stage is as follows: AddObjective("getin", "skinn_v" ); SetObjTargetVehicle("current"); CloseObjective(); It would appear that adding a vehicle name as an argument forces the player to have to enter that par...
Switching music?
Posted on (5 years ago)
Adding a new post just so I'm sure you see this, those two regions should appear as follows. <Region Name="Sunday_Drive_region" Volume="1"> <Layer Name="l" Constant="true" Volume="1"> <LogicRepeatEvent> <StreamEvent Name="Marge_Mission01b_Main" /> </LogicRepeatEvent> </Layer> </Region> <Region Name=...
Switching music?
Posted on (5 years ago)
I'm not entirely sure if this is it, but I would recommend you remove those blank lines you've got there.
Switching music?
Posted on (5 years ago)
"copied each of these over the original orch_chase things" I should have said this in my original response; with RSD file information, you should add rather than replace. For example, L4M3 and L4M7 both use Marge_Mission01b_Main.rsd, so replacing the RSD file information when modifying music in M3 w...
Switching music?
Posted on (5 years ago)
Starting out, you'll want to use the RMS Builder to get XML versions of L1 and L7's files. Then you open l7_music.xml and search the document for this area. <Region Name="M2_main_region" Volume="1"> <Layer Name="l" Constant="true" Volume="1"> <LogicRepeatEvent> <StreamEvent Name="UFO_Main" /> </Logi...
Wheels Out Of Place In Custom Car
Posted on (5 years ago)
You're using the Zombie Car as a base, the joint positions are forced through "PTRN_zombi_v" (Animation). You'll have to make the same changes to the TRAN channels inside the animation groups as you made to the skeleton joints.
Slithery Sleuthing Glitch (?)
Posted on (5 years ago)
I think he would have to fail to drop it altogether for you to lose the race.
Slithery Sleuthing Glitch (?)
Posted on (5 years ago)
If you just avoid picking up the third item, it should trigger the race condition. EDIT: My mistake, it would appear that he actually has to not drop it in order for this to work. If you don't collect it, it says you failed to collect the item.
Slithery Sleuthing Glitch (?)
Posted on (5 years ago)
No, it didn't load the wrong text. In addition, what I've heard suggests this can happen in the final game as well. There's a race condition on that stage, so if Snake either doesn't drop the third item or reaches the Observatory before you pick it up, you fail the mission.
Repack changed files to RCF
Posted on (5 years ago)
In order to repack an RCF, which you would in fact have to do to use mods on the PS2 release, you would use Lucas' Radcore Cement Library Builder. However, you can't do anything related to sound files because the PS2 release uses RSD4VAG, a format that Lucas' tools don't read. To learn more about th...