Jump to content

tahu157

Members
  • Posts

    693
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by tahu157

  1. I don’t think it’s unreasonable or ‘chauvinistic’ for me to expect the reviewers I read to have a certain level of reading comprehension for the VNs that they review, and frankly MTL just doesn’t meet that level yet.
  2. Can a food critic review a food they haven't tasted?
  3. I never expected anyone to ever get these things lol Seeing this makes me pretty excited for the Narcissu box that I paid for, whenever that ends up happening.
  4. 110 kanji probably isn’t enough to keep reading VNs from being a totally frustrating experience. But if you want to try, this list was put together by r/visualnovels https://docs.google.com/document/d/1KnyyDt7jimEz-dgeMSKymRaT2r3QKBPm9AzqZ6oUWAs/pub
  5. Those text boxes are kind hard to look at (white text on white background).
  6. I've got a good handful of english manga but it's all at home in Florida and I'm up in Ohio during the school year. What do have on hand though is my Japanese music. Ask me about any of these and I'll tell you what the best songs on them are. EDIT: I messed up the formatting. There are two more pictures inside the spoilers.
  7. Idk I kinda like them for some reason.
  8. Does tokuten mean limited edition or something?
  9. Very small physical collection here. From top left to bottom right: - Shoujo Shin'iki - Ooedo Blacksmith - Not actually considered a VN I guess but I'm not retaking the picture. - Date A Live: Twin Edition Rio Incarnation - Includes all 3 Date A Live VNs to date - Mahoyo - Hello Lady! OST - Paid $40 for this just to get the full version of the theme song. No regrets. - Time Hollow - My first VN before I knew what VNs where. Disappointingly linear plot for a VN about time travel. - Hotel Dusk: Room 215 I also paid for the physical game tier of the Narcissu kickstarter back when everyone thought Sekai Project were going to be the saviors of VNs in the west. It's been 4 years almost and I still haven't gotten that yet.
  10. If the actual VN is anything like the trial version, you can use Garbro to get to its script files. https://github.com/morkt/GARbro/releases/tag/v1.5.42 They're in the srp.pac file. Inside there you should find a bunch of .srp files. Extract them and open them in a text editor like notepad++ to edit them. After that point things get tricky in two ways. The first is that the script files are arranged in quite possibly the dumbest way possible. The text is all on a handful of lines where any other engine would give each piece of text its own line. Editing is going to be a pain in the butt. And then the second thing is that I don't know how to repackage the script files once you have them translated. I'd cross that bridge when you get there though.
  11. Use our lord and savior Garbro instead. https://github.com/morkt/GARbro/releases
  12. That is one nice looking website I gotta say. There's a lot of little grammar mistakes all throughout the descriptions though. Makes me a little worried for the translation of the actual game.
  13. tahu157

    .

    Wow that's even worse than translating masturbate as 'fap.'
  14. Indiegala is running a Mangagamer bundle with: - EROGE! Sex and Games Make Sexy Games - Please Bang My Wife - Sweet Sweat in Summer - Orc Castle - Kuroinu Ch. 1 https://www.indiegala.com/erotic-escapades-bundle-anime-videogames-bundle The bundle is $10 USD. Very worth it imo, even if only for Eroge and Kuroinu.
  15. The superior Hello Lady OP. Legit paid $40 for the Hello Lady soundtrack just to get the full version of this song.
  16. damn this actually sounds really interesting
  17. Alienworks have been around for awhile but haven't finished what was supposed to be their debut VN (they ended up releasing other VNs first), The Human Reignition Project, which I really want to read. I thought the project was dead, but I guess that put out a new demo just last month. Hopefully that means they're nearing completion.
  18. Will we get a christmas post from Tay?
  19. I will never understand why they package something with so much potential to make a mess in something as weak as a bag. That goes double for flour where the mess potential is even worse and the bag is even weaker.
  20. We should definitely not acknowledge Monta93 in any way.
  21. I'd shamelessly steal the chess game concept from Highschool DxD. Then I'd call it something super edgy like Sinner's Game or something.
  22. Do the longer segments of text in the patch have any kind of escape character (like \n or something) in them?
  23. I've had a lot of success using SharpDevelop for building C# projects off of Github, as opposed to Visual Studio which has never compiled anything I've ever thrown at it. I just tested it on Ethornell Editor and it worked. The exe shows up in EEGUI/bin/debug Doesn't look like the editor has any support for adding new lines though so I hope you don't need to do that.
  24. A'ight this is kind of a pain but I think I figured it out. You'll need to install 2 things if you don't have them already: Go language compiler - https://golang.org/doc/install Git - https://git-scm.com/downloads For the first part you'll need to run the following commands in cmd: go get github.com/regomne/eutil/codec and go get github.com/regomne/eutil/textFile These two libraries are required for building/running the cst.go file. If you open the file in a text editor you'll see they're imported at the top of the file. Then in cmd navigate to the folder that has cst.go in it. PATH/TO/chinesize/CatSystem/cstTextProc. Then you can build the .go file like this: go build cst.go That should drop an exe file called cst.exe in the same folder which you run through cmd by inputting its name. It says that to extract text you use the -e argument. So to extract a script you'd write this: cst.exe -e nameOfScriptFile.cst EDIT: The above extract command is WRONG. See @Shinya's reply on April 1 2019 for the correct syntax. All other steps are correct.
×
×
  • Create New...