Search found 13 matches

by NeoSnk
Sun Jan 14, 2018 9:20 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: PSO SD card
Replies: 2
Views: 2231

Re: PSO SD card

Sometimes I play it online using DreamShell + SD Card, the game works with some lags but works. But when you play from DreamShell SD or HDD you can´t revive other players or use any kind of magic on them =/
by NeoSnk
Sun Oct 02, 2016 3:13 am
Forum: Programming Discussion
Topic: Problems with MP3 Files
Replies: 2
Views: 733

Re: Problems with MP3 Files

Solved I used this command and I got my Mp3 Playing: ffmpeg -i input.wav -f mp2 output.mp3
by NeoSnk
Sun Oct 02, 2016 2:53 am
Forum: Programming Discussion
Topic: Problems with MP3 Files
Replies: 2
Views: 733

Problems with MP3 Files

Hi guys, I'm trying to use MP3 on my project... I used the hello-mp3 as an example and everything compiles fine. However when I try to test on the emulator I have this error: snd_init(): loading 3336 bytes into SPU RAM sndserver: started [DEBUG] sndserver: pid is 4; capabilities: MP3, SFX snd_stream...
by NeoSnk
Mon Sep 19, 2016 10:16 am
Forum: Programming Discussion
Topic: How to set SDL in KOS?
Replies: 14
Views: 2979

Re: How to set SDL in KOS?

What you guys recommend then? Thank you for all the attention guys and I'm sorry for all the questions. I'm very newbie on the Dreamcast. But I wish to get my game running on it. If you're using SDL, you must be at least somewhat comfortable with C or C++, right? To be honest for 2D stuff, you'd pr...
by NeoSnk
Mon Sep 19, 2016 10:15 am
Forum: Programming Discussion
Topic: How to set SDL in KOS?
Replies: 14
Views: 2979

Re: How to set SDL in KOS?

bogglez wrote:Even if you say you're using sdl that doesn't say much about how you're drawing. Are you using opengl or software blitting?
I'm using software blitting, loading bmps and drawing it.
by NeoSnk
Mon Sep 19, 2016 8:29 am
Forum: Programming Discussion
Topic: How to set SDL in KOS?
Replies: 14
Views: 2979

Re: How to set SDL in KOS?

Wow, I didn't know SDL for DC was so bad =/ I thought it was good after seeing a Zelda game written on it! My game is a very simple 2d platform. I had written it in BennuGD for Dreamcast before. However when I started to add things on it the performance started to be really bad... Then I wrote every...
by NeoSnk
Mon Sep 19, 2016 6:10 am
Forum: Programming Discussion
Topic: How to set SDL in KOS?
Replies: 14
Views: 2979

How to set SDL in KOS?

Hi guys, I've developed a game for PC using SDL. I want to port it for DC, however I have some problems setting SDL in KOS... First I went to Chui's website: http://chui.dcemu.co.uk/sdl.html and I downloaded the Precompiled Libraries and Headers and put the files in addons like the instructions ask ...
by NeoSnk
Sun Sep 18, 2016 8:47 am
Forum: Programming Discussion
Topic: Problem with Kos_setup_script
Replies: 3
Views: 758

Re: Problem with Kos_setup_script

As mentioned in the other thread in which you've posted, you're probably missing subversion on your system, thus you can't pull the source code to ports that require it (libtremor on the other thread and libconio on this thread are both ones that require subversion for pulling sources). Thank you f...
by NeoSnk
Sun Sep 18, 2016 8:46 am
Forum: Programming Discussion
Topic: Problems installing cygwin on windows xp
Replies: 14
Views: 2105

Re: Problems installing cygwin on windows xp

Thank you for the help :)
by NeoSnk
Sat Sep 17, 2016 6:33 pm
Forum: Programming Discussion
Topic: Problems installing cygwin on windows xp
Replies: 14
Views: 2105

Re: Problems installing cygwin on windows xp

However even with this error I can compile my projects, so, I think everything is fine :grin:
by NeoSnk
Sat Sep 17, 2016 6:15 pm
Forum: Programming Discussion
Topic: Problems installing cygwin on windows xp
Replies: 14
Views: 2105

Re: Problems installing cygwin on windows xp

Hi I'm very new here as well hehe but I've been fallowing the forum for a long time. I've tested and everything works fine except for the last command, I got this error trying on Windows and Linux: svn: E670002: Name or service not known /opt/toolchains/dc/kos/../kos-ports/scripts/download.mk:8: rec...
by NeoSnk
Sat Sep 17, 2016 6:07 pm
Forum: Programming Discussion
Topic: Problem with Kos_setup_script
Replies: 3
Views: 758

Re: Problem with Kos_setup_script

I got the same error on Linux (Ubuntu) =/
by NeoSnk
Sat Sep 17, 2016 6:45 am
Forum: Programming Discussion
Topic: Problem with Kos_setup_script
Replies: 3
Views: 758

Problem with Kos_setup_script

Hi Guys, I'm trying to fallow this tutorial: https://dcemulation.org/?title=Compiling_KOS_on_Windows however in the last step: sh /opt/toolchains/dc/kos-ports/utils/build-all.sh I get this error: cp: cannot stat ‘../dist/libconio-2.0.0’: No such file or directory make: *** [/opt/toolchains/dc/kos/.....