What do you think about a port of SLIPSTREAM?
Forum rules
Please check the other forums in the Dreamcast section before posting here to see if your topic would fit better in those categories. Example: A new game/homebrew release would go in the New Releases/Homebrew/Emulation section: http://dreamcast-talk.com/forum/viewforum.php?f=5 or if you're having an issue with getting your Dreamcast to work or a game to boot it would go in the Support section: http://dreamcast-talk.com/forum/viewforum.php?f=42
Please check the other forums in the Dreamcast section before posting here to see if your topic would fit better in those categories. Example: A new game/homebrew release would go in the New Releases/Homebrew/Emulation section: http://dreamcast-talk.com/forum/viewforum.php?f=5 or if you're having an issue with getting your Dreamcast to work or a game to boot it would go in the Support section: http://dreamcast-talk.com/forum/viewforum.php?f=42
- Wombat
- Vagabond
- Posts: 769
- Location: Netherlands
Re: What do you think about a port of SLIPSTREAM?
This game looks really awesome, digging the visual style.
- The-Amazing-Mr_V
- Metallic
- Posts: 821
- Dreamcast Games you play Online: Quake, PSO, ChuChu Rocket, 4x4 Evo, Max Pool, AFO, PBA bowling, Monaca, Ooga Booga, Tetris, POD.
- Location: Eau Claire, WI
- Ivan Guber
- dirty sailor
- Posts: 173
Re: What do you think about a port of SLIPSTREAM?
Looks amazing! I hope this game will be ported to dreamcast.
- Anthony817
- Shark Patrol
- Posts: 4036
- Location: Fort Worth, Texas
Re: What do you think about a port of SLIPSTREAM?
Wait, wasn't this a demo like 2 years or even more ago that you could download and play? I really remember a game similar in art style I was trying to keep an eye on but lost track of just like this. I am pretty sure it was this game and I really wanted it to have a Delorean added. Did they ever add one/ I asked the dev if he would add one to the game but I had completely forgotten about it.
I would totally love to see this on Dreamcast.
Edit: And was that Dark Falaz that posted in your thread wtf? He was a well known name in the Dreamcast community years ago. He coded a few tools for the Dreamcast such as the Dark Falaz Dreamcast Tool Kit and Dark Falaz Tool Set. If anybody would know if this game was feasible it would be him, and he said it runs on Java so without a full ground up remake it is sadly and unfortunately unlikely to EVER come to Dreamcast in the current state.
You can find some of his work here.
http://www.theisozone.com/downloads/dre ... t-kit-v10/
http://theisozone.com/downloads/dreamca ... -tool-kit/
I would totally love to see this on Dreamcast.
Edit: And was that Dark Falaz that posted in your thread wtf? He was a well known name in the Dreamcast community years ago. He coded a few tools for the Dreamcast such as the Dark Falaz Dreamcast Tool Kit and Dark Falaz Tool Set. If anybody would know if this game was feasible it would be him, and he said it runs on Java so without a full ground up remake it is sadly and unfortunately unlikely to EVER come to Dreamcast in the current state.
You can find some of his work here.
http://www.theisozone.com/downloads/dre ... t-kit-v10/
http://theisozone.com/downloads/dreamca ... -tool-kit/

- Roel
- Developer
- Posts: 350
- Location: Netherlands
- Contact:
Re: What do you think about a port of SLIPSTREAM?
And he was right, of course. Java is of no use when developing Dreamcast games. But remaking a game in another programming language is not unfeasible. Porting games by doing full rewrites is not as common as it used to be, but it is still a valid approach.Anthony817 wrote:If anybody would know if this game was feasible it would be him, and he said it runs on Java so without a full ground up remake it is sadly and unfortunately unlikely to EVER come to Dreamcast in the current state.
Besides, a "full ground up remake" is a bit of an exaggeration if you ask me. There's no need to redraw, redesign, re-compose, or re-record all assets. It's probably even possible to reuse a lot of code, as Java is not too dissimilar from C/C++.
For example, here's a bit of random Java code I just plucked off the net:
Code: Select all
public void add(int x) {
if(iSize == iValues.length) {
resize();
}
iValues[iSize] = x;
iSize++;
}
Code: Select all
void add(int x) {
if(iSize == iValues.length) {
resize();
}
iValues.buf[iSize] = x;
iSize++;
}
Of course I'm not suggesting that an entire Java program can be converted to C that easily, but I am saying that surely a port wouldn't have to be made completely from scratch.
- Anthony817
- Shark Patrol
- Posts: 4036
- Location: Fort Worth, Texas
Re: What do you think about a port of SLIPSTREAM?
"Public" and "But" parts. 
Yeah it is true though the assets wouldn't have to be recreated since they are nothing the DC can't handle in the first place.

Yeah it is true though the assets wouldn't have to be recreated since they are nothing the DC can't handle in the first place.

-
- noob
- Posts: 1
- Dreamcast Games you play Online: Sonic 2
Re: What do you think about a port of SLIPSTREAM?
Nice retro concept. Really good realisation.
Are you going to find full 888 casino app review at this site? I'm gonna do it too. There I can master my skills and be able to play for reak. I'm sure about this.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 18 Replies
- 24118 Views
-
Last post by Anthony817
-
- 0 Replies
- 7518 Views
-
Last post by pizzahotline
-
- 0 Replies
- 3942 Views
-
Last post by Gamer
-
- 242 Replies
- 131568 Views
-
Last post by Dreamcastnews
-
- 2 Replies
- 2493 Views
-
Last post by PengoJetz