[TOOL] Train Fever Game Manager

Home Forums Modding [TOOL] Train Fever Game Manager

Viewing 15 posts - 76 through 90 (of 107 total)
  • Author
    Posts
  • #19892
    Gwinda
    Participant

    Here is another update with mostly smaller additions and fixes.
    No new paradigm functions introduced 🙂

    Please use the built in bug report system to send me log files
    (they are included automatically). It is optional, but an email
    address where I can reply with further questions can be set in the
    profile tab under tools->Preferences. I hope you like this update 🙂

    * Added search function to catalog
    * Added warning icon on mods in non TF format.
    * Added more error handling
    * Added Maintenance and value for each % level in vehicle manager.
    * Added a bug report form.
    * Added a new Exception dialog.
    * Added mod documents to the mod context menu
    * Added registered mods are selected after registration.
    * Added send bug report from TFGM (Help menu or through preferences).
    * Added the choice to send a bug report on exceptions.
    * Added a sender email address to the user profile page.
    * Added the “Open Vehicle Window On Purchase” to TF settings dialog.
    * Added a better Lua error message showing the faulty Lua code, function name, script file and mod name.
    * Added the option to include TF output into the TFGM log file.
    * Added new standard tags: Cargo, Game play, Icon, Particle, Smoke and Shader.

    * Fix. Registering more than one mod through the file browser only registered the first one.
    * Fix. A potentially division by 0 in the vehicle manager.
    * Fix. TFGM crash when “delete preferences on exit” was checked at program exit.
    * Fix. Mod installation not completely aborted on registration errors.
    * Fix. TFGM got confused when tfgm.lua and tfmm.ini was available in the same mod.
    * Fix. Debug window not catching TF output
    * Fix. Mod description not cleared on unselected mod.
    * Fix. Mod info not cleared when multiple mods are selected.
    * Fix. Preferences crash dump path not initialized correctly
    * Fix. TF output not included in log file
    * Fix. Vehicle search failed to recognize file names.
    * Fix. Better mod ID error handling
    * Fix. All four Steam ID formats are accepted in mod’s steamProfile:
    – Vanity Gwinda
    – Steam2 ID STEAM_0:1:xxxxxxxx
    – Steam3 ID xxxxxxxxxxxxxxxxx
    – AccountID [U:1:xxxxxxxx]

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #19943
    Gwinda
    Participant

    Release 1.75.2.122 – 1348

    Thanks to all submitted error reports I have been able to fix some bugs.
    I will especially point out that about 99% of all reports was related to faulty mod packages.

    If you are a modder, please read this article to pack your mods correctly:
    http://www.train-fever.net/lexikon/index.php/Entry/92-Making-mods-work-with-the-in-game-mod-manager/

    * Added more log file entries.
    * Added an updated manual.

    * Fix. Documents from the Documents folder wasn’t copied on mod installation.
    * Fix. Catalog view not updated when search box becomes empty.
    * Fix. Skipped files at registration caused an exception error.
    * Fix. Mods not conforming to the new mod format generated an exception.
    * Fix. Better mod ID generation in faulty mods.

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #19971
    Gwinda
    Participant

    Release 1.75.3.123 – 1349
    Thanks to all submitted error reports I have been able to fix some more bugs.

    * Fix. now ignoring hidden MAC files.
    * Fix. some folder names was identified as files.
    * Fix. crashed on invalid TARGA headers.

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #20335
    Gwinda
    Participant

    Release 1.76.0.129 – 1363

    * Added double click in catalog to download
    * Added TFGMLoader version information to log file
    * Added the original exception message to the exception dialog
    * Added Cache Log (default true) to Preferences
    * Added Danish to the language lists
    * New GOG detection code
    * Rewritten Translation thread
    * Fixed date sort in catalog
    * Fix. Some tag description typos

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #20636
    Gwinda
    Participant

    Release 1.77.0.130 – 1368

    * Log file saved in UTF8
    * Added Vehicle value & maintenance graph (WIP)
    * Added catalog views:
    – Catalog
    – Library
    – Updates
    * Added check mod updates
    * Added language flags to the Tag export dialog
    * Added “Delete autosaves” to the Tools menu
    * Added “Delete autosaves” to the Tools menu
    * Added “Clear texture cache” to the Tools menu
    * Added mod source links for developers.
    * Fix. faulty mod format warning after registering.
    * Fix. Vehicles of with the same names was filtered out in vehicle view.
    * Fix. When importing tags from file, the list wasn’t marked as dirty and never got saved.
    * Fix. invalid double conversion
    * Fix. Empty translations got saved (should have been removed)

    Note. The mod update feature is only a qualified guessing because there is no “foolproof” way to identify a specific file and its version.
    TFGM is trying to find and identify each mod in the catalog based on several parameters such as file name, mod name, version etc…

    The new “link” features makes it possible register a folder with mod source files. These files are automatically copied to the TF installation
    when starting TF from TFGM, or if you manually install it as a mod. This will “protect” your originals from being removed by accident (when uninstalling a mod).

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #20646
    Gwinda
    Participant

    Release 1.77.1.132 – 1369
    Quick fix

    * Added password dialog.
    * Added password support for RAR archives.
    * Added encrypted password storage.
    * Added break even and info to the vehicle value & maintenance graph. (what age the maintenance cost = new price)
    * Fix. Missing toolbar icons in log window.
    * Fix. Missing toolbar icons in restore point manager.
    * Fix. Missing toolbar icons in vehicle manager.
    * Fix. Maintenance cost in Vehicle manager not correct.

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #20671
    Gwinda
    Participant

    Release 1.77.2.134 – 1370

    * Link update also re-register Mod info.
    * Added “Last Map Seed” to main form (updated when a new map is generated)
    * Added year to vehicle graph
    * Fix. Catalog not loaded
    * Fix. mods out of sync couldn’t be removed.

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #20792
    Gwinda
    Participant

    Release 1.77.3.136 – 1429

    • Fixed the download redirect always resulting in failure.

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #20801
    Gwinda
    Participant

    The archive was damaged so I have repacked, uploaded, downloaded, unpacked and tested, it should work now…(Same version number as before, just a new archive file)

    #20840
    Gwinda
    Participant

    Release 1.77.4.137 – 1430
    Merry x-mas, here are some quick fixes.

    • Added manually link update button
    • Change. Module install using the “new” progress window.
    • Added Train-Fever.net DLC format.
    • Author text field can be defined in strings.lua (with _() )
    • Fix. Broken links can’t be deleted
    • Fix. Multi language strings don’t copy identifier.
    • Fix. TFMM archive install broken.

    Note that DLC install/uninstall might take a little longer time than an ordinary mod.

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #21067
    Gwinda
    Participant

    Release 1.80.0.139 – 1442

    * Added units to vehicle information.
    * Added new setting under preferences: “Mark undefined strings”
    * Added scripted configuration UI to configure mods from within TFGM.
    * Fix. Strings not found in strings.lua returned empty instead of default value.
    * Fix. Progress dialog didn’t updated the Title correctly.

    The biggest news are the new scripted UI for mod configuration. No need to open Lua files and to change cryptic code… Just use the UI presented in the mod’s configuration tab.
    As a mod developer, you need to create the UI script to have it integrated into TFGM.

    Updated mods for with the new config UI will be released shortly.

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #21083
    Gwinda
    Participant

    Release 1.81.0.140 – 1448

    * Fix. float/double not converting ‘,’
    * Fix. Config UI not stacked in the righ order
    * Fix. crash if no strings.lua was defined when loading config UI
    * Fix. crash if tfnetid wasn’t an integer
    * Fix. Author not loaded if not defined in a table.

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

    #21101
    Gwinda
    Participant

    Release 1.82.0.142 – 1452

    * Manual updated current version
    * Added bundle support (an archive containing other mod archives).
    * Added accumulated cost curve to vehicle graph.
    * Fix. Tag export dialog’s browse button missing.
    * Fix. Tag import dialog’s browse button missing.
    * Fix. Archive name not displayed in mod format warning.
    * Fix. AbortAll not always working.
    * Fix. Crash if a mod had a decimal capacity.
    * Fix. Auto update linked mods button status not saved.

    The manual has been updated and there are two chapters about how to format and pack mods correctly.

    #21102
    Gwinda
    Participant

    Release 1.82.1.142 – 1453
    * Quick fix for the vehicle manager crash.

    • This reply was modified 8 years, 3 months ago by Gwinda.
    #21189
    Gwinda
    Participant

    Release 1.83.0.145 – 1459

    * Fix. UI Config Group element to short.

    * Added: The new maps folder created if not found.
    * Added: Support for height map mods.
    – The mod format is an extended version of the official height map format. More info will be available soon.
    * Added: Map settings to TF settings dialog
    * Added: electricTramsNeedCatenary TF settings dialog
    * Added: New Config UI element SPACER
    * Added min, max hint to Config UI element FLOAT
    * Added more default tags:
    – Animation
    – China
    – Czech
    – England
    – France
    – Germany
    – Hungary
    – Italy
    – Japan
    – Korea
    – Map
    – Netherlands
    – Norway
    – Poland
    – Russia
    – Spain
    – Sweden

    Please add comments and vote for new features on Trello.
    https://trello.com/b/fYxDEz24/train-fever-game-manager

    Localized tags can be downloaded from Train-Fever.net.
    http://www.train-fever.net/filebase/index.php/Entry/486-Train-Fever-Game-Manager/

    If you have translated something, please share it with me 🙂

Viewing 15 posts - 76 through 90 (of 107 total)
  • The forum ‘Modding’ is closed to new topics and replies.