Jacob1's Mod

  • powderhorror
    30th May 2019 Member 0 Permalink

    @jacob1 I know you help make the source code for tpt alchemy mod, I was wondering if you could help give me the link to the reactions map, if not can you describe he process to get into the source files of the mod to look for reactions I am really stuck. Even better if you gave me alist of the major reactions if you know them. Thank you for your time :).

  • jacob1
    31st May 2019 Developer 0 Permalink
    @powderhorror (View Post)
    @savask has a reactions map, I'll try asking for it. I can't remember if it is complete or not though. Many of the reactions in that mod are vanilla, they just added in new ones to make all elements obtainable.

    I know some late-game reactions are surrounding certain electronics elements with 8 ETRD. I suggested something consistent like that for all electronic elements, because it's really unclear how else a reaction for a lot of them would work anyway.
  • jacob1
    16th Jul 2019 Developer 0 Permalink
    Version 43.0 Released!

    Version 43.0 2019-07-15
    Add libcurl, communications to the powder toy server and update server are now secured using SSL. This prevents others from stealing session information or passwords, and prevents ISPs or firewalls from modifying server responses. This update will also come to the official version later. Communications to thescript server or tpt multiplayer are not secured. Update from tpt++: Lua functions for working with zoom (other updates from TPT Snapshots to be included later). Fix "uses mod elements" false positive with PIPE/PPIP.

    @LBPHacker spent a lot of time adding libcurl to TPT. This finally allows us to use https to communicate with the server. Really no excuse for taking this long to do it except for time constraints ... Anyway I plan to also update official TPT with libcurl soon. I just copied the libcurl code into my mod.

    This update was difficult to release because of numerous problems with my new server (that hosts the updates). After spending a few hours fixing that, I released the update today only to find that it crashed immediately on startup. I then spent a few more hours fixing issues with the updater ... should be good now. If you received build 110 you'll need to manually redownload version 43.0 from this post.

    I noticed that when I run the windows version in wine on Linux, it still crashes. This doesn't happen natively Windows, though. If anyone gets a crash, tell me and I'll undo the update again and find a fix. (I plan to look into it tomorrow, it's late so I can't do it now)

    Download Version 43.0 for Windows
    Download Version 43.0 for macOS
    Download Version 43.0 for 64 bit linux.
    Download Version 43.0 for 32 bit linux.
    Edited 2 times by jacob1. Last: 16th Jul 2019
  • jacob1
    17th Jul 2019 Developer 0 Permalink
    Version 43.1 Released!

    Version 43.1 (build 112) 2019-07-16
    Fix crash when trying to submit comments

    This fixes the crash when hovering over the "submit" button. I think comments were working when I first added libcurl, but a change I made later broke it.

    The update server is having connection issues at the moment, specifically with ipv4. I'm unable to access the server to verify the update is live, but it should be. If you have ipv6 you won't have any problems (versions of my mod before 43.0 can't use ipv6, though)

    Download Version 43.1 for Windows
    Download Version 43.1 for macOS
    Download Version 43.1 for 64 bit linux.
    Download Version 43.1 for 32 bit linux.
  • braden1127
    18th Jul 2019 Member 0 Permalink

    I made a channel; it is called "Braden".

    Edited once by braden1127. Last: 18th Jul 2019
  • Fusionftw
    18th Jul 2019 Member 0 Permalink

    I found a new bug; whenever you open the element searcher, a black bar appears across the screen near the bottom.

     

    This happens on the latest version of this mod.

  • blurcat
    20th Jul 2019 Member 0 Permalink

    When i try to close the game it throws a memory read/write error

  • jacob1
    27th Jul 2019 Developer 0 Permalink
    Version 43.3 Released!

    Version 43.2 (build 113) 2019-07-21
    Fix crash when exiting on Windows. Fix non-windows versions accidentally being compiled in debug mode.

    Version 43.3 (build 114) 2019-07-26
    Fix random crashes when making network requests. Begin work on porting upcoming TPT 95.0 features to the mod: Add disable-network flag to turn off network requests. Rename nobluescreen command line option to disable-bluescreen. Tweak replace mode and specific delete mode to work on energy particles and be mutually exclusive. Fix issues saving/loading QRTZ/GLAS/TUNG without pressure in saves. Add sim.CELL constant.

    This release fixes all the crash issues. They only happened on Windows, which is why I didn't notice before the 43.0 release. They also happen on the TPT Snapshots since a few months ago, but nobody reported the crashes there ...

    The crash was something to do with the way I compiled libcurl before. Maybe I compiled an older version that had a bad crash bug. Or maybe it was something with moving to the new server, and the new visual studio compiler didn't like this version of libcurl. Anyway ... recompiling the latest libcurl fixed all the issues.

    Download Version 43.3 for Windows
    Download Version 43.3 for macOS
    Download Version 43.3 for 64 bit linux.
    Download Version 43.3 for 32 bit linux.

    @Fusionftw (View Post)
    I think I may have done that intentionally so that the description shows up. I'll find a better way to draw it, it is ugly if the background wasn't already black. If I fade it in and make it not take up the whole width, it should look a bit better

    @blurcat (View Post)
    Fixed, please update :)
    Edited once by jacob1. Last: 27th Jul 2019
  • Desley
    9th Aug 2019 Member 0 Permalink

    does it have virus?

     

     

     

     

    ... i dont want a destroyed pc

  • jacob1
    9th Aug 2019 Developer 1 Permalink
    @Desley (View Post)
    There are no viruses. Which antivirus do you use that's giving you a warning?

    I've heard some antiviruses don't like TPT's update process, because it replaces itself with another executable downloaded from the internet. I also had Windows Defender try to block me from running the mod when I was testing it out on the server. But anyway, there are no viruses in the mod, just false positives.