You must be registered to see the links
I'm trying to make a short TF themed game in twine just to see if I can do it. I'm ready to publish like the alpha version, but I can't seem to get the images to work. Through some research I figured out what the problem is, but not what the solution is.
So far I have images listed in it in the following format-
<img src="C:\Users\samcp\Documents\Twine\Stories\Girlfriend\nsfw, high quality, very detailed, [[dynamic lighting]], masterpiece, slight ani s-3706353299.png">
And from what I understand since this is basically telling the game where the file is in relation to my computers files, it doesn't tell people who would download the game where the files are (I tried moving the link and image folders to somewhere else in my computer to test this).
What I don't know is how to fix the problem. It sounds like from video's I've watched that I basically need to shorten it to only include the folder that'd be next to the game file? In this case I named the image folder 'Girlfriend' there, but that still seems to result in a blank image. So can someone please tell me how to fix this?