![]() |
Last Visit : never :: 2013-5-18 @ 05:28 pm : Now | |||
FAQ |
Search |
Memberlist |
Usergroups |
|
Register |
Profile |
Messages |
Log in |
|
| Forum Index :: DOSBox Patches :: | |
CGA Composite Mode under DOSBOX (Commited r3804)
|
|
|---|---|
Re: CGA Composite Mode under DOSBOX? :: 2011-2-23 @ 09:15 am
|
|
|
kiyotewolfe Newbie Joined: 2011-02-19 Posts: 12 |
http://www.youtube.com/watch?v=B9rTTvlXICE
The Ranma sample video in *.CGA format, under DOSBOX, in my viewer. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-2-23 @ 12:24 pm
|
|
|
leileilol It is so messy here... Time for me to leave!! Joined: 2006-12-16 Posts: 4086 |
BdR wrote: it's just made to look as if it is running on CGA.
To pull that off would need to - cgamap, a 256-byte table with one of 16 colors to map to - a decent x86 ASM screen blitter algorithm to calculate which of these to choose in 640x200 CGA - a re-port of DOOM using Hexen sources as a DOS platform base, and hooking Apogee Sound System to it for making up the lack of DMX (theoretically better than crappy Allegro solutions found in all those dos doom ports) _________________ On the virge of being a rendition of a raged voodoo savage with a bundle of TNT leading a revolution into an apocalypse. At speed warp 5, mindnumbed from the geforce |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-01 @ 01:39 pm
|
|
|
nikiniki Member Joined: 2010-01-20 Posts: 176 |
kiyotewolfe wrote: Anyone interested in the source codes of both the player & the transcoder?
They require QuickBasic to be compiled into *.EXE files. ~Kiyote! o3o Anyone like what they have to play with now? Hi. Your player and the transcoder are awesome. They work even in 4.77 mhz. Can you please make a gif - pic converter? I'd appreciate that. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-02 @ 04:47 am
|
|
|
kiyotewolfe Newbie Joined: 2011-02-19 Posts: 12 |
"gif - pic converter"
A gif to pic converter? I'm not sure what you mean by "pic" .. is it a .. filename.pic? What is a PIC file, more details.. I'm not sure exactly what filetype or program you want to be using. Look here, at the FAQ page, for my email address. http://www.tgwv.webs.com |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-02 @ 04:49 am
|
|
|
kiyotewolfe Newbie Joined: 2011-02-19 Posts: 12 |
Yeah, it's kinda cool.
Even if you can't view the video in the CGA colors, you can see it in a B/W which is discernable and watchable. I watch them on both DOSBOX and other random things. It even runs under XP. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-02 @ 02:33 pm
|
|
|
nikiniki Member Joined: 2010-01-20 Posts: 176 |
CGA videos run fine on my computer
I was talking about converting gif to pic. Pic is a picture format not a video format. http://en.wikipedia.org/wiki/PICtor_PIC_image_format I like adding pictures in my games. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-06 @ 07:31 am
|
|
|
kiyotewolfe Newbie Joined: 2011-02-19 Posts: 12 |
I looked into the details of the filetype. It's kinda sorta like a PCX, but the machine specific nature makes it hard to understand, let alone develop a converter for with such lackluster documentation.
http://cd.textfiles.com This site should have something which will convert to & from that filetype. I don't think you need me to do any work on my own for this, you can look & I'll look around for a converter. Can you go into more detail on what you're doing with these images, what game you're augmenting, and if you're sure you couldn't use something else besides the PIC format? What type of screen does this use? 640x200x2 like CGA and like my video thing? Because I can make a static image view program, by itself, and a converter to make individual composite 16 color type images. Details man. Need more input! Input.. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-06 @ 02:00 pm
|
|
|
nikiniki Member Joined: 2010-01-20 Posts: 176 |
I can make a gif - pic converter myself.
I'll need your source code of gif cga converter. I'll do the rest. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-12 @ 01:52 am
|
|
|
kiyotewolfe Newbie Joined: 2011-02-19 Posts: 12 |
Here's the source.
http://jafile.com/uploads/kiyotewolf/cga_make.zip |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-12 @ 02:24 pm
|
|
|
nikiniki Member Joined: 2010-01-20 Posts: 176 |
None of your sources are working. I got this same error:
"Subprogram not defined". I used Quickbasic 4.5 and 7.1. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-12 @ 02:35 pm
|
|
|
wd DOSBox Author Joined: 2003-12-03 Posts: 10817 |
The internet is quite elaborate on where your problem lies. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-12 @ 04:44 pm
|
|
|
nikiniki Member Joined: 2010-01-20 Posts: 176 |
I found the answer
http://www.petesqbsite.com/forum/viewto...da3282a5ed |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-12 @ 10:30 pm
|
|
|
kiyotewolfe Newbie Joined: 2011-02-19 Posts: 12 |
Almost..
you have to run QuickBasic with the command line like this QB /L not QBX /L |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-12 @ 10:36 pm
|
|
|
wd DOSBox Author Joined: 2003-12-03 Posts: 10817 |
If you have the real thing you use qbx of course. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-12 @ 10:46 pm
|
|
|
kiyotewolfe Newbie Joined: 2011-02-19 Posts: 12 |
I compiled & made the program and had to run
QB /L you're talking about some other version of QuickBasic or Power Basic or something. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-12 @ 11:56 pm
|
|
|
nikiniki Member Joined: 2010-01-20 Posts: 176 |
I managed to make gif to pic converter with kiyotewolfe's gif to cga tool.
What's new: - Support PIC format. Converting gif > cga still possible - Just write the name file witout need to add ".cga" ".gif" and ".pic" The program will add them. About PIC format - Unlike other formats, PIC is easiest to put on your programs without write extra codes for it. Even Basica support it. Quote: 10 ' 20 KEY OFF 30 SCREEN 1 40 BLOAD "duke3d.pic" 50 K$=INPUT$(1) 59 END Last edited by nikiniki on 2011-3-13 @ 12:44 am; edited 2 times in total |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-13 @ 12:00 am
|
|
|
nikiniki Member Joined: 2010-01-20 Posts: 176 |
Here some screenshots: |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-13 @ 04:23 am
|
|
|
kiyotewolfe Newbie Joined: 2011-02-19 Posts: 12 |
"Isabella Coq: a present for my dad in CGA composite"
What's that first screenshot? That looks neat! Never heard of the title of that game. [edit] A fangame .. google is your friend. Very cool!! |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-3-13 @ 10:28 am
|
|
|
wd DOSBox Author Joined: 2003-12-03 Posts: 10817 |
Quote: you're talking about some other version of QuickBasic or Power Basic or something.
Yeah, professional version which is why they mentioned qbx. |
|
|
Re: CGA Composite Mode under DOSBOX? :: 2011-12-18 @ 08:59 pm
|
|
|
kiyote Wookie Programmer Joined: 2010-02-25 Posts: 6 |
nvm Last edited by kiyote on 2011-12-18 @ 11:40 pm; edited 1 time in total |
|
|
|
page 7 of 30
|
|
| All times are GMT |
| Moderate |
|---|
| Quick Reply & Options | |
|---|---|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum |
|
2002-2003 zetafleet.dom.