If I load darth vader on gcw, he doesn't have animations and
crashes sometimes or is Buggy and so on...
So, is this a common Problem? and could it be fixed?
Also the sounds of the empire rifles aren't Playing on cw,
could that also be fixed?
GCW sounds etc. on cw?
Moderator: Moderators
-
RacoonLR
- Second Lance Corporal

- Posts: 105
- Joined: Fri Apr 25, 2014 5:31 pm
- xbox live or psn: No gamertag set
- Location: UNDER YOUR BED
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: GCW sounds etc. on cw?
Try adding this (using stock coruscant as an example):
Right under this:
Remove the number if it's a mod map.
Note: This was tested in SWBF1 but not SWBF2, but it SHOULD work the same way.
Code: Select all
ReadDataFile("sound\\cor.lvl;cor1gcw");Code: Select all
ReadDataFile("sound\\cor.lvl;cor1cw");Note: This was tested in SWBF1 but not SWBF2, but it SHOULD work the same way.
-
RacoonLR
- Second Lance Corporal

- Posts: 105
- Joined: Fri Apr 25, 2014 5:31 pm
- xbox live or psn: No gamertag set
- Location: UNDER YOUR BED
Re: GCW sounds etc. on cw?
Yea... I knew that but it doesn't add the weapon sounds for some reason...commanderawesome wrote:Try adding this (using stock coruscant as an example):Right under this:Code: Select all
ReadDataFile("sound\\cor.lvl;cor1gcw");Remove the number if it's a mod map.Code: Select all
ReadDataFile("sound\\cor.lvl;cor1cw");
Note: This was tested in SWBF1 but not SWBF2, but it SHOULD work the same way.
Also do you know why vader has now Animation and is Buggy on cw?
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: GCW sounds etc. on cw?
Doing this will not work because it will run WAY over the game's sound memory limit.commanderawesome wrote:Try adding this (using stock coruscant as an example):Right under this:Code: Select all
ReadDataFile("sound\\cor.lvl;cor1gcw");Remove the number if it's a mod map.Code: Select all
ReadDataFile("sound\\cor.lvl;cor1cw");
