Unofficial Patch v2.6.
Unofficial Patch v2.6.
Unofficial Patch v2.6
Congrats on v2.6 Wesp, you ROCK! :StandingOvation:
Down to 2 actually bug fixes, the rest were balance changes, so this could be the last, final, Finito!
Don't forget to check out the new patch, if you have any problems please post them here.
Congrats on v2.6 Wesp, you ROCK! :StandingOvation:
Down to 2 actually bug fixes, the rest were balance changes, so this could be the last, final, Finito!
Don't forget to check out the new patch, if you have any problems please post them here.
Trust me, most of the names I have been called you can't translate in any language...they're not even real words as much as a succession of violent images.
- Anaximander
- Posts: 367
- Joined: Wed Apr 27, 2005 4:47 pm
- Location: The City of Sin
- Contact:
- Anaximander
- Posts: 367
- Joined: Wed Apr 27, 2005 4:47 pm
- Location: The City of Sin
- Contact:
Bug found. To fix the bug that caused Yukie's quest to be reset if you spoke to Ming again, they changed a variable name from G.Ming_Zygaena to G.Ming_Ziggy. The game checks to see if G.Ming_Zygaena is equal to 1, and if so, Zygaena appears in the Red Dragon. As a result of the change in the variable name, the game is now looking for a variable that no longer exists and thus Zygaena no longer appears in the Red Dragon.
In my game, I just opened the console and manually set G.Ming_Zygaena to 1. Worked like a charm. Ziggy popped up just as he was supposed to.
In my game, I just opened the console and manually set G.Ming_Zygaena to 1. Worked like a charm. Ziggy popped up just as he was supposed to.
".... for I had seen the Human face of the Vampires, and now I beheld the monstrousness of these Men..."
- yrthwyndandfyre
- Posts: 786
- Joined: Tue Feb 15, 2005 2:30 am
- Location: 100 Miles up the butt of the world
- Contact:
[QUOTE=Anaximander]Bug found. To fix the bug that caused Yukie's quest to be reset if you spoke to Ming again, they changed a variable name from G.Ming_Zygaena to G.Ming_Ziggy. The game checks to see if G.Ming_Zygaena is equal to 1, and if so, Zygaena appears in the Red Dragon. As a result of the change in the variable name, the game is now looking for a variable that no longer exists and thus Zygaena no longer appears in the Red Dragon.
In my game, I just opened the console and manually set G.Ming_Zygaena to 1. Worked like a charm. Ziggy popped up just as he was supposed to.[/QUOTE]
Technically, then, that's not a fix. It's a kludge. But, anyhow, bug 1 found, so here I wait for 2.7. Thank you, world of voluntary Beta testers!
In my game, I just opened the console and manually set G.Ming_Zygaena to 1. Worked like a charm. Ziggy popped up just as he was supposed to.[/QUOTE]
Technically, then, that's not a fix. It's a kludge. But, anyhow, bug 1 found, so here I wait for 2.7. Thank you, world of voluntary Beta testers!
Sic gorgiamos allos subjectatos nunc
(The Addams family motto: Gladly we feast on those who would subdue us)
Do not meddle in the affairs of Dragons, for you are crunchy, and good with Ketchup.
(The Addams family motto: Gladly we feast on those who would subdue us)
Do not meddle in the affairs of Dragons, for you are crunchy, and good with Ketchup.
- Anaximander
- Posts: 367
- Joined: Wed Apr 27, 2005 4:47 pm
- Location: The City of Sin
- Contact:
- Anaximander
- Posts: 367
- Joined: Wed Apr 27, 2005 4:47 pm
- Location: The City of Sin
- Contact:
[QUOTE=Anaximander]G.Ming_Zygaena = 1
After setting the variable, Zygaena will appear the next time you enter the Red Dragon. The script that checks if he should be there or not runs on entry.[/QUOTE]
Is this a correction that has to be done each time you play, or each time you log in? Is there a way to fix it for good, or will we need to wait until the next patch?
Alos, I hope your discovery was forwarded to Wesp (wink).
After setting the variable, Zygaena will appear the next time you enter the Red Dragon. The script that checks if he should be there or not runs on entry.[/QUOTE]
Is this a correction that has to be done each time you play, or each time you log in? Is there a way to fix it for good, or will we need to wait until the next patch?
Alos, I hope your discovery was forwarded to Wesp (wink).
Sine Pyramide nihil sumus
[url="http://archon-jonus.livejournal.com"]Jonus' Chaos[/url]
[url="http://archon-jonus.livejournal.com"]Jonus' Chaos[/url]
[QUOTE=Anaximander]G.Ming_Zygaena = 1
After setting the variable, Zygaena will appear the next time you enter the Red Dragon. The script that checks if he should be there or not runs on entry.[/QUOTE]
Nope, that does not work with my version of the game. It says "Unexpected EOF".
But G.Ming 1 works perfectly.
greetz,
nemini
After setting the variable, Zygaena will appear the next time you enter the Red Dragon. The script that checks if he should be there or not runs on entry.[/QUOTE]
Nope, that does not work with my version of the game. It says "Unexpected EOF".
But G.Ming 1 works perfectly.
greetz,
nemini
- Anaximander
- Posts: 367
- Joined: Wed Apr 27, 2005 4:47 pm
- Location: The City of Sin
- Contact:
The command G.Ming 1 is meaningless. You just created a variable named G.Ming and entered the number 1. No value was assigned to the variable. G.Ming is not a variable checked by any script or dialogue option. Did you check to see if Zygaena showed up?
[quote="Jonus]Is this a correction that has to be done each time you play"]
To fix it, you'd have to edit the file ~\Vampire\dlg\main characters\mingxiao.dlg. Replace all instances of G.Ming_Ziggy with G.Ming_Zygaena. That'll should do it. Alternatively, you can edit the map file (if you have vpk tool), and change the reference to the G.Ming_Zygaena variable there. I don't recommend fiddling with your map files, though, as weird things can happen.
Wesp is now aware of this, and it will be corrected in 2.7
[quote="Jonus]Is this a correction that has to be done each time you play"]
To fix it, you'd have to edit the file ~\Vampire\dlg\main characters\mingxiao.dlg. Replace all instances of G.Ming_Ziggy with G.Ming_Zygaena. That'll should do it. Alternatively, you can edit the map file (if you have vpk tool), and change the reference to the G.Ming_Zygaena variable there. I don't recommend fiddling with your map files, though, as weird things can happen.
Wesp is now aware of this, and it will be corrected in 2.7
".... for I had seen the Human face of the Vampires, and now I beheld the monstrousness of these Men..."
It's best to wait for the next patch, unless you can get Anaximander's fix to work, Jonus.
SInce the fix list is getting smaller and smaller Wesp generally waits a couple of days to see if problems show up, so it won't be too long and yes Anaximander reported it to Wesp.
Anaximander sounds like your fix did work for nemini, but he got confused about when/how it worked after entering the command.
nemini, Anaximander is correct that, G.Ming 1 doesn't exist, well except on your machine now (it won't hurt anything ) remember you probably actually have to reenter Red Dragon a couple of times to make sure.
Please noone try to change your map, to fix this, Anaximander was just trying to be through in the list of choices, heh.
SInce the fix list is getting smaller and smaller Wesp generally waits a couple of days to see if problems show up, so it won't be too long and yes Anaximander reported it to Wesp.
Anaximander sounds like your fix did work for nemini, but he got confused about when/how it worked after entering the command.
nemini, Anaximander is correct that, G.Ming 1 doesn't exist, well except on your machine now (it won't hurt anything ) remember you probably actually have to reenter Red Dragon a couple of times to make sure.
Please noone try to change your map, to fix this, Anaximander was just trying to be through in the list of choices, heh.
Trust me, most of the names I have been called you can't translate in any language...they're not even real words as much as a succession of violent images.
- Anaximander
- Posts: 367
- Joined: Wed Apr 27, 2005 4:47 pm
- Location: The City of Sin
- Contact:
Hehehehe. I've messed around with the map files myself a few times. Things get.... interesting. Objects appearing in random places, or floating in the air. All NPC AI being completely disabled. Doors ceasing to work. All NPC's being given Kindred status, rendering you unable to feed on them. All NPC's being reduced to 1 life point. Jeanette growling and moaning like a zombie.... The list goes on.
And the only way to fix it is to extract the original map file from the appropriate .vpk again. As Acleacius says, I was only making my explanation thorough.
And the only way to fix it is to extract the original map file from the appropriate .vpk again. As Acleacius says, I was only making my explanation thorough.
".... for I had seen the Human face of the Vampires, and now I beheld the monstrousness of these Men..."