Jump to content

AtomCrafty

JAST USA
  • Posts

    67
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by AtomCrafty

  1. Just to close this thread: Turns out the game in question uses a new version of the engine. I'm currently rewriting yokatool from scratch and the new version is planned to support Yuka2 scripts as well
  2. You only need " " if the file name contains spaces, the < > are just for clarification. The .NET framework needs to be installed on your machine in order to run the tool, most versions of windows should have that installed by default though... https://www.microsoft.com/net/download/thank-you/net471 Which game are you trying to unpack? Maybe I can take a look at it.
  3. Are you sure the game uses the Yuka System engine? What exactly happens if you execute the command? I've also created a new release with the latest changes, maybe try using that: https://github.com/AtomCrafty/yukatool/releases
  4. @Huang Ling Yin yes, that is possible, but it requires changes to the game executable. That is a very complex process I described in these articles: http://raburabu.net/font-upgrade-for-lover-able/ http://raburabu.net/yuka-internals/ If you need any help with that, let me know But be aware that I'm currently very busy, so it may be a while until I can work on something new ^^" - Atom
  5. Hey there, yukatool is a cli tool, so you'll need to call it from the command line The basic syntax is yuka <task> <args> For example to extract one of the game archives you'd write yuka unpack data01.ykc Here, "unpack" is the task you want to perform and "data01.ykc" is the name of the file. For a list of all available tasks, run "yuka help" or refer to the github page. - Atom
  6. Sorry, I only have the regular version :/
  7. You're right, the mobile version doesn't look that broken ^^
  8. I don't want to get technical without knowing the details... I guess you'll figure it out one way or another, this has just really annoyed me since the forum is back up
  9. Hey there, seeing as the page layout is still horribly broken, I've written a temporary CSS fix to stop my eyes from bleeding. You may want to consider adding this snippet to the page source until you manage to fix the actual problem. - Atom <style> .cPost .ipsComment_meta { margin: 0 !important; padding: 0 15px !important; } .cPost .cPost_contentWrap { padding: 15px 15px 54px 15px !important; } .cPost .ipsComment_controls { left: 0 !important; } .cPost .cPost_contentWrap { height: calc(100% - 50px) !important; } </style>
  10. Hey there, 2 things: 1. The feedback links here still point to fuwanovel.net 2. The reason I'm actually here for: I created this choice diagram for Da Capo II back when I first joined the forum. I'm also currently working on one for the first Da Capo game. Unfortunately, the creator of both Da Capo walkthroughs, Ryoji, hasn't been online since August 2016 and therefore can't add it to the existing walkthrough page. I think it would be helpful to have something like this if you are going for 100% completion. So if you think this is worth adding, please feel free to do so -Atom
  11. @littleshogun @Limerence_ thanks
  12. Nice, thanks a lot! Good to see such an active community ^^ - Atom
  13. sure, a .fixed-table-layout class would solve the problem for me
  14. @Nayleen I think it depends on what content you want to display. I'm not familiar with the IPS Community Software, but isn't there an option to whitelist specific css properties? That way everyone could use the settings most appropriate in their situation. Even though admittedly, most people probably won't use tables at all because they're not included in the wysiwyg editor ^^ - Atom
  15. Update: min-width doesn't work for td elements either :/
  16. Hey there, just a minor request: while writing a new version of out project introduction I noticed that the css property 'table-layout' is unavailable for forum posts. I am aware that html/css purification is a crucial step to prevent unwanted code injection but this particular property doesn't entail any security risks table-layout: fixed; causes equal row widths, with looks much nicer if you ask me: The forum also won't let me set the width of that table to calc(100% - 40px), is there any particular reason for that? As a temporary solution I will set a minimum cell width, but that will look weird on smaller screens like mobile devices ^^ - Atom
  17. @Kurisu-Chan I've seen this title so many times by now, I'll definitely have a look at it
  18. As you might have figured out by now, I am willing to spend a lot of time on something that captures me I still have about a month and a half until next term starts, so let's see how much I'll be able to read until then ^^
  19. @Infernoplex Hmm, I see... Unity won't be much of a problem as there are tons of tools available and it uses the .NET framework. I've seen Kirikiri being referenced in a couple of threads already, so I'll probably take a closer look. Anyways, thanks for the tips! @littleshogun For now I still have the first part of the series to play but from what I've seen so far I'm definitely looking forward to it! PS: I'm currently having some issues with my internet connection, so please excuse if I'm not replying immediately ^^
  20. I did actually take a look at the internals of BGI (the engine used by DC 2) and managed to extract and decompile most files (used one of them to create my profile pic). However whether I succeed at deciphering a certain file format is rather unpredictable, that's what I meant by 'lack of experience'
  21. Well, while I don't think I've seen enough to make a final statement, I do generally prefer shows with comedy / romance (/ harem) elements
  22. Hey there, I'm fairly new to the world of anime and visual novels but what I've seen so far has been genuinely impressive and enjoyable. I just finished watching "To Love-Ru" and played through my first VNs, namely "Ever17" and "D.C. II: Da Capo II". When it comes to games I am a completionist, meaning that I want to unlock every last scene and collect everything. That's why I've created a diagram depicting all scenes of the game (DC2) and how to get there. (http://i.imgur.com/HtEV4Pd.png) Part of why I've finally decided to join fuwanovel.net is that I've been searching for a place to share this kind of content. About myself I'm a computer science student from Germany with a passion for taking apart every piece of software I can get my hands on. I think I would enjoy working on a translation project, however due to my limited experience I'm not sure whether I'd be of great help to anyone ^^ -- AtomCrafty
  23. I know this post is pretty old, but as I couldn't find a 100% save file online, I decided to create one by myself. So here you go: http://www.mediafire.com/download/cvjwie6gcjv45xg/BGI.gdb 100% CG and all scenes unlocked. I also created a decision diagram that shows how each scene can be reached: http://i.imgur.com/HtEV4Pd.png
×
×
  • Create New...