Jump to content
We promise no intrusive ads, Please help keep the community alive
Consider supporting us by disabling your ad blocker / add to whitelist / purchasing VIP.

TDUF - Most advanced modding tools for TDU so far!


Djey
 Share

Recommended Posts

  • 2 weeks later...
  • 2 weeks later...
  • 3 weeks later...
  • 2 months later...

Announcement : TDUF toolset 0.6.0 now available !

 

So, what's new ?

 

* General (all): contains all bugfixes from 0.5.1

* General (all): contains all bugfixes from TDUF Database Editor ALPHA 0->2

 

* DatabaseTool (fix): fixes a bug preventing from loading database when integrity errors occur

* DatabaseTool (check): gives some more information about integrity errors

* DatabaseTool (convert-patch): new operation to convert TDU Patches (pch) to TDUF ones (json-patche) and vice versa

* DatabaseTool (gen-patch): new operation to create TDUF patches (json-patch) from a full, TDUF-formated, database

 

* FileTool (bankInfo): displays short name for packed contents

 

* Research: handles signed numeric values

 

* Library: misc improvements and bug fixes.

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

Announcement : TDUF toolset 0.7.0 now available !

 

So, what's new ?

 

* General (all): contains all bugfixes from 0.6.1

* General (all): contains all bugfixes from TDUF Database Editor ALPHA 3->7

* General (all): re-format usage details in CLI to make reading easier

 

 

* DatabaseTool (apply-tdupk): NEW operation to patch TDU database (JSON format) with TDUPE Performance Pack

* DatabaseTool (check): detects new corruption, values for globalized resource at a given REF should be the same

* DatabaseTool (fix): fixes corruption above

 

 

* MappingTool (fix-missing): displays list of new files

 

 

* Library: adds ability to properly resolve bitfield values (can be improved in the future)

* Library: misc improvements and bug fixes.

 

 

As ever, see first post to download!

Link to comment
Share on other sites

  • 2 months later...

Announcement : TDUF toolset 0.8.0 now available !

 

So, what's new ?

 

* General (all): contains all bugfixes from TDUF Database Editor ALPHA 8->10

* General (all): re-formats INTRO to display Java version

* General (all): re-formats messages in console

* General (all): provides verbose mode switch to get more information on current processing

 

 

* DatabaseTool (apply-tdupk): NEW operation to patch TDU database (JSON format) with TDUPE Performance Pack

* DatabaseTool (gen-patch): enhances mini patch generation, takes association topics into account (CAR_RIMS...)

* DatabaseTool (apply-patch): now resolves switch values after applying patch

 

 

* FileTool (gen): creates correct TDU file from some JSON (solves issue with Bnk1.map file)

* FileTool (unpack-all/unpack): fixes unpacked directory layout

 

 

* Library: updates bitfield reference for CAR SHOPS topic

* Library: uses minlog library to provide some logging

* Library: caches DatabaseMinerOperations (can be disabled)

* Library: includes misc improvements and bug fixes.

 

 

 

Known bugs!

 

 

* CameraTool: produced Camera.bin files do not work correctly in game. Default camera views seems to be used instead.

 

 

 

As ever, see first post to download!

Link to comment
Share on other sites

  • 1 month later...

Announcement : TDUF toolset 0.9.0 now available !

 

Beware, HUGE change log ahead!

 

 

 

So, what's new ?

 

* General (all): contains all bugfixes from TDUF Database Editor ALPHA 11->13

 

* All Tools: make them work under Linux OS (current scripts can't be used yet)

 

* DatabaseTool (all): removes support of unused -c switch

 

* DatabaseTool (dump): operation removed, use unpack-all operation instead

* DatabaseTool (gen): operation removed, use repack-all operation instead

* DatabaseTool (check): operation removed, use unpack-all operation instead with -x switch (see below)

* DatabaseTool (fix): operation removed, use unpack-all operation instead with -m switch (see below)

 

* DatabaseTool (gen-patch): renamed reference range switch (now -r or --refRange)

* DatabaseTool (gen-patch): takes new field range switch into account (-f or --fieldRange) to generate partial patch

* DatabaseTool (gen-patch): changes are now sorted correctly in .mini.json file

* DatabaseTool (apply-patch): supports patches with partial contents (selected items above)

 

* DatabaseTool (repack-all): fixes 'File Not Found' error

* DatabaseTool (repack-all): fixes invalid '-repacked.bnk' file

* DatabaseTool (unpack-all): adds ability to performe extensive database check when using -x (or --extensiveCheck) switch

* DatabaseTool (unpack-all): returns integrity errors when asked

* DatabaseTool (unpack-all): adds ability to fix database when using -m (or --mend) switch

 

* MappingTool (magify): new operation to convert any Bnk1.map into MagicMap

* MappingTool (info): returns MagicMap state of Bnk1.map file

 

* Library (database): UPDATE patches do not add entry if one with same values already exists

* Library (database): supports entry filtering with selected item values

* Library (database): improve performance by cache efficiency

* Library (database): fixes cache not cleared after succesful change

* Library (database): updates bitfield reference for CarPhysics topic

* Library (database): includes misc. improvements and fixes.

 

 

Known bugs!

 

 

* CameraTool: produced Camera.bin files do not work correctly in game. Default camera views seems to be used instead.

 

 

 

As ever, see first post to download!

 

 

TDUF 1.0, first major release, is coming ....

Link to comment
Share on other sites

  • 2 weeks later...

Announcement : TDUF toolset 1.0.0 now available !

 

So, what's new ?

 

* Reorganized directories and scripts, making it simpler to use (TDUF-gui.cmd / TDUF-cli.cmd)

 

 

* DatabaseEditor is not in ALPHA state anymore, it will always be within TDUF releases from now on.

 

 

 

 

New features

 

 

* TDUF-gui.cmd: first asks for TDU database directory in a dialog box

 

 

* DatabaseEditor: export to TDUF mini patch may take more REFs at once

* DatabaseEditor: export to TDUF mini patch may be partial by selecting only necessary fields

 

 

* Library/Database: simplify unpacking/repacking internal operations

* Library/Database: handle MOVE operation in mini patches.

 

 

 

Fixed issues

 

 

* DatabaseTool: do not crash if database files not found while unpacking

 

 

* DatabaseEditor: fix minor error when loading again TDU database

 

 

* Library/Database: fix potential problem when repacking.

 

 

 

Known bugs

 

 

* CameraTool: produced Camera.bin files do not work correctly in game. Default camera views seems to be used instead.

 

 

 

As ever, see first post to download!

Link to comment
Share on other sites

  • 3 weeks later...

Announcement : TDUF toolset 1.1.0 now available !

 

So, what's new ?

 

* SPS (Smart Patching System) - Part 1

* Greatly enhances performance when unpacking/repacking database files

* Greatly enhances performance when dealing with JSON database.

 

 

New features

 

* (databaseEditor) Supports SPS templates in patches

* (databaseEditor) Supports patch properties files

 

* (library/all) Produces properly formatted, nice JSON output

* (library/database) Patches: generate new CARID if necessary

 

 

Fixed issues

 

* Misc. bug fixes and enhancements.

 

 

Known bugs

 

 

* CameraTool: produced Camera.bin files do not work correctly in game. Default camera views seems to be used instead

* You tell me!

 

 

 

As ever, see first post to download!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share




×
×
  • Create New...