patch: America's Most Haunted (Spooky Pinball 2014)_Bigus(MOD)2.0#243
Open
francisdb wants to merge 5 commits intojsm174:masterfrom
Open
patch: America's Most Haunted (Spooky Pinball 2014)_Bigus(MOD)2.0#243francisdb wants to merge 5 commits intojsm174:masterfrom
francisdb wants to merge 5 commits intojsm174:masterfrom
Conversation
Contributor
Author
|
@jsm174 ready to squash and merge But users will have to do the vpx modification, added a readme. |
Can you calrify the method ?
This is correct ? |
Contributor
Author
I think so, I tried finding the timer by clicking on the round things next to the table. Does it not work for you? |
26b155d to
0b0b25e
Compare
Contributor
|
Hey @francisdb, can I do that Timer renaming on Linux? |
Contributor
Author
|
You should be able to do it using |
Contributor
Author
|
This version has the same issues: https://vpuniverse.com/files/file/8969-vr-room-americas-most-haunted-spooky-pinball-2014/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://www.vpforums.org/index.php?app=downloads&showfile=15647
This one is a mess and requires renaming a timer in the actual vpx file.
The timer
Timerconflicts with the VBScript Timer function and should be renamed toGameTimer.Then further some UltraDMD files need to be renamed to be fully uppercase:
America's Most Haunted.UltraDMD/waz[0-26].gifSome more missing files
Had to fix some issues with automatic string to number conversion as the script expects a
Longand wine vbscript seems to useIntegercausing overflow errors. https://bugs.winehq.org/show_bug.cgi?id=56280Another bug where strings containing numbers are not parsed to numbers: https://bugs.winehq.org/show_bug.cgi?id=56281