Digital Paint Discussion Board

Development => General Development => Topic started by: TinMan on January 27, 2006, 05:46:39 PM

Title: DigitalPaint in Jake2
Post by: TinMan on January 27, 2006, 05:46:39 PM
I was wondering if anyone has gotten dp2 to run within Jake2, I've been trying with not that much luck.
Title: Re: DigitalPaint in Jake2
Post by: TinMan on January 27, 2006, 05:48:35 PM
I get to this and then it just doesn't load anything...
http://img493.imageshack.us/img493/6536/jake2pball7nk.png
Title: Re: DigitalPaint in Jake2
Post by: jitspoe on January 27, 2006, 06:25:07 PM
I'm curious as to why you're trying to run it in jake2 in the first place.  Do you not have an x86 processor or something?  I'm not sure how jake2 handles mods, but I doubt it would work with a natively compiled library.
Title: Re: DigitalPaint in Jake2
Post by: TinMan on January 28, 2006, 07:47:14 PM
I'm trying to run DPBall2 on an old x86 laptop that will run Quake2 and DPB2, but runs them with a refresh rate that's horrible and everything reacts slow (sound is slow as is mouse movement), yet Jake2 runs fine on it.
Title: Re: DigitalPaint in Jake2
Post by: jitspoe on January 29, 2006, 09:54:47 PM
Stupid linux...  not to flame, but that OS is a pain in the butt to develop for.  Everybody has a different problem.  What distro are you using?
Title: Re: DigitalPaint in Jake2
Post by: TinMan on January 30, 2006, 07:28:36 PM
Ubuntu, based off of Debian, with the new kernel.
Title: Re: DigitalPaint in Jake2
Post by: jitspoe on January 30, 2006, 08:15:35 PM
Strange.  It's worked fine in debian for Fryth and me.  Perhaps Ubuntu has changed some things in relation to sound and input.  Quake2 and PB2 use some deprecated features, such as OSS and DGA mouse input.  You might be able to configure those on your distro, though, and get it to work in an acceptable fashion.  I'll be rewriting that code sooner or later to be more compatible.
Title: Re: DigitalPaint in Jake2
Post by: TinMan on January 30, 2006, 09:08:11 PM
Thank you!  ;D
Kinda strange that I can run Quake III Arena with no problems and DPBall2 runs laggy, lol
Title: Re: DigitalPaint in Jake2
Post by: TinMan on February 21, 2006, 02:35:17 PM
nvm, runs on my other box running Ubuntu and nVidia, the laptop has an ATI w/ horrible support and OpenGL on it was the problem.

I did find a bug though, the funnames makes three of whatever letter you click, so if I were to click pink and then click "T", the box would show 3 T's.
Title: Re: DigitalPaint in Jake2
Post by: XtremeBain on February 21, 2006, 03:01:52 PM
Had the exact same bug with the three times. :-\
Title: Re: DigitalPaint in Jake2
Post by: jitspoe on February 21, 2006, 03:30:09 PM
Stupid linux... Guess I'll have to install Ubuntu and figure out what's going on.