MediocreMetastasis
Sr. Member ⚓︎
   
 

Wishlist Skelecool: Remnants Please!!! ⛺︎ My Room
Itch.io: My Games
Guild Memberships: Artifacts:
|
 |
« on: a Summer day » |
|
|
|
|
|
« Last Edit: a Summer day by MediocreMetastasis »
|
Logged
|
Artifact Swap:  
|
|
|
|
|
MediocreMetastasis
Sr. Member ⚓︎
   
 

Wishlist Skelecool: Remnants Please!!! ⛺︎ My Room
Itch.io: My Games
Guild Memberships: Artifacts:
|
 |
« Reply #2 on: a Summer night » |
|
Do you want all of the contributions to be self-made or can we add anything we want from the web?
You can add anything you want. My only major rule is to for each scene to have some sort of correlation to the previous scene. If you can find images that match. Go ahead!
|
|
|
|
|
Logged
|
Artifact Swap:  
|
|
|
|
|
|
|
|
|
|
|
MediocreMetastasis
Sr. Member ⚓︎
   
 

Wishlist Skelecool: Remnants Please!!! ⛺︎ My Room
Itch.io: My Games
Guild Memberships: Artifacts:
|
 |
« Reply #7 on: a Summer day » |
|
That sounds like a fun project. I'd be more than happy to participate, but where do I start? I don't know where to begin because there's a lot of text on the edit page and then there's also the problem of when I'm done I'm not sure how I can connect my part to any other scene(s).
I tried to be as detailed as I can on the edit page. All the text shows you how to add a scene/location. There's a dictionary at the bottom of the code where you add your scene/location. Spoiler {
sceneID: "Woods3", //unqiue identification of your scene
src: "https://mediocremetastasis.neocities.org/Assets/Myst/12.webp", //direct image link (not webpage link) to your scene's image
imageMaps: [new ImageMapRect(274,300,544,50), new ImageMapRect(274,161,300,322)], //areas you can click
destinationSceneIDs: ["Woods2",""], ///SceneIDs of the locations each imagemap sends you if you click them
mousePointer: ["url('https://mediocremetastasis.neocities.org/Assets/cursors/up-down.png'), auto", "url('https://mediocremetastasis.neocities.org/Assets/cursors/question.png'), auto"], //cursor displayed if you hover over the respective image map
music: "https://files.catbox.moe/24co5o.mp3", //music played in that location
transition: true //doesn't do anything.
},
People seem to be confused that the code doesn't send you to a different page via a link. It switches the image displayed on the screen and add some areas you can click to switch to another image.
|
|
|
|
|
Logged
|
Artifact Swap:  
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|