Sinking Island

Sink Into On-Topic Discussions
User avatar
triclopse
Posts: 57
Joined: Mon Jul 27, 2009 9:54 pm
Contact:

Sinking Island

Postby triclopse » Tue Jul 21, 2020 11:24 am

I'm not sure where to post this but over the lockdown I've been working on remaking Sinking Island from DeepSinking.org as a python script. It has basic functionality now, the player can move freely around the island, pick up and examine items, and of course sink in any of the pits, so I'd like to post it here if that's ok? The code is my own design, but it uses text copied from the original game. I tried to email Jimminy Thicket about it but the address I have doesn't seem to connect anymore, and I've had no response back so far from the message I sent through the contact us link on this forum.

There's a lot of features I'm still not sure how to add, like better sinking physics, NPCs, getting psychic world functional, maybe even pygame graphics, sounds and full multiplayer eventually, but I'm learning as I go so if anyone would like to help out or could offer any advice it would be appreciated greatly.

User avatar
DJlurker
Posts: 1468
Joined: Sun Apr 19, 2009 6:29 pm

Re: Sinking Island

Postby DJlurker » Tue Jul 21, 2020 12:46 pm

You've got my attention... ;)

User avatar
Chimerix
Posts: 913
Joined: Wed Apr 15, 2009 9:44 am
Contact:

Re: Sinking Island

Postby Chimerix » Tue Jul 21, 2020 5:49 pm

I had a lot of great times on Sinking Island! Far more fun than Second Life. I am enthusiastic! :D
The difference between theory and reality is that, in theory, there is no difference between theory and reality.

Fred588
Producer
Posts: 16649
Joined: Sat Apr 11, 2009 9:37 pm
Location: Central Arkansas (At Studio 588)
Contact:

Re: Sinking Island

Postby Fred588 » Tue Jul 21, 2020 7:21 pm

May I ask what is being offered here, a new chat room or something for people to use individually. As I recall the chat room that was available here was disabled by an upgrade that made the addition of external links difficult or impossible, which in turn was the result (I think) of a host server upgrade. I suspect that this problem would remain, but correct me if that is not the case. I was vey sorry to see the chat room go down.


triclopse wrote:I'm not sure where to post this but over the lockdown I've been working on remaking Sinking Island from DeepSinking.org as a python script. It has basic functionality now, the player can move freely around the island, pick up and examine items, and of course sink in any of the pits, so I'd like to post it here if that's ok? The code is my own design, but it uses text copied from the original game. I tried to email Jimminy Thicket about it but the address I have doesn't seem to connect anymore, and I've had no response back so far from the message I sent through the contact us link on this forum.

There's a lot of features I'm still not sure how to add, like better sinking physics, NPCs, getting psychic world functional, maybe even pygame graphics, sounds and full multiplayer eventually, but I'm learning as I go so if anyone would like to help out or could offer any advice it would be appreciated greatly.
Studio 588 currently offers more than 2200 different HD and QD quicksand videos and has supported production of well over 2400 video scenes and other projects by 13 different producers. Info may be found at:
http://studio588qs.com
http://quicksandland.com
http://psychicworldjungleland.com

User avatar
triclopse
Posts: 57
Joined: Mon Jul 27, 2009 9:54 pm
Contact:

Re: Sinking Island

Postby triclopse » Tue Jul 21, 2020 8:29 pm

It's a single player text adventure, saved as a script that can be run in Python 2.7.10.
Ideally I'd like to fully rebuild the original but I don't know anywhere near enough network coding for that yet.

EDIT - ok since the reaction so far has been positive, I'll post the most recent version here. If you want to play it you'll need to install a Python compiler (I use IDLE, it's free and easy to use), then either change the file extension of the text file here to .py and load that, or copy paste the script in. Once it's loaded, just hit run and it should ask for your name. To quit, the command is safeword.

If you have any problems or suggestions for improvements please let me know.
You do not have the required permissions to view the files attached to this post.

User avatar
SinkerCutie
Posts: 943
Joined: Wed Jul 15, 2009 4:50 am

Re: Sinking Island

Postby SinkerCutie » Tue Jul 21, 2020 11:29 pm

This sounds promising. I miss the Sinking Island feature. Have anything to show from it?

User avatar
Chimerix
Posts: 913
Joined: Wed Apr 15, 2009 9:44 am
Contact:

Re: Sinking Island

Postby Chimerix » Wed Jul 22, 2020 4:49 am

What made Sinking Island so much fun, at least for me, was the interactions I had there with others. Wandering around the shell by myself wasn't all that rewarding, although I did it from time to time. It facilitated roleplay in a way that was almost magical. Honestly, I think the fact it was text-only added to the experience, letting my imagination fill in the details. Without other people, though... were you to turn it into an adventure game, I could see having some fun!
The difference between theory and reality is that, in theory, there is no difference between theory and reality.

Fred588
Producer
Posts: 16649
Joined: Sat Apr 11, 2009 9:37 pm
Location: Central Arkansas (At Studio 588)
Contact:

Re: Sinking Island

Postby Fred588 » Wed Jul 22, 2020 12:37 pm

There is still a chat at psychicworldJungleland.com. That site also has a restaurant, a menu, and a waitress who delivers things you order. It also has a trail system. New sites can be easily added to the trail system if their code is compatible with what the host system provides. There is no chat capability along the trail system except at the restaurant and one other stop. Perhaps a site such as is described in this thread could be added there.

Chimerix wrote:What made Sinking Island so much fun, at least for me, was the interactions I had there with others. Wandering around the shell by myself wasn't all that rewarding, although I did it from time to time. It facilitated roleplay in a way that was almost magical. Honestly, I think the fact it was text-only added to the experience, letting my imagination fill in the details. Without other people, though... were you to turn it into an adventure game, I could see having some fun!
Studio 588 currently offers more than 2200 different HD and QD quicksand videos and has supported production of well over 2400 video scenes and other projects by 13 different producers. Info may be found at:
http://studio588qs.com
http://quicksandland.com
http://psychicworldjungleland.com

User avatar
One Stuck Fox
Posts: 18
Joined: Thu Sep 27, 2018 11:53 am

Re: Sinking Island

Postby One Stuck Fox » Fri Jul 24, 2020 2:08 pm

triclopse wrote:It's a single player text adventure, saved as a script that can be run in Python 2.7.10.
Ideally I'd like to fully rebuild the original but I don't know anywhere near enough network coding for that yet.

EDIT - ok since the reaction so far has been positive, I'll post the most recent version here. If you want to play it you'll need to install a Python compiler (I use IDLE, it's free and easy to use), then either change the file extension of the text file here to .py and load that, or copy paste the script in. Once it's loaded, just hit run and it should ask for your name. To quit, the command is safeword.

If you have any problems or suggestions for improvements please let me know.


Wow, this is really neat! The sinking mechanics are surprisingly enjoyable, despite their simplicity. The unpredictability of whether "struggling" will work or not really makes it.

I'm kinda tempted to make something similar myself now :P

As an aside, network programming is difficult. I think it would be a lot of effort for a feature which not that many people would use (although that's on the assumption that the market for text-based quicksand adventures is pretty small these days).

User avatar
DJlurker
Posts: 1468
Joined: Sun Apr 19, 2009 6:29 pm

Re: Sinking Island

Postby DJlurker » Sat Jul 25, 2020 12:45 am

I tried to run it, but I don't think it worked right...
(I use Mac OS X btw.)
You do not have the required permissions to view the files attached to this post.


Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 1 guest