Game not playable as game.html?
-
Hello i have Extracted the Game Vivaldia allmost as Files.
But as game.html is this not Playable.Game come from https://www.porcelainfortress.com
Start: -> vivaldi://gameAnd the Soundtrack can i extracted, But no Player > Vlcplayer or else can play the .ogg files.
Question:
How can i save the .ogg Files as Original so i can play the Good Music in my Favorite Music Player ?
Vivaldi Browser can not save Automaticaly the .ogg Files. Do Open as Browser html, This is wrong.C:\Users*User*\AppData\Local\Vivaldi\Application\3.4.2066.76\vivaldi.dll
Hexeditor -> assets/Audio/music1.oggResources Extract in Vivadi Browser with Extra Developer Tool, Media, Strg + S
New Tab -> Extra Developer Tool -> Examine -> Networkchrome://game/assets/Audio/music1.ogg
chrome://game/android-chrome-256x256.png
chrome://game/android-chrome-192x192.png
chrome://game/map.tmx
chrome://game/assets/BGs.tsx
chrome://game/vivaldia-main.js
chrome://game/assets/Audio/hit1.ogg
chrome://game/assets/Audio/powerup1.ogg
chrome://game/assets/Audio/shoot1.ogg
chrome://game/assets/Audio/shoot2.ogg
chrome://game/assets/Audio/jump1.ogg
chrome://game/assets/Audio/beep1.ogg
chrome://game/assets/Audio/crash1.ogg
chrome://game/assets/Audio/explosion1.ogg
chrome://game/assets/Audio/coin1.ogg
chrome://game/assets/Audio/silent.ogg
chrome://game/assets/Audio/introHit.ogg
chrome://game/assets/Audio/glitch1.ogg
chrome://game/assets/Audio/glitch2.ogg
chrome://game/assets/Audio/glitch3.ogg
chrome://game/assets/Audio/glimmer.ogg
chrome://game/assets/Audio/whoosh.ogg
chrome://game/assets/Audio/tonyYay.ogg
chrome://game/assets/Audio/deflect1.ogg
chrome://game/assets/Audio/teleport1.ogg
chrome://game/assets/interface/button-stick.png
chrome://game/assets/interface/button-shots.png
chrome://game/assets/interface/button-arrow-left-right-down.png
chrome://game/assets/interface/button-arrow-up.png
chrome://game/assets/interface/button-shot-front.png
chrome://game/assets/interface/button-shot-45-angle.png
chrome://game/assets/interface/button-shot-up.png
chrome://game/assets/interface/select-controller1.png
chrome://game/assets/interface/select-controller2.png
chrome://game/assets/interface/fullscreen-toggle.pngand more...
-
@gantnerer What is this "Hexeditor" you use to access the game assets?
The
chrome://
URLs are special and so not detected as the correct file type. What works is to first double-click the file in the Network tab, which opens it in a new tab as plain data. Then open Devtools in that page, and you can save the file from the Sources tab. Or do Ctrl+R and save it from the Network tab.Really tedious, but it's what needs to be done, unless you have another idea?
-
I have Finished the Game outside from Vivaldi Browser with Cheats.
-
Sourceocde Download
https://vivaldi.com/source/vivaldi-source_3.4.2066.tar.xz
Game here: vivaldi-source\ui\webui\game\ extract to -
Install Xampp, only Apache is needed
extract to C:\xampp\htdocs
Cheat Edit: vivaldia-worker.js, Search for
vivaldia-worker.js -> this._maxLives=oe._spectator?100:3 // 3 = Lives
0==this._lives?this._killPlayer() -> 99==this._lives?this._killPlayer()Edit Windows host file: C:\WINDOWS\system32\drivers\etc\hosts
with: 127.0.0.1 www.vivaldia.deStart Error with Firefox -> OffscreenCanvas ?
https://caniuse.com/#feat=offscreencanvasFirefox 82-83: (not Playable)
Can be enabled via the
about:config, gfx.offscreencanvas.enabled
flag. Currently only supports
WebGL contexts, not 2D.Ready ok to Play:
Opera from v71
Chrome from v87-89
Chrome Android from v85
Edge from v86Start Your Favorite Browser (no Firefox) and use Url: www.vivaldia.de Have Fun.
I think Vivaldi Browser have Pay Money for this Funny Game.
And no one should do Play this Game outside off Vivaldi Browser.
The Game is probably intended to spread the browser more quickly,
Like the Surf Game in the Microsoft Edge Browser.Have a Nice Day, Gantnerer
PS: And therefore Supported the Builders Community of Vivaldi Browser and do not the same I do.
The End of the Game:
-
-
@Pathduck said in Game not playable as game.html?:
What is this "Hexeditor" you use to access the game assets?
A hex editor is sort of like a special kind of text editor, except instead of editing files encoded as plain text, you're editing binary files encoding in hex. There are standalone hex editors, online hex editors, and plugins/add-ons for various text editors/IDEs that enable hex editing inside those tools.
I don't know what you prefer to use, but here are a big of open source projects on GitHub
-
@BoneTone I know what a hex editor is
I was just wondering how the user was able to view the game assets in a compiled DLL file using a "hex editor". Probably they mean something like a resource extractor. -
@Pathduck My sarcasm meter was at like 67%, so I erred on the side of sharing info. I suppose it'll help readers who didn't know.
-
Hello, Thank @Gwen-Dragon. For your Words, I think Mod do Delete my Thread.
Have use Aborange Searcher 3.01 latest Freeware, 7zip, Hexworkshop
Searcher can search in Files (WinXP like).Have a Nice Day
Gantnerer -
Last One for Fun:
From Microsoft Edge Browser the Buildin Game S.U.R.F
I have extracted the Game from Source but I did not manage to start the game playable but another user:Microsoft Edge Sourcecode
https://www.microsoftedgeinsider.com/de-de/
https://thirdpartysource.microsoft.com/ Search: Microsoft Edgehttps://github.com/jackbuehner/MicrosoftEdge-S.U.R.F.
https://surf.jackbuehner.com
Original Start: -> edge://surf
Ninjacat: โ โ โ โ โ โ โ โ b a -
@gantnerer said in Game not playable as game.html?:
Please add
<>
around this URL, otherwise the forum removes the last.
from it:<https://github.com/jackbuehner/MicrosoftEdge-S.U.R.F.>
โ https://github.com/jackbuehner/MicrosoftEdge-S.U.R.F. -
@gantnerer said in Game not playable as game.html?:
Ninjacat: โ โ โ โ โ โ โ โ b a
Also known as the Konami Code
-
@potmeklecbohdan said in Game not playable as game.html?:
Please add <> around this URL, otherwise the forum removes the last . from it:
Or you can use markdown to create links:
[Text of link goes here](https://example.com "Title goes here")
Results in:
Text of link goes here -
@BoneTone said in Game not playable as game.html?:
Or you can use markdown to create links
The
<>
way is also MD. -
@potmeklecbohdan Right, but it's just URL. Using the other syntax allows you to turn text into a link and also apply the title attribute if desired, both of which can improve accessibility and the user's understanding of what the link is.
-
This post is deleted! -
Ppafflick unlocked this topic on
-
Ppafflick moved this topic from Vivaldia on