anbotero / deus-ex-human-renovation

Automatically exported from code.google.com/p/deus-ex-human-renovation
0 stars 0 forks source link

Error in variable interpolation #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In UNATCO HQ, go to the spare-time room with the big television in Level 2.
2. Go to the room where Anna and Gunther initially are.
3. Use the machines to get some soda.

What is the expected output? What do you see instead?
- Expected: “2 credits deducted from your account.”
- Instead: “%d credits deducted from your account.”

What version of the product are you using? On what operating system?
- v1.112fm, Game of the Year Edition from GOG.com.
- Windows 7 Professional, 32-bit.

Please provide any additional information below.
- I like your patch, yay!
- I don’t know if it is always 2 credits for all cases, in all machines, in 
every mission (I’m just starting, so these are the only ones I’ve tried), 
or if it is really getting the value from a variable.
- Keep it up!

Original issue reported on code.google.com by maxzag...@gmail.com on 18 Oct 2012 at 5:52

GoogleCodeExporter commented 9 years ago
Looks like it’s the same for the cigarette machine. 

Original comment by maxzag...@gmail.com on 18 Oct 2012 at 7:57

GoogleCodeExporter commented 9 years ago
I haven't been able to reproduce this bug. It doesn't seem to happen to me, and 
I really don't see why it would, so it's very strange that you've encountered 
it. Did you start the game from scratch or did you load an old save after 
updating/installing the mod?

If you figure out how to reproduce this behavior, let me know.

Original comment by lemong...@gmail.com on 27 Dec 2012 at 8:15

GoogleCodeExporter commented 9 years ago
I’ve installed other modifications (all of them graphics, if I remember 
right), but I’m not at home right now. I’ll try later just installing the 
game and then applying the patch. Have you tried your patch with the GOG 
edition?

Thanks!

Original comment by maxzag...@gmail.com on 13 Jan 2013 at 11:55

GoogleCodeExporter commented 9 years ago
I haven't tried this with the GOG version, but I believe the GOG version is 
identical to the GOTY edition. If and when you get the chance, let me know 
which other mods you had installed, and whether or not you had patched your 
game before (version 1.112fm, which it should say in the game's main menu). I 
still have no idea why this would happen, much less why it would be 
reproducible, so any information helps!

Original comment by lemong...@gmail.com on 21 Feb 2013 at 6:53

GoogleCodeExporter commented 9 years ago
Sounds like a Shifter bug. Shifter changes the message to a variable so you can 
specify (in code/via editor) how many credits you want a given machine to cost. 
The message should be found in DeusEx.int. So if you are using Shifters 
DeusEx.int you'll get his strings, and since there is no code to do formatting 
of the string it looks like that.

Original comment by bjorn980...@gmail.com on 9 Apr 2014 at 11:19