"Preparing to-Freelancer, Alpha 1" and other bugs (help!)
-
I think I’m experiencing a bug and I’d like to know if you’re experiencing it too and if it can be fixed. When a hostile NPC would normally say, “Preparing to take on Freelancer, Alpha 1”, all I really get is “Preparing to-Freelancer, Alpha 1”. All of the other hostile pre-fight lines are fine. It’s just this one where “take on” is completely missing and it jumps straight to “Freelancer, Alpha 1”. When an NPC is about to fight another NPC though, they have no problem saying “take on”.
A couple of other bugs I have are, Battleship Essex (in the Dublin system) is labeled “Armed Forces Station”, except for on the map. It’s labeled Battleship Essex on the map. When I press F9 on it or click the question mark just to get more information, I don’t get anything other than the class, crew and armament - the latter two showing as classified. It’s as if I’ve never even been there even though I’ve been there dozens of times. I found some YouTube videos of people flying toward Battleship Essex and sure enough, it’s labeled Battleship Essex just as I remember.
In Dresden, the NPCs always incorrectly call Border Station Pirna by the name of the Hession base “Vogtland”. The base itself always calls itself by the correct name, Border Station Pirna. So, only the NPCs are calling it Vogtland.
Everything else seems to be ok. Are these bugs that I can fix, or should I just reinstall Freelancer? My reason for not just reinstalling Freelancer in the first place is, I don’t have the CD. Instead, I have a rather complicated way of installing it. heh At the moment, I don’t even remember how I installed it and I’m not going to make an attempt to remember how unless I learn that it’s the only way for these bugs to be fixed, the first of which can be a bit distracting at times.
Thank you for looking!
-
“Preparing to take on” appears to be a single audio file ([c]gcs_combat_engaging_02+[/c]), so that’s a weird problem. Essex could perhaps be an issue with a save. No idea about Pirna/Vogtland.
I don’t think it will really help, but given your situation, something to try would be installing JFLP - that will update the ini files and text resources. While you’re at my site, grab [c]SP from MP[/c] or one of my saves, along with [c]Console[/c], then you can enter [c]b Essex[/c] and see if that makes a difference.
-
adoxa wrote:
“Preparing to take on” appears to be a single audio file ([c]gcs_combat_engaging_02+[/c]), so that’s a weird problem.That makes sense since the only time we hear “Preparing to” is when they say “Preparing to take on…”. So now I need to figure out why it stops just after “preparing to” and immediately jumps to “Freelancer, Alpha 1”.
adoxa wrote:
Essex could perhaps be an issue with a save. No idea about Pirna/Vogtland.I don’t think it will really help, but given your situation, something to try would be installing JFLP - that will update the ini files and text resources. While you’re at my site, grab [c]SP from MP[/c] or one of my saves, along with [c]Console[/c], then you can enter [c]b Essex[/c] and see if that makes a difference.
I might give this a try! Should I move any files to a safe place so they’re not overwritten just in case I want to revert this back to the way it was before?
-
Should I move any files to a safe place so they’re not overwritten just in case I want to revert this back to the way it was before?
It’s a patch to replace the files, so I would say no, but of course it’s ultimately up to you (besides, if you need to reinstall anyway…). The one thing it does that people seem to dislike is reducing the jump time, so at the least you may want to preserve [c]DATA\FX\jumpeffect.ini[/c].
-
TwoCables wrote:
A couple of other bugs I have are, Battleship Essex (in the Dublin system) is labeled “Armed Forces Station”, except for on the map. It’s labeled Battleship Essex on the map. When I press F9 on it or click the question mark just to get more information, I don’t get anything other than the class, crew and armament - the latter two showing as classified. It’s as if I’ve never even been there even though I’ve been there dozens of times. I found some YouTube videos of people flying toward Battleship Essex and sure enough, it’s labeled Battleship Essex just as I remember.
I fixed this bug a while ago. It has something to do with base and dock_with in br05.ini. Open br05.ini in UNIVERSE\SYSTEMS\BR05 folder, look for
[Object] nickname = Br05_04 ```and add
base = Br05_04_Base
dock_with = Br05_04_Base
EDIT: you need the decompressed version of Br05.ini, if you cannot find it, post here 'NOTHER EDIT: Oh yea, about Pirna/Vogtland, this is vanilla too, has something to do with gcs_refer, but seems to be hardcoded. I never found any attempts to edit these, even the most advanced mods I downloaded didn't change gcs_refer for their new system
-
Occam’s razor - after listening to all the pilots (but just Pirna/Vogtland, I’m not that keen!), [c]pilot_f_leg_m01[/c] has them swapped. The fix would require editing [c]DATA\AUDIO\pilot_f_leg_m01.utf[/c] and swapping [c]0x809CF08A[/c] with [c]0x9A5CFD0A[/c]. i.e.:
File: pilot_f_leg_m01.utf 0000D7: "9A5CFD0" [ "809CF08" ] 000DF2: "809CF08" [ "9A5CFD0" ]
-
I don’t have time to post replies yet, but I just came here to say that I just heard “Preparing to Corsairs, Kappa 10” and “Preparing to Hessians, Omega 8” (and many others now). So, it’s not just the ones that are directed at me.
Either I’ve never noticed this before, or something’s wrong.
-
Could the duration attribute in Audio/voices_space_*.ini for the corresponding [Sound] block be too short? Just a guess, I only have the SDK lying around right now, so I can’t really test.
-
Occam’s razor again.
# These three pilots have truncated audio files - what should be "Preparing to # take on" is just "Preparing to". This replaces them with "I'm taking on" # (gcs_combat_engaging_02+ -> gcs_combat_engaging_01+). # Jason Hood, 16 November, 2015. File: pilot_f_ill_m02.utf 007A38: 54F11C00 80090000 7F090000 7F09 [ 8C121D00 10070000 0C070000 0C07 ] File: pilot_f_ill_m02a.utf 007A0C: F4A61C00 80090000 7F090000 7F09 [ 2CC81C00 10070000 0C070000 0C07 ] File: pilot_f_ill_m02b.utf 007A0C: 7C9A1C00 80090000 7F090000 7F09 [ B4BB1C00 10070000 0C070000 0C07 ]