Skip to content

Releases: PolyTech-Modding/PolyTechFramework

PolyTech Framework v0.9.7 - Minor Update

08 Apr 16:14
9c2e1be
Compare
Choose a tag to compare
  • Added a setting to disable checking for mod updates on start-up.
  • Fixed a crash when using the Epic Games version.
  • Fixed an issue with mod credits.

PolyTech Framework v0.9.6 - Minor Update

23 Jul 09:59
413da7b
Compare
Choose a tag to compare
  • Added confirmation prompt before you upload a level with modded data to the workshop.
  • PTF now indicates to Poly Bridge 2 versions 1.30+ that it is installed, so the game allows it to process modded layouts from the workshop.

PolyTech Framework v0.9.5 - Bug fix

26 Mar 19:13
e90e834
Compare
Choose a tag to compare

Fixed a bug with layout saving.

PolyTech Framework v0.9.4 - Improved mod save data

11 Mar 18:28
8f9a04a
Compare
Choose a tag to compare
  • cheat mods and non-cheat mods can save string "setting" data to layout files when needed.
  • mods can now also save binary data to layout files.
    • byte[] saveData() and void loadData(byte[] bytes)

PolyTech Framework v0.9.3 - Minor feature update

06 Feb 18:12
8033a1a
Compare
Choose a tag to compare

Added authors to PolyTechMod by setting this in a mod ptf will add your mod and the authors to the end of the pb2 credits.
Example:

// ...
public Awake(){
    // ...
    this.authors = new string[] {"user1", "user2"};
    registerMod(this);
}
// ...

PolyTech Framework v0.9.2 - Bug Fix

04 Feb 17:57
82ef139
Compare
Choose a tag to compare
  • Fixed an issue when checking for mod updates that would cause a mod to fail to load if it's latest release was something like 1.0.0-alpha

PolyTech Framework v0.9.1 - Important Bug Fix

19 Jan 14:50
d9b7c43
Compare
Choose a tag to compare

Fixed an issue where the cheat flag wasn't enabled when turning on a cheat mod mid-simulation, this is a critical bug fix, you should install the update.

PolyTech Framework v0.9.0 - Critical Bug Fix

08 Jan 19:51
ec1932c
Compare
Choose a tag to compare
  • Fixed issue where Poly Bridge 2 would become unusable if PTF failed to check for updates
  • Fixed issue where update popups wouldn't show

PolyTech Framework v0.8.2 - Minor bug fix

31 Dec 11:58
Compare
Choose a tag to compare
  • Fixed for players using the Epic Games Store
  • Fixed issue where the popup queue incorrectly remove the cancel button from popups like the overwrite file popup, which prevented you from declining the prompt.

PolyTech Framework v0.8.1 - Minor first day update!

30 Dec 22:20
Compare
Choose a tag to compare

Fixed gallery uploads using the wrong budget and stress values when the upload is modded.