View Full Version : iDeaS 1.0.1.7 released !!
Grzeslav
July 2nd, 2007, 20:34
Some great news :)
Changelog:
* Fixed a bug in smulwy and smlawy opcode.
* Fixed a bug in ldrd and strd opcode.
* Fixed a bug in swi opcode.
* Fixed a bug in GXFIFO register.
* Fixed a bug in GXSTAT register.
* Fixed a bug in texture slots management.
* Fixed a bug in textures management.
* Fixed a bug in FAT emulation.
* Fixed a bug in read byte in video memory.
* Fixed a bug in visualization layer disabled.
* Fixed a bug in Extended Palettes Slots.
* Fixed a bug in touch position detection in rotation mode.
* Fixed a bug in IRQ management.
* Fixed a bug in plugins management.
* Fixed a bug in BGxCNT.
* Fixed a bug Unable to read.
* Fixed a bug in Extended Mode Background Size.
* Added cheats features.(Action Repaly DS only)
* Added Plain ARM7-CPU memory access.
* Added support for ELF format.
* Added visualization source code in debugger window.
* Added LZ77UnCompVram bios function.
* Added Windows 0 and 1 rendering.
Audio Plugin 1.0.0.2 :
* Added Savestate capability.
* Added Change Volume feature.
* Fixed a bug in SOUNDxCNT register.
* Fixed a bug in calculation resampling frequency.
Avi Capture Plugin 1.0.0.1 :
* Added support for compressed formats.
iDeaS Emulator (http://spazioinwind.libero.it/linoma/ideas.html)
Thank You, thank You Lino :)
ShadowFX
July 2nd, 2007, 20:40
Tried it just yet, it's amazing how far it has progressed since the last version! Many graphics and audio fixes, and the speed has increased dramaticly here. Very, very nice release!
sigmax
July 2nd, 2007, 20:56
Exelent news :D
SCHUMI_4EVER
July 2nd, 2007, 21:21
Looks absolutely awesome, time to try it out :D
Edit: Ok tried it now and it's blown me away. GREAT WORK LINO!!! :thumb:
I see you managed to fix those major issues Etrian Odessy had and also Labyrinth.
Absolutely awesome, time for the testing to start in earnest, quite a few extra games working propperly, those 2 having been the worst before (not perfect but MUCH better than before).
No the above was not criticizing you Lino it was there for any idiots that might say : "but you said it was perfect", that's why I added that in brackets.
kevsta2004
July 2nd, 2007, 22:40
I've got a strange problem with new version all my menu's & text are defaulting to Italian for some reason instead of english even after i've saved.
SCHUMI_4EVER
July 2nd, 2007, 22:48
Go File>Properties and switch to english. Remember to then reset the game.
kevsta2004
July 2nd, 2007, 23:05
Go File>Properties and switch to english. Remember to then reset the game.
Thanks! for that :thumb:
What the difference from the Z & w buffers?
shashClp
July 2nd, 2007, 23:22
Well, he added ELF debugging (http://spazioinwind.libero.it/linoma/ideas_screen/debugger.png), which is GREAT, really, really, GREAT. Probably the greatest addition from the homebrew developers point of view! (Not to mention that I'm jealous, because I wanted to add that too on desmume :D)
Kudos for the GREAT release :)
Hiei-YYH
July 3rd, 2007, 03:12
only ARDS? why not raw CBDS too lino? it's easier than ards, and has less code types to mess with.
can you specify which ards code types you implemented? (or just basic 8bit 16bit 32bit constant write for now)
Lino
July 3rd, 2007, 03:55
only ARDS? why not raw CBDS too lino? it's easier than ards, and has less code types to mess with.
can you specify which ards code types you implemented? (or just basic 8bit 16bit 32bit constant write for now)
Why only ARDS? Because I must understand us more. The codes implement are:
0 - write byte
1 - write half word
2 - write word
3 - if a > read word(adr)
4 - if a < read word8adr)
5 - if a == read word(adr)
6 - if a != read word(adr)
7 - if hword a > (read hword & not a)
8 - if hword a < (read hword & not a)
9 - if hword a == (read hword & not a)
A - if hword a != (read hword & not a)
B - Offset = read word(adr + offset)
D0 - Null Terminator
D2 - Null Terminator
D3 - Offset = a
D4 - Data += a
D5 - Data = a
D6 - Write word(a+Offset,data); Offset += 4
D7 - Write halfword(a+Offset,data); Offset += 2
D8 - Write byte(a+Offset,data); Offset += 1
D9 - Data = Read word(a + Offset)
DA - Data = Read halfword(a+ Offset)
DB - Data = Read Byte(a + Offset)
DC - Offset += a
What the difference from the Z & w buffers?
practically it disable the depth test, because the w-buffer is not implemented:D
Hiei-YYH
July 3rd, 2007, 04:13
Why only ARDS? Because I must understand us more.
lol you mean english?
anyway :thumb:
gdmk
July 3rd, 2007, 04:20
why not I can't save the game now? I have tried many games.
Lino
July 3rd, 2007, 04:25
iDeaS creates the file .sav only if it has been written something in the EEPROM.
gdmk
July 3rd, 2007, 04:47
but it writes nothing to the .sav file when I have saven the game.
then when you start the game it will clear the .sav file.
Lino
July 3rd, 2007, 04:56
Perhaps there is a problem with savetype auto. You choose the manual savetype.
Hiei-YYH
July 3rd, 2007, 05:01
quick save from 1.0.1.6 gives error about other version :(
Silent Xenocide
July 3rd, 2007, 05:03
Has the compatibility list increased at all? I'm about to go try some.
gdmk
July 3rd, 2007, 05:12
I have chosen the savetype.and the old version can save and load ,the new version can't.
Lino
July 3rd, 2007, 07:20
Sorry, but I have not changed anything in that part of code. Are you sure? What game?
gdmk
July 3rd, 2007, 07:44
0098 - SD Gundam G-Generation DS (J)
0484 - Rockman ZX (J)
0524 - Final Fantasy III
0525 - Rune Factory - Shin Bokujou Monogatari (J)
0576 - Pokemon Pearl (J)
0918_-_Tokimeki_Memorial_Girls_Side_1st_Love_JPN
1157 - Itadaki Street DS (J)
all can't save or load.
Lino
July 3rd, 2007, 08:33
Have you tried with the manual save?
Serio
July 3rd, 2007, 08:41
It appears ideas got much stricter with the saves now. While before i was able to run cv por saves with both 64 and 512 eeprom settings, now 512 returns a wrong file.
Also castlevania portrait of ruin now freezes on emblem creation. Speed improved, but some of the palettes are now displayed incorrectly as well.
Edit: Interestingly, if i chose the right save format at the start of the program it doesn't recognise it. But when i stop the game and reload it, then reset the format it works. Resetting doesn't work with that.
gdmk
July 3rd, 2007, 08:43
yes,I have changed the save type. but still can't work.
It appears ideas got much stricter with the saves now. While before i was able to run cv por saves with both 64 and 512 eeprom settings, now 512 returns a wrong file.
Also castlevania portrait of ruin now freezes on emblem creation. Speed improved, but some of the palettes are now displayed incorrectly as well.
Edit: Interestingly, if i chose the right save format at the start of the program it doesn't recognise it. But when i stop the game and reload it, then reset the format it works. Resetting doesn't work with that.
yes,butyou close the emu,then start the emu again the save file wil be cleared.
Serio
July 3rd, 2007, 09:03
No, I mean start emu, start game, choose savefile format. Savefile will be unrecognised, so press stop and open the game again, select correct format and press play. It works for me when I do that.
kismayas69
July 3rd, 2007, 09:24
wooooooooooooooowwwwwww now i gonna use wanna these version thanks lino great development for the project......rock on!!!!
SCHUMI_4EVER
July 3rd, 2007, 09:25
Errr...don't press play...that's for recording...or at least it was....
gdmk
July 3rd, 2007, 09:53
No, I mean start emu, start game, choose savefile format. Savefile will be unrecognised, so press stop and open the game again, select correct format and press play. It works for me when I do that.
it don't work for me,when I start game,press stop and open the game again,the save file will be cleared.
Lino
July 3rd, 2007, 11:00
Sorry, but there is a bug in emulator,it doesn't create the file sav, perhaps i release a small update.
gdmk
July 3rd, 2007, 11:27
wait for your update:)
Glad to hear about this new version.
Keep the great work!
sigmax
July 3rd, 2007, 13:42
Thanks for the update :D
MartinJ
July 3rd, 2007, 13:54
Appreciate the Hard work Lino, Keep It Up:thumb:
Lino
July 3rd, 2007, 16:32
Ok,is available for the download the new file. Thanks
gdmk
July 3rd, 2007, 16:44
good new,thanks:D
SCHUMI_4EVER
July 3rd, 2007, 17:02
Cool thanks Lino...I never noticed yesterday XD...then again I never had time to play propperly and therefore never saved anything.
cloudsBro
July 3rd, 2007, 17:20
There is a big improvment upon the previous release, great work.
Castlevania Portrait Of Ruin runs more faster now:)
Cobalt
July 4th, 2007, 00:10
Damn GJ! :thumb:
LightningLockey
July 4th, 2007, 01:06
The largest improvement was the music in the game. It is almost perfect, the 'almost' part is that it stutters with pauses during game play of Castlevania DoS. When I pause the game to equip stuff, the music plays at normal speed and sounds flawless. The sound effects are well improved too.
The second is speed, for the most part, Castlevania plays the same unless there are no 3d effect backgrounds and no enemies. Then it runs at normal speed (blazing fast from what I'm used to). The speed is more consistent, it used to slow down to a crawl before the screen would go white.
The only new problem I noticed was the rooms between levels now has messed up graphics. Reminds me of what an old messed up NES game would look like. I'll see if I can get two screens to compare these rooms with the old and new version later on.
The hard work is well appreciated. Keep up the great work!
(me):bow: (lino):agree:
dreampeppers99
July 4th, 2007, 02:53
RGN
Realy God News
:D
ShadowFX
July 4th, 2007, 10:56
Ok,is available for the download the new file. Thanks
Lino, will it be possible in the future to implement a Window x2 or x3? The current window size is a bit small on higher resolutions. Thanks :thumb:
Cheapshot
July 4th, 2007, 11:32
Is the sound a bit crackly after a while for anyone else? If it wasn't for that, Phoenix Wright would be perfect.
LightningLockey
July 4th, 2007, 13:12
Lino, will it be possible in the future to implement a Window x2 or x3? The current window size is a bit small on higher resolutions. Thanks :thumb:
You can right click it, select properties and select compatibility and check the box to force it to open in 600x400 mode. It makes the game bigger, but if you want to do anything else, gotta shut ideas down which really sucks. If you play Castlevania with it like that, gotta use task manager to shut ideas down or your stuck at that mode after exiting it (for some reason ideas.exe won't stop on its own).
Noja87
July 4th, 2007, 13:18
Hehe, this is great. MMZX is close to perfection. The cutscenes are more fast and they almost say their lines now :D
SCHUMI_4EVER
July 4th, 2007, 13:29
You can right click it, select properties and select compatibility and check the box to force it to open in 600x400 mode. It makes the game bigger, but if you want to do anything else, gotta shut ideas down which really sucks. If you play Castlevania with it like that, gotta use task manager to shut ideas down or your stuck at that mode after exiting it (for some reason ideas.exe won't stop on its own).
Fix:640x480
You will also have to set your taskbar to auto-hide itself.
f1r3f0x
July 4th, 2007, 14:05
an "always on top" feature would be apreciated :D
ShadowFX
July 4th, 2007, 14:26
Fix:640x480
You will also have to set your taskbar to auto-hide itself.
That is why I'm kinda hoping for a build-in solution. Bigger window size or full-screen option.
MartinJ
July 5th, 2007, 04:04
doesn't anyboy else think there should be 512k Flash save added?:eyemove:
kismayas69
July 5th, 2007, 04:51
master lino can i ask something what spec's requirement for your project "iDeaS" pls give me some idea.. i will buy some new parts of my pc next month so i can use your project more faster than i have right now
SCHUMI_4EVER
July 5th, 2007, 10:02
Don't be a fool kismayas69...don't upgrade for an emulator that's still this early in it's development....the requirements could be just about anything...rather buy the real deal (a real DS)...or an extra flash-cart or an original game or some other cool DS accessory.
Only upgrade if you want a better PC anyways, or need it for PC gaming or video editing or some line of work.
Tony Luey
July 5th, 2007, 13:55
Do you have any ideal how Action Replay works on iDeaS?:)
Dualscreenman
July 5th, 2007, 21:16
While booting, Lunar Knights the bottom screen flickers between the image that's supposed to be displayed and the image on the top screen.
This also occurs on the main menu.
Serio
July 6th, 2007, 07:45
The only new problem I noticed was the rooms between levels now has messed up graphics. Reminds me of what an old messed up NES game would look like.That's because of the palette error i mentioned earlier. It seems while working on the speed the palettes were broken/reverted back to few versions ago.
Portrait of ruin now crashes less with the speed improvements though which is a plus.
Clord
July 7th, 2007, 13:01
This emulator is good because it emulates games proper speed. Emulators like no$gba fail to understand dual cores right and start skip frames etc even when it can handle NDS games without frame skipping faster speeds than real NDS.
kismayas69
July 12th, 2007, 02:08
theres a minor bugs in Rockamn ZX advent the characters is missing in the game but is playable without the characters hehehehe..... ill post the screen shots later on
Lino
July 12th, 2007, 19:56
Do you have any ideal how Action Replay works on iDeaS?:)
Shift+C open the Cheat List, insert your code and then enable Cheat List with Options->Cheats->Disable Cheat List (uncheck).Resolved.:D
Hiei-YYH
July 12th, 2007, 20:26
I'm hoping for a complete debugger for cheating purposes too xD
Light Fire
July 12th, 2007, 21:55
Hi, why when i load a game the screen is always black??? i press execute and the same
Lino
July 13th, 2007, 01:02
what game game is always black?I want to know it.
Light Fire
July 13th, 2007, 02:03
with harvest moon DS and pokemon dungeon blue and this is happening with all ideas versions.Do i need firmware, bios or something??
gdmk
July 13th, 2007, 03:19
with harvest moon DS and pokemon dungeon blue and this is happening with all ideas versions.Do i need firmware, bios or something??
They are playable,I think you played them with No$gba before,and encrypted rom.
kismayas69
July 13th, 2007, 04:37
ive test before the release of the game recently i expected like the rockman ZX game, when i first load it the sprite characters are invicible OAM but the background of the game is there looking good.....this is my report to you lino on htis game. thanks God bless
RockmanForte
July 13th, 2007, 04:50
Lino:
iDeaS 1.0.1.3
Ryuusei no Rockman Dragon
http://i13.tinypic.com/4p3mef5.jpg
iDeaS 1.0.1.7a
http://i12.tinypic.com/4y84cpg.jpg
Weird, huh ? Bug is found, I think.
Lino
July 13th, 2007, 05:24
ive test before the release of the game recently i expected like the rockman ZX game, when i first load it the sprite characters are invicible OAM but the background of the game is there looking good.....this is my report to you lino on htis game. thanks God bless
On top screen there aren't the sprites? is it just?
Thanks for screenshots.
Lino:
iDeaS 1.0.1.3
Ryuusei no Rockman Dragon
.
.
.
iDeaS 1.0.1.7a
.
.
.
Weird, huh ? Bug is found, I think.
a new bug.:???: :drool:
RockmanForte
July 13th, 2007, 05:30
a new bug.:???: :drool:
Yeah, I hope you will find this bug. Good luck! ;) :D :thumb: :bow:
kismayas69
July 13th, 2007, 08:43
as long as i can wait i've have faith in lino's project thanks for seeing my report lino....God bless
gdmk
July 13th, 2007, 10:17
look at the pics
something strange in V1.0.1.7/a but fine in V1.0.1.6
http://img223.imageshack.us/img223/2999/01kh6.jpghttp://img223.imageshack.us/img223/6866/02tf8.jpg
in pockmon US version,when you load game,you will stop in this blue screen.happen in all iDeaS versions
http://img223.imageshack.us/img223/2876/03ws1.jpg
SCHUMI_4EVER
July 13th, 2007, 11:58
I loaded the US version fine...
Looks as if something went wrong after you tried to fix the issue with Etrian Odessy Lino. Which you did really well by the way.
Tony Luey
July 13th, 2007, 13:07
Originally Posted by Lino
Shift+C open the Cheat List, insert your code and then enable Cheat List with Options->Cheats->Disable Cheat List (uncheck).Resolved.:D
Thank, Lino for your help.:)
MartinJ
July 13th, 2007, 13:23
i See everyone else is pointing out bugs so I might as well too, the background in the namek stage is a little gltichy.
Hiei-YYH
July 13th, 2007, 15:17
i See everyone else is pointing out bugs so I might as well too, the background in the namek stage is a little gltichy.
you can't just convert to png or jpg do you?
MartinJ
July 13th, 2007, 16:48
you can't just convert to png or jpg do you?
Here you go
Lino
July 13th, 2007, 17:38
only 242x278? my screenshots are 256x384? What game?
MartinJ
July 13th, 2007, 17:57
only 242x278? my screenshots are 256x384? What game?
It's DragonBall Z Supersonic Warriors 2. Here's some better pics.
Also, in the second pic, this glitch always happens before a fight, maybe that info might help you a little more.
Lino
July 13th, 2007, 18:26
Excuse me, but where the problem is? Does the background lack?
Thanks for screenshots.
MartinJ
July 13th, 2007, 18:35
Excuse me, but where the problem is? Does the background lack?
Thanks for screenshots.
All I'm trying to say is that there are some layers missing in the background. In the 1st screenshot the "green" parts are supposed to be mountains.
Babygino13
July 13th, 2007, 23:59
the same thing is happening im my pokemon diamond (US) and when i try to do the save state in the emulator it doesnt load or loads the game with a black screen
http://http://img183.imageshack.us/img183/1498/screenjw6.jpg (http://imageshack.us)
RockmanForte
July 14th, 2007, 00:14
The funny thing is that people complain about pokemon. Give the developer a break. He probably has a job, and maybe even a life. He will try to gather an information until he knows the cause. He will fix whatever the problem is soon. Not just for Pokemon, mind you but for any games too. Jeez!
Hiei-YYH
July 14th, 2007, 01:29
those are the pokemon fanatics that we all know :rotflmao:
Babygino13
July 14th, 2007, 01:45
i forgot to say that Lino did a great job on this project and IMO it is the best ds emulator out there. Good Job Lino.
kismayas69
July 14th, 2007, 02:41
its concrens me that other games are can't read their *.sav file in other games otherwise they import them before playing....still waiting to play ZXA hihihi...
RockmanForte
July 14th, 2007, 02:55
still waiting to play ZXA hihihi...
Are you kidding ?
current playing in NDS Regular
Rockman ZX advent(playable)
Are you telling us the truth ? oO Then why wait ? :heh: Go and play this game on your DS. You're not making any sense. :rolleyes: There is no sense in waiting for this emulator when you already have your DS. :???:
kismayas69
July 14th, 2007, 03:07
im just borrowing a DS regular to my cousin and i have a supercard SD i just wanna try it.... im just a poor boy a rockman adik....
RockmanForte
July 14th, 2007, 03:12
im just borrowing a DS regular to my cousin and i have a supercard SD i just wanna try it.... im just a poor boy a rockman adik....
Oh, that's understandable. You will be alright. :thumb: Yeah, we will have to wait patiently. Don't worry... Time will fly fast. :D
sigmax
July 14th, 2007, 04:31
Rockman zx advent is very easy but is nice :)
anyway i will submit some bugs later :p or tomorowoO
Uiriamu
July 14th, 2007, 05:28
Now piracy is allowed in this forum? :~
By the way, great emu Lino, I'm just sad he helps piracy. Doubt if someone here even have a DS (I do).
Babygino13
July 14th, 2007, 05:31
I have a DS too. Dont be so quick to judge
Hiei-YYH
July 14th, 2007, 05:58
Now piracy is allowed in this forum? :~
By the way, great emu Lino, I'm just sad he helps piracy. Doubt if someone here even have a DS (I do).
seeing where you're from, you can't just say anything about piracy :dead:
i have one, but i'm using a flashcart :p
Uiriamu
July 14th, 2007, 06:16
seeing where you're from, you can't just say anything about piracy :dead:
i have one, but i'm using a flashcart :p
Don't judge me because I live in Brazil, plz =D
Hiei-YYH
July 14th, 2007, 06:24
Don't judge me because I live in Brazil, plz =D
I'm not saying about you in specific, but the majority buy pirated games.
kismayas69
July 14th, 2007, 09:50
sure youve said it piracy is bad but the real deal is you spend because you got the money to buy but for us we don't have we use our heads....
Serio
July 14th, 2007, 10:35
Guys stop talking about it. Piracy or no, this is ideas release topic not the morality of pirating games topic.
Anyway i'm sure you're aware of this, but:
1.0.1.6 ------------------------------------------------ 1.0.1.7
http://serio.i-xcell.com/image/1016.pnghttp://serio.i-xcell.com/image/1017.png
The face portrait is using wrong palettes again. Same happens to some backgrounds, boss rush images etc.
Nice speed boost though. :D
ShakirMole
July 14th, 2007, 12:31
nice images... maybe the rapid speed increase is causing wrong interpretation
Tony Luey
July 14th, 2007, 14:39
Originally Posted by Serio
The face portrait is using wrong palettes again. Same happens to some backgrounds, boss rush images etc.
Nice speed boost though. :D
Face portrait didnt bother me at all. As long it able to play longer. I turn off the sound, because too much static. I too have flashcart also, but for testing the game before buying the original. One game cost 1.5 to 3k pesos sold in my country.:rotflmao:
LightningLockey
July 14th, 2007, 18:17
How did you get past the room with the giant ram that chases you? After I get threw it ideas locks up. Both .6 and .7
Serio
July 14th, 2007, 18:47
I usually use memory hacking tools and stuff. First I go to a saveroom and save, then modify the player position to move myself to the room before Dracula. Then suspend and reload and I'm in the room I was when suspended. Then defeat Dracula and the game is saved in that room permanently.
But this one here is from my imported savefiles.
Gladiator@
July 14th, 2007, 19:19
seeing where you're from, you can't just say anything about piracy :dead:
Yeah, now we have an ignorant japanese that (obviously) don't know nothing about Brazil saying stupid things.
This is prejudice, not information.
You are an idiot Hiei.
Hiei-YYH
July 14th, 2007, 21:27
Yeah, now we have an ignorant japanese that (obviously) don't know nothing about Brazil saying stupid things.
This is prejudice, not information.
You are an idiot Hiei.
First off, that conversation was already OVER then you came with that **** like always...
That is the THIRD time that you came and answered me with a ignorant post, next time I'll report you.
Oh, and by the way... I think everyone knows Brazil reputation about modchips and pirated games, or I'm wrong? If I'm japanese, North American or Mexican it make any difference in the end? :angry: just STFU dude, and again, I DID NOT TALKED WITH YOU IN THE FIRST PLACE. If you're Brazilian and buy original imported games like Uiriamu, good. I don't have anything against, i said that the MAJORITY (and after that answer i believe that you make part of that majority) otherwise, F*** OFF and don't quote or even answer me anymore or you'll get reported for flaming. Go play your emulators dude and leave me alone.
YES, i HATE ppl who doesn't support anything for the console companies. if you don't have a lot of money that's ok, not everyone has, but at least buy the damn console/handheld since you download illegal roms.
damn, that retard just make a good thread another flaming one... i hate those noobs.
please mods, delete this and this guy post. it's just waste of time argue with him, he's just a flamer.
Uiriamu
July 14th, 2007, 22:51
YES, i HATE ppl who doesn't support anything for the console companies. if you don't have a lot of money that's ok, not everyone has, but at least buy the damn console/handheld since you download illegal roms.
Indeed, that's what I think too. It's because the companies you have that games to play, at least support a little.
I have a flashcard too, but I use in most cases as a mp3/dpg player and to run homebrew. If I add roms, is for testing before buy. (I just can't spend my money - very little money - to buy crappy games)
Nothing compares to a original game, with box, manuals and etc...with piracy you just can't give the game it's proper valor. (And is a crime, you know?)
Aniways, it's off topic xD
It's only me or the sound is lagging the emu? Needs more work in that. But is amazing to see most of the games booting and going ingame, great work Lino.
Hiei-YYH
July 14th, 2007, 22:55
Indeed, that's what I think too. It's because the companies you have that games to play, at least support a little.
I have a flashcard too, but I use in most cases as a mp3/dpg player and to run homebrew. If I add roms, is for testing before buy. (I just can't spend my money - very little money - to buy crappy games)
Nothing compares to a original game, with box, manuals and etc...with piracy you just can't give the game it's proper valor. (And is a crime, you know?)
Aniways, it's off topic xD
It's only me or the sound is lagging the emu? Needs more work in that. But is amazing to see most of the games booting and going ingame, great work Lino.
ideas sound it's the most perfect of all 3 IMO :)
kismayas69
July 15th, 2007, 14:01
just wanna get update on the project master lino.... can't w8 to play the ZXA hihihi.....god bless guys
Matis
July 15th, 2007, 19:13
YES, i HATE ppl who doesn't support anything for the console companies. if you don't have a lot of money that's ok, not everyone has, but at least buy the damn console/handheld since you download illegal roms.
I wish I could. In fact, if I could afford one, I would buy a DS, and perhaps even a PS2 or Wii, seeing the amount of awesome games they have.
The thing is, though, that a PS2 alone costs around 330 dollars, while something like a DS costs like 220 dollars. Don't even get me started on the more expensive consoles...
A 40 GB PS3 costs around 1200 dollars.
Now, would you buy any of those consoles for those prices? And importing wouldn't work, because basically no country exports to where I live(and those that do generally charge a lot).
Hiei-YYH
July 15th, 2007, 19:30
I wish I could. In fact, if I could afford one, I would buy a DS, and perhaps even a PS2 or Wii, seeing the amount of awesome games they have.
The thing is, though, that a PS2 alone costs around 330 dollars, while something like a DS costs like 220 dollars. Don't even get me started on the more expensive consoles...
A 40 GB PS3 costs around 1200 dollars.
Now, would you buy any of those consoles for those prices? And importing wouldn't work, because basically no country exports to where I live(and those that do generally charge a lot).
work harder and save a bit, ps2 is out since 2000 :P if you saved some money you could have one by now.
by the way, 40gb ps3? i thought there was only 20gb, 60gb and 80gb (new one)
Matis
July 16th, 2007, 02:32
Sorry, meant the 20 GB one.
And, it's easy for you to say. Over here, a dollar is worth 3.12 pesos(our currency), and we get paid in pesos. A VERY good job(and I mean VERY good) nets you around 5000 pesos a month.
A PS2 would cost roughly 1000-1200 pesos(a normal one, not even a slim one), and even then, you are not allowed to work until you are at least 18(we don't have those "summer jobs" people have elsewhere).
Besides, my dad is not going to waste a third or so of his monthly income JUST to buy me a PS2.
(and for your information, the PS2 has been out in the NORTH since 2000. It got here around 2001-2002. Lame, I know, but it's what we have)
Hiei-YYH
July 16th, 2007, 02:51
ah, so you don't work yet... guess you can't complain then lol
But even if ps2 was 5000 there, it's 7 years (ok, 5-6 for you) someone who works can save a bit and buy one or I'm wrong?
sigmax
July 16th, 2007, 02:52
Matis just save money
i remenber when i was a child i save money on my piggy bank to buy a snes and guees i bought it:D
if you really want to buy somethig save money is your answer.
PS:i live on a third world country too so take my advice.
PS-2: We are OFFTOPIC let's continue with iDeaS topic
Hiei-YYH
July 16th, 2007, 03:14
Matis just save money
i remenber when i was a child i save money on my piggy bank to buy a snes and guees i bought it:D
if you really want to buy somethig save money is your answer.
PS:i live on a third world country too so take my advice.
PS-2: We are OFFTOPIC let's continue with iDeaS topic
yeah, that's enough... EVERYONE just work and buy your loved games :wub:
and koneko to you sigmax :rotflmao: i know you like them...
kismayas69
July 16th, 2007, 09:37
the castlevania DoS is playable now without the dead white screen ive test the bug in create .sav file thanks lino
ShakirMole
July 16th, 2007, 13:31
umm has everyone reported the bugs for iDeaS like that of rockman pokemon etc to lino becuz these are major bugs to be fixed
sigmax
July 18th, 2007, 15:31
Lino will add a Debugger seccion on his page :thumb: nice:D :yippee: :dance:
The page is moved temporarily ;)
iDeaS Emulator (http://ideas.newsit.es/ideas_pages/debugger.html)
Hiei-YYH
July 18th, 2007, 15:55
wow, a complete debugger already? O_O even breakpoints? that's excellent :)
lol this is shareware like no$gba :(
Lino
July 18th, 2007, 19:13
wow, a complete debugger already? O_O even breakpoints? that's excellent :)
lol this is shareware like no$gba :(
yes it's a complete debugger with breakpoints, memory bp, variables inspector and etc etc. For now it isnt freeware even if some features are present in the actual version.:)
R4F43L
July 18th, 2007, 20:16
well, I downloaded ideas, but don't start the emulator...
what's wrong ? :(
the cool guy
July 19th, 2007, 00:08
Mario and Luigi partners in time first battle screen shot
sigmax
July 19th, 2007, 04:10
Mario and Luigi partners in time first battle screen shot
could you just convert the pic to jpg:drool:
kismayas69
July 19th, 2007, 04:46
hope the next version will be the solution of the ZXA missing sprites at the top can't wait...hihi....
sigmax
July 19th, 2007, 04:57
hope the next version will be the solution of the ZXA missing sprites at the top can't wait...hihi....
you became annoying with that kind of post (remind me the pokemon freaks fans:dead:)
stop posting like that is SPAM
If you have a real ds just play the game on it;)
Serio
July 19th, 2007, 17:31
The debugger idea sounds good. As long as palette and tile/texture viewers are in and functional I'm all for it, it helps a lot with some stuff. :P
Hiei-YYH
July 19th, 2007, 18:13
I just need the breakpoints for code hacking xD hope the freeware version has at least a basic version of it.
Lino
July 19th, 2007, 19:04
I just need the breakpoints for code hacking xD hope the freeware version has at least a basic version of it.
Breakpoints for assembler? It is from crazyoO
Hiei-YYH
July 19th, 2007, 19:08
Breakpoints for assembler? It is from crazyoO
i actually don't get it what do you mean, but I'll probably use the assembler in order to create asm subroutines lol
ShakirMole
July 19th, 2007, 19:53
great idea about the debugger that way iDeaS will have more people looking into it and obviously better fixes.
Hiei-YYH
July 20th, 2007, 03:22
great idea about the debugger that way iDeaS will have more people looking into it and obviously better fixes.
yes, but still you have to pay like yes$gba, so no much difference :rotflmao: I'm not saying that lino debugger is bad or something, but if i was willing to pay for a debugger, i would go to yes$gba. :dead:
kismayas69
July 20th, 2007, 05:18
id like to test this debugger in ideas to test some bug whats missing
Lino
July 20th, 2007, 06:14
In iDeaS there is already the debugger with the visualization of the source code, you try to load a elf file.
kismayas69
July 20th, 2007, 06:17
where can i find an elf file in the rom?
Lino
July 20th, 2007, 06:20
You must have the source and to compile it you. I don't release an emu to make the reverse of a rom
kismayas69
July 20th, 2007, 06:21
? can you teach me master lino
Lino
July 20th, 2007, 06:23
? can you teach me master lino
do I teach you what?
kismayas69
July 20th, 2007, 06:24
teach me to compile a an elf
Lino
July 20th, 2007, 06:26
I am working to a plugin for the wifi, this it is the make for the demo of the palib.
@echo off
set OLDPATH=%PATH%
set PATH=d:\ds\devkitarm\arm-eabi\bin;d:\ds\devkitarm\bin;%PATH%
del main.elf
del source\*.o
del *.bin
del *.nds
arm-eabi-gcc -DARM9 -c -g -Wformat=2 -Winline -Wall -O2 -mcpu=arm946e-s -mtune=arm946e-s -fomit-frame-pointer -ffast-math -Id:/ds/palib/libnds/include -Id:/ds/palib/palib/include/nds -o source\main.o source\main.c
arm-eabi-gcc -specs=ds_arm9.specs -g -o main.elf source\main.o -lpa9 -lnds9 -ldswifi9d -Ld:\ds\libdswifi -Ld:\ds\palib\libnds\lib -LD:\ds\palib\PAlib\lib
arm-eabi-objcopy -O binary main.elf main.bin
arm-eabi-objcopy -O binary main7.elf main7.bin
ndstool -c main.nds -9 main.bin -7 main7.bin
rem dlditool d:\ds\dldi\r4tf main.nds
:uscita
set PATH=%OLDPATH%
RockmanForte
July 20th, 2007, 15:13
Naruto Shippuuden: Saikyou Ninja Daikesshuu 5 (J) - Playable and some glitches on the characters.
Hiei-YYH
July 20th, 2007, 16:03
teach me to compile a an elf
you need the devkit arm, it's on sourceforge.
ShakirMole
July 20th, 2007, 17:54
imagine u need iDeaS rather than speed like the Wifi that lino is working on is few words but massive concept so u need to know what u are doing rather than just doing it all quickly so ppl like me have to wait for it to work well rather than asking for it to be developed quickly
RockmanForte
July 20th, 2007, 20:06
imagine u need iDeaS rather than speed like the Wifi that lino is working on is few words but massive concept so u need to know what u are doing rather than just doing it all quickly so ppl like me have to wait for it to work well rather than asking for it to be developed quickly
RIGHT!
kismayas69, please stop. oO
Leave Lino alone. :innocent:
Hiei-YYH
July 21st, 2007, 02:40
hey rockmanforte, (or someone else) since you're playing naruto5 on ideas, now you can test if the brand new ards cheat engine is working perfectly.
Infinite Health
62140254 00000000
B2140254 00000000
00000010 000FF000
00000014 000FF000
D2000000 00000000
sorry, I'm too lazy to test.
edit: actually i tried and didn't work... maybe lino can explain how to use it.
freebie0001
July 22nd, 2007, 22:14
hey rockmanforte, (or someone else) since you're playing naruto5 on ideas, now you can test if the brand new ards cheat engine is working perfectly.
Infinite Health
62140254 00000000
B2140254 00000000
00000010 000FF000
00000014 000FF000
D2000000 00000000
sorry, I'm too lazy to test.
edit: actually i tried and didn't work... maybe lino can explain how to use it.
any codes for all charakters?
Hiei-YYH
July 23rd, 2007, 01:25
any codes for all charakters?
why do you ask? the code isn't working in ideas, at least i tried. or you're asking to use in real ARDS?
Besides, that code should work for all characters.
POINTER (02140254) + 14h = LIFE (All characters).
Bass
July 23rd, 2007, 13:08
So, I finished the GBA levels of Phoenix Wright. However, after that comes a chapter specially written for the DS. This includes looking at evidence in 3d mode. However, this doesn't work (the wallet you find is supposed to show in 3d on the lower screen, but doesn't).
Did anybody get this to work?
SCHUMI_4EVER
July 23rd, 2007, 17:09
No emulator supports enough 3D for that part yet as far as I know.
shashClp
July 24th, 2007, 08:16
Well, it's related to the 3D core and how the "picking" of objects is usually done by DS games. I've a have a half working implementation (http://i18.tinypic.com/5yjxurk.png). It's not hard to support it, so I guess Lino will do on upcoming versions :)
Bass
July 24th, 2007, 13:58
Neat! Can you share that with us, or is it not an iDeaS plugin?
shashClp
July 24th, 2007, 14:14
It's not an Ideas plugin, neither I know how to write one for Ideas (neither I checked how :P).
Hiei-YYH
July 24th, 2007, 22:31
Neat! Can you share that with us, or is it not an iDeaS plugin?
Like he said, it's an desmume implementation, and like all his implementations, are just for his personal use. :dead:
kismayas69
July 25th, 2007, 12:18
still we don't have any update from lino's project hope that we still know what comes up
kismayas69
July 25th, 2007, 12:58
im still holding on in this game without the characters sob
SCHUMI_4EVER
July 25th, 2007, 13:13
Neat! Can you share that with us, or is it not an iDeaS plugin?
How would a screenshot saying DeSmuME at the top be an iDeaS plugin????
ShakirMole
July 25th, 2007, 14:07
lol just wait for Lino pretty sure he is upto something and obviously as everyone knows wait till august 11 for the next release of DeSmuME
Hiei-YYH
July 25th, 2007, 15:15
im still holding on in this game without the characters sob
Didn't you finished this on your NDS yet? I don't see why are you expecting this to be playable in emulators so fast...
RockmanForte
July 25th, 2007, 20:49
im still holding on in this game without the characters sob
That's enough. You are very annoying. Do not repeat "Rockman ZX" in this thread all the time. It's annoying. oO :eyemove:
sigmax
July 25th, 2007, 20:58
im still holding on in this game without the characters sob
DANGER!!! ROCKMAN FREAK FAN ON THIS TREAD :rotflmao:
man could you be PATIENT
Hiei-YYH
July 25th, 2007, 21:59
i want to hack this game too, but i can't. So i have to play fair for now :P and I'm not complaining about that am I?
freebie0001
July 26th, 2007, 00:30
why do you ask? the code isn't working in ideas, at least i tried. or you're asking to use in real ARDS?
Besides, that code should work for all characters.
POINTER (02140254) + 14h = LIFE (All characters).
talkin about UNLOCK all characters .. maybe stages too.. would be very helpfull!
Dbz32
July 26th, 2007, 02:59
im still holding on in this game without the characters sob
How the hell did you beat that first boss in the emulator anyway? XD
sigmax
July 26th, 2007, 03:02
How the hell did you beat the first boss anyway? XD
Haven't you read his sig? he has a real NDS:p
kismayas69
July 26th, 2007, 05:25
maybe im just lucky :P i've watch the first boss moves in youtube and i try it works, in NDS 2 mission before the finishing this game.. ok sorry for repeat my thread my cousin brings his NDS back to canada so i cant play the ZXA right now .....so i play in emu...
Dbz32
July 26th, 2007, 13:13
maybe im just lucky :P i've watch the first boss moves in youtube and i try it works, in NDS 2 mission before the finishing this game.. ok sorry for repeat my thread my cousin brings his NDS back to canada so i cant play the ZXA right now .....so i play in emu...
Iīve watch in youtube as well, but i didnīt tried to beat him on the emulator though.
freebie0001
July 26th, 2007, 19:09
lino can u help me over here?
since ideas is able to disable grafik layers u might be the only one who is able to awnser that question :)
http://forums.ngemu.com/no-gba-discussion/90956-sound-question-disable-only-musik-through-emulation.html
kismayas69
July 28th, 2007, 03:13
Iīve watch in youtube as well, but i didnīt tried to beat him on the emulator though. just keep on tryin dude you got yourself lucky :rotflmao:
sigmax
July 28th, 2007, 13:44
iDeaS homepage is down or is only my internet conection???
RockmanForte
July 28th, 2007, 14:34
iDeaS homepage is down or is only my internet conection???
http://ideas.newsit.es/
sigmax
July 28th, 2007, 15:56
http://ideas.newsit.es/
down :dead:
RockmanForte
July 28th, 2007, 16:03
Seems to work fine for me!
Matis
July 28th, 2007, 21:30
Same for me. Maybe it was down for a couple of minutes only?
Dbz32
July 29th, 2007, 04:23
just keep on tryin dude you got yourself lucky :rotflmao:
I do rather wait for the English version,
Donīt wanna ruin the gameplay playing the japanese version.
Not that i have anything against the japaneses though. :dead:
I just canīt understand what theyīre saying.
Now, back to the topic :
Some nice screen shots from the game "Trauma Center - Under The Knife".
141853
141857
141851
141852
141854
141855
141856
141858
Eiji
July 29th, 2007, 05:47
I have a Intel Core 2 Duo E4300 @ 3.2GHz and CV: Dawn of Sorrow runs very slow even though the FPS counter says 60FPS or more most of the time. The audio also skips alot and doesn't play smoothly.
Is this how it should run? I'd have figured with my CPU I'd get smooth gameplay.
Zerosu
July 29th, 2007, 06:29
Um, quick question, is Etrian Odyssey supposed to be playable with this? I don't know if I'm doing something wrong or what but... the game has severe, game-breaking issues when I try to run it... and I've got a pretty nice system. I actually have the cart but I'm hoping for an emu that will play the rom so I can delete my friend's characters and he can just emulate the game xD
Serio
July 29th, 2007, 15:53
I was originally sceptical to this, but after having tested the whole screen filtering I noticed, that if I set the screen smoothing thing to 4x the dark lines that run all over the 3d objects mostly disappear from the screen (they can still be visible in some cases and mess the otherwise perfect screenshot up, but that's rare and I guess it'd need some permanent code fix to remove them from the graphic drivers).
So I ask, would it be possible to force Ideas to use some screen smoothing, enough to remove the lines, but not too much so that the screen wouldn't become a blurry mess until the lines are hacked out/removed from the drivers?
Edit: XD Oops. Fixed. :P
SCHUMI_4EVER
July 29th, 2007, 19:46
You mean iDeaS of course...
freebie0001
July 30th, 2007, 01:46
i would like to see a transparency fix soon :D
kismayas69
July 30th, 2007, 09:52
we don't any news of lino's projects yet ......huh? it seems he workin on his project hope the outcome of the iDeaS will be more....
Matis
July 30th, 2007, 18:59
I have a Intel Core 2 Duo E4300 @ 3.2GHz and CV: Dawn of Sorrow runs very slow even though the FPS counter says 60FPS or more most of the time. The audio also skips alot and doesn't play smoothly.
Is this how it should run? I'd have figured with my CPU I'd get smooth gameplay.
While it's not how the game should really run, it's as best as it will run in iDeaS so far. Why? Mostly because 3D is not fully emulated yet, and while iDeaS CAN get the speed to make it work at 100%, it can't load the 3D fast enough(because it's not yet fully coded, as I've already said).
Simply wait a couple of more versions. Maybe it will work by version 1.0.2.0? Don't think so, but one can only hope. ;)
kismayas69
July 31st, 2007, 04:33
in the next version will be more slower because he add up the 3D core codes in the project. thats my foresight in this next version...
Agetian
July 31st, 2007, 07:33
Does anyone know what happened to the official website? I wanted to redownload the latest version because I accidentally deleted it instead of the older revision, so I clicked on the link in the first post of this thread, where it said "moved temporarily". However, clicking on the "moved temporarily" link led to a different website that seemingly had nothing to do with iDeaS... :( Does anyone know where the official website with the latest release is located at the moment? Thanks in advance.
sigmax
July 31st, 2007, 13:55
Does anyone know what happened to the official website? I wanted to redownload the latest version because I accidentally deleted it instead of the older revision, so I clicked on the link in the first post of this thread, where it said "moved temporarily". However, clicking on the "moved temporarily" link led to a different website that seemingly had nothing to do with iDeaS... :( Does anyone know where the official website with the latest release is located at the moment? Thanks in advance.
the page is down temporarily be patient:eyespin:
kismayas69
August 2nd, 2007, 04:26
its still under-construction linos website..... we will keep on eye on it..
Matis
August 2nd, 2007, 18:59
Newsit.es (http://ideas.newsit.es/)
The site works now(for me, at least).
And I can't find a way to post it as an URL instead of as a link(which, for some reason, changes the url to www. newsit.es...meh).
Link is ideas. newsit.es
Simply delete the space between ideas. and newsit.es. >_>
MartinJ
August 2nd, 2007, 19:40
I don't think the site exists anymore....At least I can't see it. it keeps on taking me to another site that's not ideas related.
RockmanForte
August 2nd, 2007, 21:39
Yeah, it didn't work for me now.
ShakirMole
August 3rd, 2007, 12:35
nop maybe he working on another site that's why he is not replying
/me hopes he has huge update for iDeaS too
SCHUMI_4EVER
August 3rd, 2007, 18:13
It's not like it matters, he knows about us here and can let us know of any new releases if he wants to.
freebie0001
August 3rd, 2007, 19:33
in some other forum i read that nintendo arrested him because he knew the secret of fully emulatin nds console but couldnt finish the work yet.... dont know if thats true..
sigmax
August 3rd, 2007, 19:51
in some other forum i read that nintendo arrested him because he knew the secret of fully emulatin nds console but couldnt finish the work yet.... dont know if thats true..
lol funny rumor :rotflmao:
maybe lino is working you know programmers have a real life too;)
ShakirMole
August 4th, 2007, 09:23
lol why isnt forgotten arrested for his vba work then
maybe he was on a break so he worked on iDeaS but now it's back to wateva he was doing (just as before)
Boombox001
August 5th, 2007, 17:48
Nfs U2
kismayas69
August 7th, 2007, 09:11
woh wait a minute ther's no illegal for lino's project, like shakirmole said even the VBA project is most success emulator they ever done.... its sad that we don't have any news about lino's project.... we'll count on you lino
sigmax
August 7th, 2007, 13:51
iDeaS hopage is back and lino too :D
ShakirMole
August 7th, 2007, 14:23
Gr8 news lol but what happned lino?
kismayas69
August 8th, 2007, 13:52
but the question is when he can release the new version of iDeaS thats the big question?
sigmax
August 8th, 2007, 14:13
but the question is when he can release the new version of iDeaS thats the big question?
He will release it when its done :done: :angry:
Lino
August 8th, 2007, 14:41
Sorry,but I have some health problem, therefore for the new version there is to wait.
sigmax
August 8th, 2007, 16:47
lol lino i'm glad you're fine i was thinking you were on jail:dead: (just a joke :D)
Agetian
August 8th, 2007, 17:45
It's awesome to see you back, Lino! :) I hope you get well soon!
- Agetian
RockmanForte
August 8th, 2007, 17:46
Sorry,but I have some health problem, therefore for the new version there is to wait.
Oh, I hope you are okay. We can wait for you. :)
lol lino i'm glad you're fine i was thinking you were on jail:dead: (just a joke :D)
That's not funny. oO He have some health problem. :(
sigmax
August 8th, 2007, 18:05
That's not funny. oO He have some health problem. :(
like i said it was only a joke:joke: for the comment on the top of the page :)
MartinJ
August 8th, 2007, 18:08
Hope it's nothing Serious,..get well soon:spy:
hey sigmax how did you get those custom smileys?
sigmax
August 8th, 2007, 18:14
Hope it's nothing Serious,..get well soon:spy:
hey sigmax how did you get those custom smileys?
follow the black arrow:rotflmao:
RockmanForte
August 8th, 2007, 18:19
Yeah but he probably really didn't think it's funny, you know?
sigmax
August 8th, 2007, 18:24
Yeah but he probably really didn't think it's funny, you know?
nah i don't think so :innocent:
gdmk
August 8th, 2007, 18:27
so,welcome Lino:D
MartinJ
August 8th, 2007, 21:12
follow the black arrow:rotflmao:
ohh.........I feel kinda..:eyemove:
ShakirMole
August 9th, 2007, 13:55
amazing good to have u back lino no one ever thought u could get sick lol
sigmax
August 9th, 2007, 14:23
The debugger seccion has a little update ;)
iDeaS Emulator (http://spazioinwind.libero.it/linoma/ideas_pages/debugger.html)
SCHUMI_4EVER
August 9th, 2007, 15:26
Now if only I knew how to get some meaningfull info using those things.
sigmax
August 9th, 2007, 15:49
OMG
I found something interesting today testing iDeaS on an old week pc without video card:dead: .I don't need antialiasing anymore for 3D black lines disapearoO.well when i stay home and test on two other PCs i will give you the trick:cool:
kismayas69
August 9th, 2007, 16:04
wow without a video card i get to use of this.... its nice to hear lino that your fine we all worried about in a month actually we dont have any news about you.... we glad lino.... god bless dude and get well....
kismayas69
August 12th, 2007, 10:29
it seems that nobody is here alright hehehe OMG
sigmax
August 14th, 2007, 18:57
Minagara Oreru DS Origami
Nice game for the lazy time :thumb: and teach origami to my nephew:D
Serio
August 15th, 2007, 07:13
I found something interesting today testing iDeaS on an old week pc without video cardHow do you see anything without a video card? Your monitor has to be connected to something to display anything. :P
Check what kind of card is it, screen properties>settings should say that.
sigmax
August 15th, 2007, 14:05
How do you see anything without a video card? Your monitor has to be connected to something to display anything. :P
Check what kind of card is it, screen properties>settings should say that.
reeelol i was talking about a integrated video card (board integrated):D more of less 32MB:dead: anyway i got to test the trick more cause isn't perfect yet:onthepull
kismayas69
August 18th, 2007, 07:21
wow it take some time to work lino's project hope he do it the release of the new version soon enough but i understand what happen to lino in his condition go dude we know you can do it. ive read the 3d core he must apply just ive said earlier the game have a 3D codes it will slow the game...but is a good start to apply the 3D....
MartinJ
August 18th, 2007, 18:52
wow it take some time to work lino's project hope he do it the release of the new version soon enough but i understand what happen to lino in his condition go dude we know you can do it. ive read the 3d core he must apply just ive said earlier the game have a 3D codes it will slow the game...but is a good start to apply the 3D....
you really need to stop....your annoying:mad:
RockmanForte
August 18th, 2007, 19:44
kismayas69 ,
Please take it easy or you will be banned. Please stop being annoying. :)
Hiei-YYH
August 20th, 2007, 19:27
what really would be nice is a rom swapping, to use some cheat devices XD well, to early to get these things fully functional anyway... but lino, do you think this is possible?
an example:
http://xs118.xs.to/xs118/07341/nitrohax0001.png
http://xs118.xs.to/xs118/07341/nitrohax0002.png
as you can see, you have to swap the cart...
Daryl08
August 21st, 2007, 14:51
I've tried using Sonic Rush and it freezes when i get to the end of the first level, but great progress nontheless since i last tried it
Keep up the good work :D
SCHUMI_4EVER
August 27th, 2007, 01:07
No clue why I am posting this exactly...I guess it can't really help Lino (he must have noticed, as must lots of others)...but this emu has a tendancy to prerender things somehow.
Like on some games it will prerender someone standing somewhere, but then it will refresh and you watch the preson actually walking from offscreen to that spot.
Let's say (and this is purely an example) you want to load a room with some chairs in it, what should happen is that you start outside the room and the door opens and the camera moves through the door and shows you the inside. What iDeaS will do is show you let's say a Table in the room. Then it will refresh and show you the outside and then perform the motion you original wanted and move the camera through the opening door and show the table with a lamp on it and some chairs around it.
How this is possible from a loading point of view just about gives me a headache it's so confusing.
I mean you would think game loads from what you see first to what you will see last, iDeaS almost makes it seem however that it loads the other way round which makes no sense whatsoever to me.
I guess I am just posting this cuz it's been confusing the living daylights out of me for a while now. Not to mention the spoiler potential.
SCHUMI_4EVER
August 28th, 2007, 16:51
The iDeaS homepage has moved again.
iDeaS Nintendo Dual Screen Emulator (http://www.mdx.it/ideas/)
Lino
August 28th, 2007, 16:58
Temporarily it depends only on the availability of the server.
Hiei-YYH
August 29th, 2007, 06:45
lino, why don't you use a better host? i think even 110mb.com is better than the current one that you're using XD
ps: it's free
Lino
August 29th, 2007, 07:15
I don't know. NEWSIT.ES has for example cancelled me the site.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.