Emuforums.com

Go Back   Emuforums.com > Xbox Emulation > Dxbx Official Discussion
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
Old March 6th, 2009   #41 (permalink)
Banned
 
Join Date: Jan 2009
Location: spain
Posts: 221
nice work

Last edited by saintseiya; April 2nd, 2009 at 22:12..
saintseiya is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old April 21st, 2009   #42 (permalink)
Registered User
 
Join Date: Jul 2003
Location: London, England
Posts: 164
I've noticed that in the xbedumps folder svn of dxbx there are two files (DAH.xbe.txt and "Destroy All Humans.txt") which are exactly the same. I thought I'd mention it.
chipsugar is offline   Reply With Quote
Old April 22nd, 2009   #43 (permalink)
Banned
 
Join Date: Jan 2009
Location: spain
Posts: 221
mm interesting, i see many changes in the progress but maybe patrick has a great sorprise for all, and dxbx fan too..thanks for dxbx and all the progress patrick ..we´re waiting for news all time : D
saintseiya is offline   Reply With Quote
Old April 24th, 2009   #44 (permalink)
Registered User
 
Join Date: Jul 2003
Location: London, England
Posts: 164
I got some games today that were'nt listed in xbedumps so here's some dumps.
Attached Files
File Type: txt Midway Arcade Treasure 1-pal.txt (14.7 KB, 8 views)
File Type: txt Return to Castle Wolfenstein-pal.txt (32.4 KB, 2 views)
File Type: txt Mortal Kombat Deception-pal.txt (20.5 KB, 3 views)
chipsugar is offline   Reply With Quote
Old April 24th, 2009   #45 (permalink)
Emu author
 
shadow_tj's Avatar
 
Join Date: Jul 2003
Location: Netherlands
Posts: 656
thx for the dumps.
they are added to the Svn.


About Dxbx, we are working the time we got on the code.
There are no huge steps forward, so therefore there are no new posts yet.

greetings,

Shadow_tj
shadow_tj is offline   Reply With Quote
Old April 24th, 2009   #46 (permalink)
Banned
 
Join Date: Jan 2009
Location: spain
Posts: 221
shadows can you to use implement or hacks of others emulators like pcsx2 and dolphin and add to cxbx project??have you any dxbx video for the dxbx fans?....i wanna see a good xbox game debugger like dolphin is very awesone debugger is a great key for fixes...well my better wish for you shadow thanks
saintseiya is offline   Reply With Quote
Old April 27th, 2009   #47 (permalink)
Emu author
 
shadow_tj's Avatar
 
Join Date: Jul 2003
Location: Netherlands
Posts: 656
for debugging we use delphi.
debugging with delphi is better then add other thirdparty tools.

the logging we generate can be used for determine where its going wrong.
and then setbreakpoints in the code for debugging

About movies and stuff, we still in alpha release..
we still have some problems on in the first functions of the emulator.

When there is stuff to display we put it here on the forum
shadow_tj is offline   Reply With Quote
Old April 27th, 2009   #48 (permalink)
Banned
 
Join Date: Jan 2009
Location: spain
Posts: 221
very nice, you have a lot of xbe dumps i this very important for the new release?i see your page and the are a lot of xdumbs. well talk m about this please..
....is near some new version with input with keyboar(widows appi)??
saintseiya is offline   Reply With Quote
Old April 28th, 2009   #49 (permalink)
Emu author
 
shadow_tj's Avatar
 
Join Date: Jul 2003
Location: Netherlands
Posts: 656
we are focussing on screen display, not input yet.
that the cxbx dll`s are working, is not primarie for dxbx.

when you wanne have direct input very soon, then you nee to take cxbx.
If dxbx shows stuff, then its timne for putting time into direct input, because you need to press some keys when the menu pops up :P


About the xbe dumps, these are there so we can determine wich games are closest to supoorted games.

Its not verry easy to make kernel hacks and adjustments of the code from 3911 then 5659
for example.


When you go from 3911 to 4628 for example the changes in the xdk librarie are smaller.
so its easier to adjust the hacks and code for these small changes.

but then you need to know wich xdk version are availible and wich games can be used for testing.


Not all games can be used because some game use other items then others.
then i mean like Overlay video ... Bink video, others are simple converted avi and others are divx movies.

Some use converted jpeg others bmp... is there used .x 3d files and so on.
so each game has its own things why stuff is not working.
How more games to test a xdk, the better.


greetings,
Shadow_tj
shadow_tj is offline   Reply With Quote
Old April 29th, 2009   #50 (permalink)
Banned
 
Join Date: Jan 2009
Location: spain
Posts: 221
Talking stj thanks for the answer

shadows can you see my last post in this thread>*click here*...im trying to make changes but do you thing that instanst debug {just in time debugger}can help me?maybe you have some good idea, my idea is put selector of ways like sound out interpreter or video interpreter depending of the code exeption and trying more step by step, making memory..and trying more things..hehe..if i compile all fine i can make changes and see the results i can see for fixes in the svn128 and the 0.78 trace sources in a comparation for add definitions more clears..
sdk8.1 is not compatible with cxbx compilation? is really microsft platafform required_?...in the thread that i saw there are a pics of my visual cxbx projetc...i have time i can try all

here other #@$ code exeption of friends recivied,,,futurama pal version click here


soul calibur 2 click here

soon i put the xdumps that i ask to him

Last edited by saintseiya; April 29th, 2009 at 00:57..
saintseiya is offline   Reply With Quote
Old April 29th, 2009   #51 (permalink)
Emu author
 
shadow_tj's Avatar
 
Join Date: Jul 2003
Location: Netherlands
Posts: 656
wich project are you working on.

Dxbx or CXBX ?

in the text you talk alot about cxbx.. remeber we are Dxbx team.
and yes the in time debugger is good for deugging, no other tools are required ( but thats for delphi ).

The debugger is so far good if you know how to work with it.


Sdk8.1 is good... if you use Visual studio 6. then you can compile the sources.
its same sdk im using for compiling Cxbx.

If you wanne use visual studio express.. dont know, never get it working right with the express version so i went back to version 6.
remeber vc6++ is same version cxbx is developt with... original sources from caustik are programmed on the version 6, and not express editions.
Directx Sdk 8.1 is also for vc6, same as the xdk versions and processor packs. those only work ( for me ) on version 6
shadow_tj is offline   Reply With Quote
Old April 29th, 2009   #52 (permalink)
Banned
 
Join Date: Jan 2009
Location: spain
Posts: 221
i´m working in cxbx...but in visual studio 2005...go to here , and se the pics my projetc but there are errors i don´t understand why because y i´ve all the sources and directories added to vcc++ directories..the syntax errors can be fixes ..but there are problems with somes aplications...i put a log ith the errors you can see it here

repeat: you can see the pics of my vc2005 cxbx project here

can help me and tell me what is causing the problems more importants no syntax?

like you know allthis friend, cxbx has a included like this: cxbxkrnl\cxbxkrnl.h.......i rename this to cxbxkrnl.h...because any mode the compilation doesn´t recognizes that cxbxkrnl\cxbxkrnl.h


is intresting the great and enorm xbe dumps than dxbx has is like 300 hehe ..friend at all this there are more compatibility??i´m crazy fr see video or any results at least a pic i could be enloved of dxbx sexy project hehe and you gain the total honor and the all thanks of your fans..sure

shadowtj here 2 dumps: futurama pal version and soul calibur 2 click HERE
(that´s not my dumps is of other user) i´m on topic hehe

Last edited by saintseiya; April 29th, 2009 at 20:26..
saintseiya is offline   Reply With Quote
Old April 30th, 2009   #53 (permalink)
Registered User
 
Join Date: Jul 2003
Location: London, England
Posts: 164
Add Colin McRae Rally 04.

@saintseiya: I bet the devs are glad to have someone else looking at the code. I think it might be less confusing if you keep Cxbx questions in one of the Cxbx forum threads and Dxbx stuff here. That kinda makes things easier to follow when people do go off topic.
Attached Files
File Type: txt Colin McRae Rally 04.txt (12.7 KB, 8 views)

Last edited by chipsugar; April 30th, 2009 at 16:08..
chipsugar is offline   Reply With Quote
Old May 4th, 2009   #54 (permalink)
Emu author
 
shadow_tj's Avatar
 
Join Date: Jul 2003
Location: Netherlands
Posts: 656
@saintseiya: better create a new thread in cxbx forum.
prehaps they can help you with opcode errors.

Remember, cxbx is still in development.
And that futurama display some stuff, does not mean its complete playable without errors.

This thread is also for XbeDumps, and not errors and other problems.
For that you will need to open a new item...


Thanks chipsugar for the XBE dump, that is placed in svn.
shadow_tj is offline   Reply With Quote
Old May 27th, 2009   #56 (permalink)
Registered User
 
Join Date: Jul 2003
Location: London, England
Posts: 164
Attached Cel Damage. It uses a mix of 3911 and 3925 xdks.
Attached Files
File Type: txt Cel Damage.txt (12.9 KB, 5 views)
chipsugar is offline   Reply With Quote
Old June 13th, 2009   #57 (permalink)
Never give up your dreams
 
JoaoHadouken's Avatar
 
Join Date: Dec 2008
Location: Brazil
Posts: 14
Another XBE dump: Digimon World 4!
Attached Files
File Type: txt Digimon World 4 (XBE Dump).txt (16.5 KB, 3 views)
JoaoHadouken is offline   Reply With Quote
Old July 2nd, 2009   #58 (permalink)
Banned
 
Join Date: Jan 2009
Location: spain
Posts: 221
shadowstj any progresswith dxbx ? give me a hope please ...


is posible keep the hopes for xbox emulation or not?
saintseiya is offline   Reply With Quote
Old July 17th, 2009   #59 (permalink)
Registered User
 
Join Date: Jul 2009
Location: Hungary
Posts: 1
Cool Def Jam Fight for New York

Hi, I need the original Default.xbl from the game Def Jam Fight for New York, can anyone pass me this *****?
Viktor86HUN is offline   Reply With Quote
Old July 17th, 2009   #60 (permalink)
Emu author
 
shadow_tj's Avatar
 
Join Date: Jul 2003
Location: Netherlands
Posts: 656
xbl ?? or do you mean xbe file.

the xbe files are from original games... also sharing xbe files are not allowed.
nothing may be shared from copyrighted material.. also not litle parts of it.


progress on dxbx..
for me at the moment its on hold because the litle bit free time and personal reasons.
patrick is also bussy.. and probably on vacation
shadow_tj is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 00:59.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5