DC-SWAT Forum
Some questions - Версия для печати

+- DC-SWAT Forum (http://www.dc-swat.ru/forum)
+-- Форум: Sega Dreamcast (/forum-2.html)
+--- Форум: English section (/forum-29.html)
+--- Тема: Some questions (/thread-1716.html)



Some questions - DoctorNicholas - 17.09.2011 00:43

1. why did the forums go back to russian? its very hard to read now. If there is a way to set it back, can you show me how? I cannot read russian nor can the translators translate this site for some reason. lol

2. bennugd keeps asking me to ask you to port bennu to dreamcast. they say it would probably be as easy by just replacing the fenix code with bennu code.

3. do you think you can make me an .avi and/or .mp3 playing .dll for the dreamcast version of fenix?

4. the R trigger is supposedly backspace and the L trigger is supposedly tab. do you think you can get those to work? source. It is not that big of a deal to have the triggers working.

Thanks


RE: Some questions - Василий - 17.09.2011 01:30

Цитата:why did the forums go back to russian?
Because it's russian forum with english section so russian is the main language but to switch language to english do this action:
http://www.dc-swat.ru/forum/index.php?language=english


RE: Some questions - DoctorNicholas - 25.09.2011 08:14

Hey SWAT, what is the start key for fenix? Its not enter anymore.


RE: Some questions - SWAT - 26.09.2011 08:16

I still can not find the time to finish DreamShell, fenix later...


RE: Some questions - DoctorNicholas - 03.10.2011 02:36

I just want to the start key and sound effects to work. Do you have work in the way of all of this?


RE: Some questions - SWAT - 03.10.2011 12:08

No I do not have anything better.


RE: Some questions - DoctorNicholas - 03.10.2011 17:25

Well I saw an IP.bin creator and it had a buttons thing, could it be that you didnt check the start button or whatever? I have absolutely no idea what I am tlaking about so if you are confused, I am too. This too I have no idea but, do you have the SDL_mixer inside your 1ST_READ.bin?

When you look at the 12 hours for dreamshell and the 10 minutes to fix the mistake in fenix, what could you do :3?


RE: Some questions - SWAT - 04.10.2011 07:33

IP.BIN nothing to do with this. SDL_mixer is inside.
To fix this may need a minute, but to find the cause can be time consuming. While I was not even a minute can not spend DreamShell, to say nothing about anything else. I have a lot of work, so the hobby is suffering Sad


RE: Some questions - DoctorNicholas - 04.10.2011 08:24

ah. well I got the bennu monolithic compiled in kos and you can download it here: http://www.mediafire.com/?cscdm6mh5i3ybds, I can bootdreams and another program to convert one elf or the other to 1st_read.bin, but upon startup the game crashes with this error I see
[Изображение: file.php?id=611&sid=4eab6e448b01...495146e147]

what did you do to get the compiler and intereprester into 1st_read.bin? and do you think you can share with me what you did to get the autorun.dcb to work? (i dont want to put a file manager in this bennu, just have it look for autorun lol). and how do you get the controls set up? thanks


RE: Some questions - SWAT - 04.10.2011 13:58

Compilation is not all that needs to be done, you need to change part of the platform dependent code. What exactly should be changed in your case, I can not say this simply, you need to study the source code.


RE: Some questions - DoctorNicholas - 04.10.2011 16:14

How do I open the source code? and where do you think os code might be? even if you arent working on it, could you help me with it?

Well anyways,
When you get the time to work on something, could you take a look at fenix and add L and R support, start button did not seem to be working, nor did play_wav() (which is the sound effect player).


RE: Some questions - SWAT - 05.10.2011 08:27

Source on repo http://bennugd.svn.sourceforge.net/viewvc/bennugd/


RE: Some questions - DoctorNicholas - 06.10.2011 07:53

Ok I did a straight porting of it. I have 1 error and 1 warning in codeblocks, some syntax thing.

When you ported fenix over, do you know if you did anything special? like there is code in the interpreter for loading a .dcb, im assuming its exactly the same as fenix, could you show me what you did to load autorun.dcb?

In bennu there is bgdc (compiler) and bgdi (interpreter, plays the games), I am just covnerting the interpreter, was that something similar to what you did in fenix?

thanks


RE: Some questions - SWAT - 07.10.2011 10:16

This archive I sended to the fenix authors at the time, it contains only modified source code.

http://www.dc-swat.ru/download/dc/fenix/Fenix_v0.93_updated_source_for_DC.tar.bz2


RE: Some questions - DoctorNicholas - 08.10.2011 19:49

Thanks a bunch! Smile I looked inside the code and I saw the area where the controls were listed, no wonder I could not get things working XD. I did not see the L and R buttons in that part of code. Do you think you can program in the L and R buttons and change the a b x y back to what chuy had them to, and get play_wav to work? http://chui.dcemu.co.uk/sdl.html
/*
SDL_DC_MapKey(0, SDL_DC_START, SDLK_return);
SDL_DC_MapKey(0, SDL_DC_A, SDLK_lctrl);
SDL_DC_MapKey(0, SDL_DC_B, SDLK_lalt);
SDL_DC_MapKey(0, SDL_DC_X, SDLK_space);
SDL_DC_MapKey(0, SDL_DC_Y, SDLK_shift);
SDL_DC_MapKey(0, SDL_DC_L, SDLK_tab);
SDL_DC_MapKey(0, SDL_DC_R, SDLK_backspace);
SDL_DC_MapKey(0, SDL_DC_LEFT, SDLK_LEFT);
SDL_DC_MapKey(0, SDL_DC_RIGHT, SDLK_RIGHT);
SDL_DC_MapKey(0, SDL_DC_UP, SDLK_UP);
SDL_DC_MapKey(0, SDL_DC_DOWN, SDLK_DOWN);*/

I have codeblocks set up on my computer and cygwin, but I cannot compile, I set up everything according to some tutorials but I keep getting undefined reference, which is supposedly something to do with gcc. Thanks


RE: Some questions - SWAT - 11.10.2011 12:55

This block of code is commented out and not used. Control settings are used as default in Chui.


RE: Some questions - DoctorNicholas - 02.11.2011 07:41

do you know why scrolling doesn't work?


RE: Some questions - SWAT - 03.11.2011 07:20

No...


RE: Some questions - DoctorNicholas - 06.11.2011 09:10

They just ported a beta of bennu to dreamcast http://forum.bennugd.org/index.php?topic=2811.0
care to see if it can be integrated into dreamshell?


RE: Some questions - SWAT - 06.11.2011 11:35

Maybe after release the new DS.