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.

Recommended Posts

Posted

Ah yes, I see, thanks for the explanation, I already thought it would be something like that.

 

Also, your TDUF has proven to be really useful for my upcoming little project, which I hinted on in my previous comment. :p

  • 2 weeks later...
Posted

Great! Fix does not do much more than TDUMT database tool did ages ago, but the way I've designed it will make it more efficient in the future.

So, eagerly waiting for your feedback :)

Posted

Nice update Djey! Awesome that it now outputs "real" JSON formatted files! Also great that it didn't break the integration of TDUF in my BTRQ editor :p:clap:

Posted

Yes, ensuring compatibility is important, that's why I will try not to make braking changes while staying at same major version (is currently 0.x)

 

So all users/devs can always enjoy new features and bugfixes, and previous features at the same time :)

Posted

Announcement : TDUF toolset 0.4.1 (hotfix) now available !

 

 

* Research+FileTool(applyJson): fixes a bug causing incorrect data written from json file

* Research: applies latest updates to BIN-cameras file structure.

 

 

 

See first post to download!

  • 2 weeks later...
  • 3 weeks later...
Posted

Yes indeed and in some copies it starts to look like bad pornography :nuts: I keep thinking of the Atari & EdenGames staff if they see how we manage to modify the map or add cars :lol: I'm sure they would jump to the roof :D

 

I cannot wait to see the future of this game

  • 2 months later...
Posted

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.

  • 2 weeks later...
Posted

I found out what the issue is: some files in TDU install dir may have some extended characters in their names.

 

I will release a fix for TDUF shortly :)

Posted

Announcement : TDUF toolset 0.6.1 (fix) now available !

 

 

* MapTool and Library (fix): fixes a crash when computing checksum of some file names (having extended characters).

 

 

 

See first post to download!

  • 1 month later...
Posted

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!

  • 2 months later...
Posted

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!

  • 1 month later...
Posted

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 ....

  • 2 weeks later...
Posted

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!

  • 3 weeks later...
Posted

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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.




×
×
  • Create New...