Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

Currently the HTML file images are routed through Creator's System.
Find and replace in your program
"C:\Users\taylo\OneDrive\Documents\Poké-Paradise\Images\"
to just "Images\"  .  It allows images to work on any system, and should only keep the html looking nearby instead of through tons of folders.

It will only work on your system otherwise. Should fix the image issues on other systems. There will still be issues, but should fix at least the image issue past the Null Eevee.

(2 edits)

Thank you! After putting all the hard work into it you deserve the images to be seen. I had no idea I could alter HTML files myself, but what I did was opening the file with my Editor program and replacing the image path mentioned above including the img src quot part before that (after some online research) by

img src="Images\

I have no idea whether that has destroyed something, but for the beginning of the game it seems to work and I can see the images now.

i used chatgpt to remove C:"\Users\taylo\OneDrive\Documents\Poké-Paradise\" from the file and all images work as intended w/ this prompt | remove all instances of "C:\Users\taylo\OneDrive\Documents\Poké-Paradise\" from this file

(4 edits) (+2)

it seems that when ending wednesday the button to go to the next passage stops working but it seems like its a content thing (i cant tell)
(only checked after making images work)

Deleted 12 days ago