Search results

  1. dragontamer8740

    Source Code Access

    I don't know if that's the whole story or not. I do specifically remember "piracy" being mentioned as a major reason at one point in time, but that no longer is a valid one since they'd switched to only pushing at public release times. Maybe paywalling image packs might have something to do...
  2. dragontamer8740

    Source Code Access

    OK, it's now been two years and a week since the last public push. And two years since I posted last. But I'm just popping by to ask if there's a new ETA, or if it's since been revised to "never." I remember years ago when source code was pulled down the first time, someone (meaning either...
  3. dragontamer8740

    TiTs Wiki Thread

    For anyone who really wants to look at source code for newer releases to verify information, it's an awful solution but you can at least view "unified" (meaning huge and not compartmentalized) sources by decompiling the game (I use this java-based decompiler). You may have to give some command...
  4. dragontamer8740

    Source Code Access

    Well at least I can finally stop having hope and/or expectations, now. See you next year, then.
  5. dragontamer8740

    Source Code Access

    No; porting to javascript doesn't suddenly mean "git push" no longer works for half of a year while game updates continue to be shared in binary form. They're still using a private git repo to collaborate; all they have to do is push a commit sideways to the public-facing remote sometimes...
  6. dragontamer8740

    Source Code Access

    Just doing my monthly check-in. Still no source drops in the last five months. I mean, I know we don't own the code and we shouldn't feel "entitled" to it, but I'd almost rather be told straight up "we're not gonna share it anymore" than get the silent treatment. Then I'd be able to stop...
  7. dragontamer8740

    Source Code Access

    Interesting; when did that happen? And surely fen is capable of running a git command as well? I don't know how they have things arranged between them, but it still sounds strange. I have no real context to go by, though.
  8. dragontamer8740

    Source Code Access

    That's a good question that I've been wanting an answer for for well over a year. But they aren't forthcoming (radio silence). I can't give you an actual answer because again they have not communicated anything meaningful about the issue in a long, long time, and I'm not part of any "inner...
  9. dragontamer8740

    Source Code Access

    It actually is that easy. It's possible the "script" also did some other things, like uploading the files to a server, publishing download links, and updating the "getter" PHP scripts that they use to get the latest version. The sort of script that runs every time you release an update. But...
  10. dragontamer8740

    Source Code Access

    Uh huh. no time for: git remote add public-release https://github.com/OXOIndustries/TiTS-Public.git git push public-release (commit-hash-here):master You can also just put a release tag, or HEAD, or whatever where I said "commit hash here." Just assuming it'd be a hash because they don't seem to...
  11. dragontamer8740

    Source Code Access

    I hate to beat a dead horse because at this point I'm pretty sure it's just not gonna happen, but it's now been about 1/3 of a year since we had a source drop. Just throwing it out there in the hope someone decides to help us out and rectify that since there could be a public build in the next...
  12. dragontamer8740

    What are your gripes/criticism of TiTs?

    You could grow her out in different directions. It'd be interesting (although I understand 100% why it won't happen) if there were a way to properly befriend her and break through the dom shell without enslaving her and pumping her full of babies. But yes, this is indeed the inherent problem...
  13. dragontamer8740

    What are your gripes/criticism of TiTs?

    Biggest current gripes? Feels like we've not gotten expansions for a lot of characters in a long time (e.g., Saendra, Sera, Penny, Shekka, Fisianna) Feels like the latest additions to Penny were kind of an afterthought/rehash of existing scenes rather than many new ones; bimbo Penny in...
  14. dragontamer8740

    Source Code Access

    So, uh, sorry about double-posting (and repeating myself), but we haven't had a source drop in just shy of three months now (a quarter of a year). Would you guys mind throwing us a bone?
  15. dragontamer8740

    What are your gripes/criticism of TiTs?

    That's fair. I also wish they'd share the source code for public builds like they used to.
  16. dragontamer8740

    Source Code Access

    Glad to help. I found that command by looking in either "process explorer" while building in windows or "ps" while building in wine (can't remember which I was using at the moment). It likely is faster, for a number of reasons, including possibly the startup time of wine apps and the...
  17. dragontamer8740

    Source Code Access

    Good. So it's building fine for you without wine now by running the 'mxmlc' program directly? If you want, I have a build system I've been working on to hopefully simplify things for Linux users. PM me if you'd like to try it. It's basically a bunch of scripts to automate configuring builds and...
  18. dragontamer8740

    TiTsEd - A save editor

    Just edit it in minerva.
  19. dragontamer8740

    Source Code Access

    Glad to hear it. Good job. Ah, yeah. I forgot those were the only problems with the non-imagepack versions. If you try to build an image pack (CONFIG::IMAGEPACK in the .xml file), you'll encounter a lot more errors related to file name casing. Yep, that's one of the issues, but primarily...
  20. dragontamer8740

    Source Code Access

    Is it working for you now? If not I can give some pointers. Of course, they'll be a month or so out of date because they forgot to push the code for the public build again this month. It is possible to compile it without wine, but you likely need wine to make mobile AIR builds. To compile an...