Home Community Mys-Script Creative Off-Topic |
|
|
Thread Tools | Display Modes |
#1
|
||||
|
||||
Quest- Explore System (Open Source) *Now with iframe Tutorial*
Quest!
Since it seems to be requested a lot, check this out! This site says it's just a text-based system, but you can add videos, photos, and sound. It also has a map system that responds to your actions. (Notice how you don't see the other two squares until you go to them!) Tutorial. Publishing/releasing your game. There is currently no official way to integrate it into your website. From the developer: Quote:
(It's under this license (noted on this page under 'and you're free'), so I'm hoping this could be used to develop Mys further. It's a really cool script. Sorry if this is the wrong forum, I just figured it was a tip so...?)
__________________
Avatar courtesy of Doll Divine. Last edited by squiggler; 02-05-2014 at 02:20 AM. Reason: added tutorial |
#2
|
||||
|
||||
Woah, that's pretty cool. (Once I saw a similar thing and it allowed users to continue the story but I don't want to moderate something that complex, yeesh.)
I'll look into it. ouo~ Thanks a bunch! Ah, here's text adventure system written in PHP already: http://www.saltiresable.com/articles/adventure-engine It might make a nice alternative. There's actually probably quite a few of these around... Last edited by Kyttias; 02-01-2014 at 07:07 AM. |
#3
|
||||
|
||||
Yeah. I like this one because the map gets revealed as you go (though you can turn it off) and you can zoom in or out of the map, also you can easily hide promo codes in the game. (You can't prevent people from posting it elsewhere, but y'know.) And then there's the easy links in case you don't like typing and the pictures and everything.
__________________
Avatar courtesy of Doll Divine. |
#4
|
||||
|
||||
How to use iFrame to integrate it into a website:
Find the page you want to put it on. Find the URL of the game you want. Use this code: <iframe src="URL HERE" width="IN PIXELS" height="IN PIXELS"> <p>Your browser does not support iframes.</p> </iframe> The optional code will display if their browser does not support iframes. You can add a link here. Note: you must start the URL with http:// or it won't work. Note 2: With Quest's system, if the box isn't big enough, it sometimes won't display right. Example: Go here and enter the below code. I added the text you see if it doesn't support iframes above in case you wanted to check it out. HTML Code:
<!DOCTYPE html> <html> <body> <p>Your browser does not support iframes. Go <a href "http://make.textadventures.co.uk/Play/Play.aspx?id=28289" >here</a> to play this game on Quest.</p> <iframe src="http://make.textadventures.co.uk/Play/Play.aspx?id=28289" width="700" height="700"> <p>Your browser does not support iframes. Go <a href "http://make.textadventures.co.uk/Play/Play.aspx?id=28289" >here</a> to play this game on Quest.</p> </iframe> </body> </html>
__________________
Avatar courtesy of Doll Divine. Last edited by squiggler; 02-05-2014 at 02:13 AM. |
#5
|
||||
|
||||
I cant seem to get the iframe to appear on my mysida pages... I've made two type to try.. a PHP page and a content/html page... however when I use this code (or any iframe code) All I get is a blank box. The game will not appear.
|
Tags |
explore |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How To Create an Explore System in Mys. 1.3.4 | cailynmae | Tutorials and Tips | 42 | 07-17-2017 02:25 PM |
Explore Help? | cailynmae | Questions and Supports | 7 | 03-30-2017 12:37 AM |
View the source code before deciding which PHP CMS to download | mario2027 | Other Chat | 0 | 12-09-2010 10:45 PM |
Which is best open source community software? | chriskrich878 | Other Chat | 3 | 11-23-2010 10:06 PM |
Vista Source Code Leaked - See Here for Download | BMR777 | Other Chat | 4 | 06-23-2008 11:12 AM |
What's New? |
What's Hot? |
What's Popular? |