Search found 282 matches
- Sun Dec 27, 2020 10:53 am
- Forum: Everything Else Evangelion
- Topic: Eva collector's CDs and hidden images
- Replies: 3
- Views: 318
Eva collector's CDs and hidden images
So on the 6th Evangelion Collector's CD, https://i.imgur.com/FY3ghOh.png and also the "Collector's DISC LIMITED VERSION 1998 SUMMER", https://i.imgur.com/Z6jx5Dv.png there's a program called EVAWPC.EXE with an EVAWPC.DAT file. The program lets you change your PC wallpaper by clicking one o...
- Sat Dec 26, 2020 1:23 am
- Forum: Evangelion 3.0+1.0 [SPOILERS]
- Topic: Shin Eva - New Trailer (12-24-20)
- Replies: 902
- Views: 49995
Re: Shin Eva - New Trailer (12-24-20)
Fredsq#903548 wrote:Isn't that Sohryu's hair colour though? LOOP THEORY CONFIRMED.
The person saturated the image.

Here's the actual close ups of the faces without the saturation:

- Sat Dec 19, 2020 2:53 am
- Forum: Rebuild of Evangelion Discussion
- Topic: The New Nerv Logo (Plus a possible solution?)
- Replies: 19
- Views: 16673
Re: The New Nerv Logo (Plus a possible solution?)
I keep thinking how it looks like a scrambling algorithm that rotates, flips horizontally, vertically, or negates pixels, but applied to only a section of an image instead of the whole thing. https://i.imgur.com/kO7chGD.jpg I decided to zero in on the scrambled section while keeping the rest the sam...
- Wed Dec 02, 2020 3:31 pm
- Forum: Evangelion 3.0+1.0 [SPOILERS]
- Topic: EVANGELION:3.333 discussion thread
- Replies: 435
- Views: 31602
Re: Asuka and Mari's new plugsuit may actually be hinting at "3.33 Director's Cut"
I don't think the suit color changes are due to depression. I'd expect characters acting differently if it was a depression as we saw in NGE. People'd let Anno inject his view into the plot. But this suit change is something someone else would have spoken up about if it didn't make sense (unlike a p...
- Sun Nov 29, 2020 12:36 pm
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion: Chapter 1 (PS4/PS5/PC) - RUMOR
- Replies: 12
- Views: 2151
Re: [Game] Neon Genesis Evangelion: Chapter 1 (PS4/PS5/PC) - RUMOR
What we'll probably get is another Evangelion 64 or Evangelion Battle Orchestra game, but what's best for the series is one that's more character driven. I don't want to repeat the series exactly like battle focused games tend to do. I want to explore the world of Tokyo III. Walk the halls of Nerv i...
- Tue Sep 08, 2020 7:30 am
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
I've completed the missing lines in eboot_rodata with machine translation: https://github.com/rezual/nge_2_re/blob/1478edd210a6153daf0571b29e87330a4eec01bd/patches/eboot_rodata.py The fields that were machine translated have a MACHINE_TRANSLATED comment next to them. I'm going to machine translate t...
- Mon Sep 07, 2020 10:07 pm
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
I've been tinkering more and more now with the game again. 1 - I didn't mention it here, but figured out that the game uses the DEFLATE algorithm for compression. A while back I isolated the exact decompression the game uses and ran the code as-is but slowly in a Python MIPS abstraction I wrote. I a...
- Mon Jun 10, 2019 2:40 am
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
I’m still here, I kind of stopped checking up on Eva in hopes of making the wait for the final less painful. :-|
I’ll have to read up on the questions previously asked, but awesome job keeping the translations going until March!
I’ll have to read up on the questions previously asked, but awesome job keeping the translations going until March!
- Wed Dec 05, 2018 3:13 am
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
Yeah I wasn’t sure about DEFCON. That was me just throwing together a random machine translation. And yes, this project is still alive. From a programming perspective there’s only a handful of things left to do - mainly simplify testing on actual hardware to allow for opening up the flood gates to o...
- Sun Aug 12, 2018 11:35 pm
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
So I've made some more changes that I've pushed to GitHub, namely figuring out most of the game's image format to the point that every picture converts successfully now (from what I can tell). As well as I've created a script (tools/unpack-all.py) to assist with unpacking the game's contents (after ...
- Tue Jul 10, 2018 1:41 am
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
Awesome work :jawdrop: It warmed my heart to see that (funny, heh, that ending) gif translated where Misato fills the pilot in on DefCon mechanic :3 Haha! Thanks! Maybe you explained in your above post and I missed it, but what's with Asuka's school uniform(?) looking so strange in the debug menu s...
- Fri Jul 06, 2018 2:17 am
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
Holy moly, you've been real busy lately. Every time I check in lately, there's something new. Now I'm feeling inspired. I've been busy with a new job, but I'm going to see about hacking away at this read-only section. ETA: soon™. Congrats on the new job! Also good to hear from you! I've written up ...
- Thu Jul 05, 2018 6:07 pm
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
So got lots done in terms of the little things 1 - The tools bind.py, wave.py, text.py, and evs.py are now able to repack. 2 - Besides being able to reinject files, like the event scripts, back into the game with translations, enough of the format is understood to add character appearances/modify ex...
- Sat Jun 30, 2018 6:27 am
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
I've moved a bunch of stuff around on the GitHub to different folders, so links are broken in the previous forum posts, so just a heads up. I started tackling the f2tuto.bin/f2info.bin/btimtext.bin/imtext.bin files and have gotten far in writing an importer script. https://i.imgur.com/FyTUli9.jpg Ab...
- Fri Jun 29, 2018 3:54 am
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
1 - So I'm now running the decompression routine in native Python/pseudo-assembly, instead of having a PSP-Python emu run it. A 70Kb file would take about 46 seconds to decompress before. Now it takes 6 seconds. Old: https://github.com/rezual/nge_2_re/blob/master/unused/zipped.py https://github.com/...
- Tue Jun 26, 2018 9:05 pm
- Forum: Everything Else Evangelion
- Topic: [Merch] Evangelion Merchandise 2, or, Why Do I Keep Buying Things!?
- Replies: 309
- Views: 88412
Re: [Merch] Evangelion Merchandise 2, or, Why Do I Keep Buying Things!?
SEELE-01#879832 wrote:It literally reads Shonen Ace 2006 May issue
Thanks! I'm not that stupid, I swear. I blame tired eyes. D;
- Mon Jun 25, 2018 9:25 pm
- Forum: Everything Else Evangelion
- Topic: [Game] Neon Genesis Evangelion 2: Another Cases
- Replies: 694
- Views: 188949
Re: [Game] Neon Genesis Evangelion 2: Another Cases
So I've added wave.py for unpacking the bin files na0.bin, na1.bin, and na2.bin in the voice dir to get at the wav files, with the ability to repack as well. https://github.com/rezual/nge_2_re/blob/master/game_data/wave.py The .wav files are in Sony's atrac3plus format, which I don't think many thin...
- Sun Jun 24, 2018 2:56 pm
- Forum: Everything Else Evangelion
- Topic: [Merch] Evangelion Merchandise 2, or, Why Do I Keep Buying Things!?
- Replies: 309
- Views: 88412
Re: [Merch] Evangelion Merchandise 2, or, Why Do I Keep Buying Things!?
I'm loving that you're supporting artists AR-99 by requesting commissions! So I'm mostly continuing my venture into the Eva digital CDs/games/books world. Furthermore, I won a bulk auction on a bunch of Eva books, which had like 16 Eva books/misc-items. I'm only tackling like 5 of them here, will do...
- Mon Jun 11, 2018 1:19 am
- Forum: Everything Else Evangelion
- Topic: [Merch] Evangelion Merchandise 2, or, Why Do I Keep Buying Things!?
- Replies: 309
- Views: 88412
Re: [Merch] Evangelion Merchandise 2, or, Why Do I Keep Buying Things!?
^Either 100% Newtype or Eve were my first Eva books. I think mine was Carmine, can't recall. So I've got 4 out of the 6 Shinji and Good Friends CDs: https://i.imgur.com/gytETO8.jpg https://i.imgur.com/ylYsTvy.jpg https://i.imgur.com/UZwWiyp.jpg https://i.imgur.com/UyngqTG.jpg https://i.imgur.com/Wy...
- Wed May 30, 2018 12:56 am
- Forum: Everything Else Evangelion
- Topic: [Merch] Evangelion Merchandise 2, or, Why Do I Keep Buying Things!?
- Replies: 309
- Views: 88412
Re: [Merch] Evangelion Merchandise 2, or, Why Do I Keep Buying Things!?
Been knee deep in work for the last month, but this came in: https://i.imgur.com/lJcKdEq.jpg https://i.imgur.com/b9cFXj6.jpg It looks to be another collection that reuses pictures from the Eva Collector's CDs, though I need to double check if the Games are also from the Collector's CDs or original. ...