12.676 07-11-2017 01:08:43
Re: Nos queda el doujin. (3.742 respuestas, enviadas el Hablemos de juegos)
12.677 06-11-2017 19:14:45
Re: Nos queda el doujin. (3.742 respuestas, enviadas el Hablemos de juegos)
Recap escribió:Dark Flame (WIN, en campaña)
![]()

https://twitter.com/BorishDugdum
No se confunda con:
The Crown Stones (WIN, en desarrollo)
12.678 06-11-2017 19:05:26
Re: Curiosidades, en este hilo. (1.981 respuestas, enviadas el Hablemos de juegos)
12.679 03-11-2017 20:52:31
Re: Nos queda el doujin. (3.742 respuestas, enviadas el Hablemos de juegos)

Industries of Titan is an industrial city building sim/strategy game, set on Saturn's moon Titan.
http://store.steampowered.com/app/42794 … _of_Titan/

12.680 03-11-2017 20:39:30
Re: Mystik Belle. (18 respuestas, enviadas el Hablemos de juegos)
The Steam version of Belle has received a number of cool new upgrades as well.
To make matters worse, the once mighty Steam has become a cesspool of shovelware and asset flips, where good games go to die. This has been weighing heavily on my morale to the point were I had to do something: in order to secure further financing for LOI development, and probe new avenues of distribution, I have partnered with WayForward to port Mystik Bell to consoles.
12.681 02-11-2017 22:01:33
Re: Nos queda el doujin. (3.742 respuestas, enviadas el Hablemos de juegos)
Gestalt: Vanguard y Redo!, un par de proyectos inspirados en --adivina-- Gekka no Yasoukyoku, en fase muy preliminar:

https://twitter.com/GestaltGame

12.682 02-11-2017 11:39:13
Re: Strikey Sisters. (2 respuestas, enviadas el Hablemos de juegos)
Ahora en Itchio, a bajo precio (aunque te piden los datos postales ¡!), junto a Bot Vice, la anterior obra de la casa [ > ]:

12.683 02-11-2017 11:24:25
Re: Demonion ~Maou no Chika Youkai~ (WIN). (1 respuestas, enviadas el Hablemos de juegos)
Demonion II --Maou to Sannin no Joou-- vio la luz en 2014 y parece que será lo último que veamos de esta casa con algo de interés -- todo lo que ha lanzado después fuera del ámbito del "adventure game" no parece tener ni la mitad de clase.

http://www.astronauts.co.jp/sirius/demonion2
Ved, si no, su Dungeon of Regalias del pasado año:


12.684 01-11-2017 22:40:50
Re: M-2 Shot Triggers. (127 respuestas, enviadas el Hablemos de juegos)
Primera parte de una profusa entrevista a los responsables de Mahou Daisakusen:
https://game.watch.impress.co.jp/docs/i … 89519.html
Tienen las miras puestas en Soukyuu Gurentai (sin descartar el resto de la serie MD); Garegga 2016 funcionó bien. Aunque admiten que están estudiando aún el "hardware" (ST-V).
Si Batrider finalmente queda sin adaptación, es para liarse a tiros. (...)
12.685 01-11-2017 19:28:06
Re: Owlboy. (5 respuestas, enviadas el Hablemos de juegos)
Anunciado para PS4 - EEUU/EU:
https://blog.us.playstation.com/2017/11 … 13-on-ps4/
http://soedesco.com/critically-acclaime … e-shelves/
NS y XBO también parece que tendrían su versión.
12.686 01-11-2017 19:19:55
Re: Novedades importantes en emulación. (120 respuestas, enviadas el Hardware del vídeo y emulación avanzada)
fwiw the c-chip has 2 parts as there are multiple parts inside the package, a UPD78C11 with internal rom, an ASIC, and an EPROM. The 78C11 rom was dumped visually by decapping, and the internal code heavily analysed (that's how we had some clues to attempt other failed exploits) this is likely the same between games. The EPROM, containing game specific code has never been fully dumped, we have half a dump from Operation Wolf done by trying to wire up the die directly, but complications meant we were never able to obtain a full dump.
For overview of how each game uses the protection, read below
> B20 | Operation Wolf | 1987
uses it for a lot of game critical things, recently the simulation was improved (after 15+ years of being entirely incorrect) based on a prototype version that showed up. There could still be secrets the c-chip holds tho, so a real dump would help.
> B22 | Rainbow Islands / EX | 1987
Simulation was written by somebody who had extensively studied the games (both uses different c-chips with different internal data) should in theory be mostly correct, but there are some doubts over how some of the random number generation works, which, if you're serious about the game will actually matter, so a real dump will help.
> B41 | Bonze Adventure / Jigoku Meguri | 1988
Simulation has never been 100%, restart points are incorrect, sometimes the game will crash. Some of the alt MAME builds have different hacks to work around this, but in all honesty none are correct, emulation definitely won't be correct without a real dump.
> B61 | Superman | 1988
C-Chip just seems to supply a chunk of 68k code, very lazy, while the actual 68k code has never been verified against a PCB it's function is very simple, so while a real dump would be good for the sake of completeness, the emulation probably isn't 'incorrect' right now with the simulation code.
> C04 | Volfied | 1989
C-chip seems to manage some game counters / timers that aren't accurately emulated, some commands are basically just ignored right now. Exactly how this impacts the gameplay is unknown, but it's almost guaranteed that current simulation isn't accurate and game isn't playing exactly right.
> C11 | Mega Blast | 1989
C-chip could easily have a blank internal EPROM, game code only ever checks that the c-chip exists via the initial startup check that is handled entirely by the MCU part of the chip, it doesn't even matter if the chip crashes after that, the game never checks anything beyond startup, very, very lazy on the part of Taito. It will be interesting to see if anything exists in the EPROM, maybe code they never used. Alternatively they might have just recycled old c-chips on this game, not bothering to reprogram them because the game never triggers any commands.
overall, if we can work how to read the roms from some of these games, which are becoming increasingly uncommon, it will greatly benefit their emulation. even in cases where the emulation is probably ok with the current simulation code we might be able to find some interesting secrets in the undumped part of the rom that could tell us more about the development of the games and their protection.
http://www.mameworld.info/ubbthreads/sh … =&vc=1
http://caps0ff.blogspot.com/2017/10/loo … -chip.html
I'm confident I can get detailed timing measurements [of 1st generation Cave hardware] but as you say, actually implementing the timing in MAME may prove challenging.
Timing aside, I would otherwise be able to confirm whether or not our video emulation is pixel-exact under whatever cases I can test.
http://www.mameworld.info/ubbthreads/sh … =&vc=1
Piden donaciones/préstamos. Más de 10 años han pasado ya desde que yo mismo propuse exactamente esto en cierto foro. Nunca es tarde si la dicha llega, supongo.
12.687 01-11-2017 19:08:39
Re: Anata no Shikihime Kyoudoutan (PS4, PSV, NS). (7 respuestas, enviadas el Hablemos de juegos)
12.688 01-11-2017 18:54:44
Re: Nos queda el doujin. (3.742 respuestas, enviadas el Hablemos de juegos)
12.689 31-10-2017 19:49:58
Re: Nos queda el doujin. (3.742 respuestas, enviadas el Hablemos de juegos)
12.690 31-10-2017 00:21:13
Re: Chaos Code: Nuevo. Juego. De Lucha. (38 respuestas, enviadas el Hablemos de juegos)
12.691 31-10-2017 00:14:29
Re: Nos queda el doujin. (3.742 respuestas, enviadas el Hablemos de juegos)
Recap escribió:Se ha podido jugar en el Comic Market recién celebrado, que también ha visto la presentación en público de Astebreed, del grupo Edelweiss:
Fue puesto a la venta físicamente en el último Comic Market y ya tiene versión descargable a través de Playism:
We are preparing to make a BIG update very soon, so here are the details:
Addition of "Arranged mode" that was a PS4 exclusive; high-quality boost to models, shaders and textures; optimization of compressed data, resource format. In short, all data will be improved over the previous version.
Artwork, package design etc. that was created since the PS4 release will be added to the artwork gallery.
The game will be playable in Simplified Chinese!
Your online rank will be independent from the previous version.
As we removed full screen check upon starting up the game for the first time, the entire game now has full controller support.The upgraded version is scheduled to raise the base price to 19.99 USD, so this is the best opportunity to buy the game at a bargain price.
12.692 30-10-2017 22:41:21
Re: RGB-PI (3 respuestas, enviadas el Hardware del vídeo y emulación avanzada)
"Versátil", con esa potencia bruta, no puede serlo mucho.
No tengo experiencia de primera mano, pero hoy por hoy Linux y sus derivados no pueden alcanzar a Windows en términos de respuesta al control (debe de ser un solo "frame" de diferencia, pero se trata de restar y no lo contrario). Luego, me suena haber leído limitaciones en cuanto a la generación de "modelines". En definitiva, depende probablemente de lo que quieras emular y cómo, por lo que, "versátil", no precisamente.
12.693 30-10-2017 15:18:27
Re: Nos queda el doujin. (3.742 respuestas, enviadas el Hablemos de juegos)

Nantucket is a strategy seafaring game set in the golden age of American whaling, during the first half of the 19th century.
12.694 30-10-2017 15:10:13
Re: Curiosidades, en este hilo. (1.981 respuestas, enviadas el Hablemos de juegos)
12.695 30-10-2017 15:08:25
Re: Entrevista a Tokurou Fujiwara. (29 respuestas, enviadas el Hablemos de juegos)

https://www.amazon.co.jp/dp/B076V7FN4M/ … 8zbRETVV5T
También incluye una "entrevista extensa" al productor responsable de la serie Ake-Aka de Hamster (Hitoshi Hamada). Sólo digital.
12.696 27-10-2017 10:24:44
Re: Entaku no Seito y los RPG de Experience. (82 respuestas, enviadas el Hablemos de juegos)
12.697 27-10-2017 10:19:39
Re: Los proyectos de Cave. (78 respuestas, enviadas el Hablemos de juegos)
12.698 26-10-2017 21:55:23
Re: Tower 57. (7 respuestas, enviadas el Hablemos de juegos)
Disponible el 16.11.
12.699 26-10-2017 21:47:24
Re: M-2 Shot Triggers. (127 respuestas, enviadas el Hablemos de juegos)
12.700 26-10-2017 10:19:50
Re: Entaku no Seito y los RPG de Experience. (82 respuestas, enviadas el Hablemos de juegos)
Shi-In anunciado para PS4 y NS:
https://www.famitsu.com/news/201710/26144735.html
Ediciones físicas, principios del 2018.
















