LavaLit
Home
Forum
WIKI
SVN
DOWNLOADS
Help
Donations
Login
Register
Donations
Quarterly Goal:
$90.00
Due Date:
Sep 30
Total Receipts:
$30.00
Below Goal:
$60.00
Site Currency:
USD
33%
Quarterly Donations
Aug-5
DrStrange
USD20.00
Jul-18
mozenwrath...
EUR10.00
Jul-1
LeeBrother
USD10.00
Advertisement
Links
Advertisement
LavaLit
>
Forum
>
OpenBoR
>
Platform Center
>
Dreamcast
>
Dreamcast 3.0 status.
Pages:
1
2
[
3
]
4
5
...
14
Go Down
« previous
next »
Print
Author
Topic: Dreamcast 3.0 status. (Read 12553 times)
0 Members and 1 Guest are viewing this topic.
SX
Administrator
Offline
Posts: 2473
Re: Dreamcast 3.0 status.
«
Reply #30 on:
May 01, 2009, 06:43:14 PM »
I have no clue...... But maybe I should just go about compiling libraries myself. I am going to compile libpng again and zlib and see what the success of that is.
Logged
OpenBOR Donation Box
CE
Administrator
Offline
Posts: 1018
Working on Rage of the Streets v2
Re: Dreamcast 3.0 status.
«
Reply #31 on:
May 01, 2009, 06:46:50 PM »
Quote
This is going to make things very difficult....
I think we got two options:
1. Find the cause for the performance differences between KOS and Neill Corlett's toolchain
2. Port the basics of 3.0 over to the bare bones version: 16/32-bit support should be possible, not sure how difficult other resolutions and widescreen is, same for libpng and zlib
Logged
http://www.dreamcast-scene.com/index.php/Main/OpenBoRManual
How to mod:
1 Pick an interesting game: There are plenty of 8-bit/16-bit classics waiting for a remake
2 Rip your own sprites & stages
3 Use a custom palette:
http://borrevolution.vg-network.com/tutorial.htm
4 Check your offsets:
http://www.lavalit.com/index.php?topic=1099.0
Did you know?
Using
void main()
{
playgif("data/my.gif", 0, -4, 1);
}
as spawnscript streams a GIF anim instead of loading it
CE
Administrator
Offline
Posts: 1018
Working on Rage of the Streets v2
Re: Dreamcast 3.0 status.
«
Reply #32 on:
May 01, 2009, 07:04:29 PM »
Quote from: SX on May 01, 2009, 06:40:34 PM
Bare metal wins again! I restored all code to old toolchain and everything is running fast and smooth again with all shared libraries for filecaching and soundmixing.
...I would so love to have a binary to play around with
Quote from: SX on May 01, 2009, 06:43:14 PM
I have no clue...... But maybe I should just go about compiling libraries myself. I am going to compile libpng again and zlib and see what the success of that is.
Fingers crossed.
- You wrote somewhere that Dreamcast always ran in 32-bit mode. I read in some guide that Dreamcast's video hardware was optimized for 16-bit tiles and 32-bit display. If I understand this correct, than 16-bit should be comparably simple with the bare bones version. I wonder, and excuse me if this is a stupid question, what would be the disadvantage of using just the 16-bit [or even 32-bit] mode to display both, 8-bit mods and 16-bit mods ?
Logged
http://www.dreamcast-scene.com/index.php/Main/OpenBoRManual
How to mod:
1 Pick an interesting game: There are plenty of 8-bit/16-bit classics waiting for a remake
2 Rip your own sprites & stages
3 Use a custom palette:
http://borrevolution.vg-network.com/tutorial.htm
4 Check your offsets:
http://www.lavalit.com/index.php?topic=1099.0
Did you know?
Using
void main()
{
playgif("data/my.gif", 0, -4, 1);
}
as spawnscript streams a GIF anim instead of loading it
SX
Administrator
Offline
Posts: 2473
Re: Dreamcast 3.0 status.
«
Reply #33 on:
May 01, 2009, 07:24:22 PM »
Well you can't display both at once because, its either one or the other at any given moment.
But I have gotten libpng and zlib both working! So now I just need to focus on video modes.... lets see what will happen. Here is a build for you. It will look for bor.pak as usual.
So basically this version is missing 16/32bit mods and widescreen support. I think we should stick to this toolchain... things are working great so far. Just need to disable the Now Loading and only use the mode that is specified in the video.txt.
Logged
OpenBOR Donation Box
Kolbek
Hero Member
Offline
Posts: 735
working on Ghouls and Ghosts with Kagekyo
Re: Dreamcast 3.0 status.
«
Reply #34 on:
May 01, 2009, 07:31:27 PM »
YES!
Logged
Kagekyo (LBF) and Kolbek teamup: (Suicide Squad)
Currently Making a Brand new 2D Ghouls and Ghosts Game!!!
Past games created:
Escape from Cartoon Hell :by Kolbek and Kagekyo
CE
Administrator
Offline
Posts: 1018
Working on Rage of the Streets v2
Re: Dreamcast 3.0 status.
«
Reply #35 on:
May 01, 2009, 07:36:40 PM »
I can't selfboot it for some reason, it just resets the Dreamcast. It's also only 800kb in size, while the last working binary using Kos was 200kb bigger ...?
Logged
http://www.dreamcast-scene.com/index.php/Main/OpenBoRManual
How to mod:
1 Pick an interesting game: There are plenty of 8-bit/16-bit classics waiting for a remake
2 Rip your own sprites & stages
3 Use a custom palette:
http://borrevolution.vg-network.com/tutorial.htm
4 Check your offsets:
http://www.lavalit.com/index.php?topic=1099.0
Did you know?
Using
void main()
{
playgif("data/my.gif", 0, -4, 1);
}
as spawnscript streams a GIF anim instead of loading it
SX
Administrator
Offline
Posts: 2473
Re: Dreamcast 3.0 status.
«
Reply #36 on:
May 01, 2009, 07:45:33 PM »
I'm using dc-tool-ip and everything is fine.... I can try and burn a disc to see if it boots up.
Logged
OpenBOR Donation Box
CE
Administrator
Offline
Posts: 1018
Working on Rage of the Streets v2
Re: Dreamcast 3.0 status.
«
Reply #37 on:
May 01, 2009, 07:48:46 PM »
Yeah, that wouldn't hurt, I will try some binary loaders to see if I can get it to load.
Logged
http://www.dreamcast-scene.com/index.php/Main/OpenBoRManual
How to mod:
1 Pick an interesting game: There are plenty of 8-bit/16-bit classics waiting for a remake
2 Rip your own sprites & stages
3 Use a custom palette:
http://borrevolution.vg-network.com/tutorial.htm
4 Check your offsets:
http://www.lavalit.com/index.php?topic=1099.0
Did you know?
Using
void main()
{
playgif("data/my.gif", 0, -4, 1);
}
as spawnscript streams a GIF anim instead of loading it
CE
Administrator
Offline
Posts: 1018
Working on Rage of the Streets v2
Re: Dreamcast 3.0 status.
«
Reply #38 on:
May 01, 2009, 07:51:58 PM »
I found the problem: I had my mod renamed to Crisis_Evil_2.pak to test the builds you've released last week.
Logged
http://www.dreamcast-scene.com/index.php/Main/OpenBoRManual
How to mod:
1 Pick an interesting game: There are plenty of 8-bit/16-bit classics waiting for a remake
2 Rip your own sprites & stages
3 Use a custom palette:
http://borrevolution.vg-network.com/tutorial.htm
4 Check your offsets:
http://www.lavalit.com/index.php?topic=1099.0
Did you know?
Using
void main()
{
playgif("data/my.gif", 0, -4, 1);
}
as spawnscript streams a GIF anim instead of loading it
DJGameFreakTheIguana
Hero Member
Offline
Posts: 3115
Credit to Vyck_St.Judas, Edited by me.
Re: Dreamcast 3.0 status.
«
Reply #39 on:
May 01, 2009, 07:55:10 PM »
Don't know if this helps but here's my log file for my SGMB mod, I want yall to check this out for the memory. If it's to much then I'll split the mod in 2 for Console play.
Logged
Check out my trax and PM me if you want something done for your mod
My OpenBOR Mod:
Latest release: 9/07/09 - V6.8
Check out my other Demoes:
Chaotix Rage
Cosmic Damage
Megasonic remoded
CE
Administrator
Offline
Posts: 1018
Working on Rage of the Streets v2
Re: Dreamcast 3.0 status.
«
Reply #40 on:
May 01, 2009, 08:01:53 PM »
Quote from: CE on May 01, 2009, 07:51:58 PM
I found the problem: I had my mod renamed to Crisis_Evil_2.pak to test the builds you've released last week.
Okay, tested again with the mod renamed to bor.pak but it didn't work. Will try some of the binary loaders now.
Quote from: DJGameFreakTheIguana on May 01, 2009, 07:55:10 PM
Don't know if this helps but here's my log file for my SGMB mod, I want yall to check this out for the memory. If it's to much then I'll split the mod in 2 for Console play.
This certainly
looks
like a lot, but it's impossible to tell without having a look at the actual files. A billion of simpler entities can need less RAM than say: two playable characters with loads of animations, sound effects and scripts.
One thing you could do is to check your data/chars/ folder in Windows Explorer via right-click -> Properties. But that only works if you got no WIP files in there (e.g. PSD, sound effects variants, entire sprite cheets, unused characters, alternate versions, etc), and even then only gives you an estimate.
«
Last Edit: May 01, 2009, 08:06:46 PM by CE
»
Logged
http://www.dreamcast-scene.com/index.php/Main/OpenBoRManual
How to mod:
1 Pick an interesting game: There are plenty of 8-bit/16-bit classics waiting for a remake
2 Rip your own sprites & stages
3 Use a custom palette:
http://borrevolution.vg-network.com/tutorial.htm
4 Check your offsets:
http://www.lavalit.com/index.php?topic=1099.0
Did you know?
Using
void main()
{
playgif("data/my.gif", 0, -4, 1);
}
as spawnscript streams a GIF anim instead of loading it
DJGameFreakTheIguana
Hero Member
Offline
Posts: 3115
Credit to Vyck_St.Judas, Edited by me.
Re: Dreamcast 3.0 status.
«
Reply #41 on:
May 01, 2009, 08:06:13 PM »
I've got the download link to the mod with the data file open in the demo section, it's Sega Genesis Mega Brawler.
Logged
Check out my trax and PM me if you want something done for your mod
My OpenBOR Mod:
Latest release: 9/07/09 - V6.8
Check out my other Demoes:
Chaotix Rage
Cosmic Damage
Megasonic remoded
CE
Administrator
Offline
Posts: 1018
Working on Rage of the Streets v2
Re: Dreamcast 3.0 status.
«
Reply #42 on:
May 01, 2009, 08:18:49 PM »
Quote from: DJGameFreakTheIguana on May 01, 2009, 08:06:13 PM
I've got the download link to the mod with the data file open in the demo section, it's Sega Genesis Mega Brawler.
Downloading it now.
@SX: I got it to boot via a binary loader but the cutscenes are still hanging, exactly* like in the KOS version.
*maybe even worse
Logged
http://www.dreamcast-scene.com/index.php/Main/OpenBoRManual
How to mod:
1 Pick an interesting game: There are plenty of 8-bit/16-bit classics waiting for a remake
2 Rip your own sprites & stages
3 Use a custom palette:
http://borrevolution.vg-network.com/tutorial.htm
4 Check your offsets:
http://www.lavalit.com/index.php?topic=1099.0
Did you know?
Using
void main()
{
playgif("data/my.gif", 0, -4, 1);
}
as spawnscript streams a GIF anim instead of loading it
CE
Administrator
Offline
Posts: 1018
Working on Rage of the Streets v2
Re: Dreamcast 3.0 status.
«
Reply #43 on:
May 01, 2009, 08:25:10 PM »
Okay, the actual gameplay is super smooth! It's just great! I just wish the cutscenes weren't taking two years to skip.
Logged
http://www.dreamcast-scene.com/index.php/Main/OpenBoRManual
How to mod:
1 Pick an interesting game: There are plenty of 8-bit/16-bit classics waiting for a remake
2 Rip your own sprites & stages
3 Use a custom palette:
http://borrevolution.vg-network.com/tutorial.htm
4 Check your offsets:
http://www.lavalit.com/index.php?topic=1099.0
Did you know?
Using
void main()
{
playgif("data/my.gif", 0, -4, 1);
}
as spawnscript streams a GIF anim instead of loading it
SX
Administrator
Offline
Posts: 2473
Re: Dreamcast 3.0 status.
«
Reply #44 on:
May 01, 2009, 08:37:03 PM »
I've finally figured out why loading takes sooooo long. Seems everytime the video mode is changed, it screws up the internal timers. Not sure why they are related but that is the cause of all the issues.... so kos might be ok to use if I can reduce the video mode switching to only one change or find out what is causing the introduced lag and how its related to video mode switching.
Logged
OpenBOR Donation Box
Pages:
1
2
[
3
]
4
5
...
14
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
OpenBoR
-----------------------------
=> Discussions
=> Engine Center
===> Requests
===> Issues
===> Coding
=> Platform Center
===> PSP & PS3
===> Dreamcast
===> XBOX
===> Gp2x & Wiz
===> Dingoo
===> Wii
===> Windows
===> Linux
===> Macintosh
=> Mod Center
===> Completed
===> Demos
===> Wips
===> Reviews
=> OpenBoR Editor Project
=> Help & Resources
===> Tricks & Tutorials
===> Resources
===> Scripting
-----------------------------
Mugen
-----------------------------
=> Discussions
=> Modules
=> Help and Resources
===> Tricks & Tutorials
===> Resources
===> Scripting
-----------------------------
Hobbies
-----------------------------
=> Home Theater Setups
=> Arcade Systems
=> R/C Haven
=> Music - The Band
=> Art
===> Weekly Art Challenge
=> Out-Doors
-----------------------------
Video Games
-----------------------------
=> General
=> Guilds , Clans and Online Matchmaking
===> Borderlands
===> Left 4 Dead
===> World of Warcraft
=====> The Gods of Chaos
-----------------------------
General
-----------------------------
=> News
=> Discussions
=> Cinema
=> Television
Advertisement
Recent Topics
follow# animation ...
by
Damon Caskey
[September 06, 2010, 09:35:34 AM]
Knife vs Knife
by
Damon Caskey
[September 06, 2010, 09:23:10 AM]
Dragon Duo
by
maxman
[September 06, 2010, 08:48:32 AM]
Jennifer [PC Versi...
by
mayongdorn
[September 06, 2010, 07:38:52 AM]
Konpaku
by
danno
[September 06, 2010, 05:17:59 AM]
Splashy water
by
LeeBrother
[September 06, 2010, 05:13:40 AM]
Fist Of The NorthS...
by
Plombo
[September 06, 2010, 12:56:52 AM]
Wii support is her...
by
Plombo
[September 06, 2010, 12:26:39 AM]
Mortal Kombat 9 [+...
by
bWWd
[September 05, 2010, 11:28:05 PM]
dropv doesnt work ...
by
bWWd
[September 05, 2010, 11:21:33 PM]
Online Status
Members
Total Members: 18458
Latest:
deinende
Stats
Total Posts: 68639
Total Topics: 4634
Online Today: 34
Online Ever: 117
(October 23, 2009, 03:29:26 PM)
Users Online
Users: 8
Guests: 24
Total: 32
betterbold
kmilloz
deinende
cantbecool
yotatouch
digimar07
SKORPIO1
TinyPortal v1.0 beta 4 ©
Bloc
Loading...