Activity for Genreless

  • Genreless Genreless created ticket #336

    Hidden rows prevent pasting rows

  • Genreless Genreless created ticket #335

    Regions.esf parsing error

  • Genreless Genreless created ticket #334

    TSV import/export too agressive with whitespace trimming

  • Genreless Genreless modified ticket #296

    Implement new data types in table parser

  • Genreless Genreless posted a comment on ticket #296

    These data types are now implemented in a branch as of [r1217].

  • Genreless Genreless committed [r1217]

    Improvements to PFM and an automated command line table decoder that is bare-bones and too slow to be practical currently.

  • Genreless Genreless modified ticket #330

    Invalid type code when trying to edit newer saves

  • Genreless Genreless posted a comment on ticket #330

    [r1215] should have fixed the mistake in the prior fix. This issue is closed again.

  • Genreless Genreless committed [r1216]

    Tagging EditSF 1.2.7

  • Genreless Genreless committed [r1215]

    Correcting mistakes found in EditSF 1.2.6

  • Genreless Genreless created ticket #333

    Show Node Type slows significantly in large files

  • Genreless Genreless modified ticket #330

    Invalid type code when trying to edit newer saves

  • Genreless Genreless posted a comment on ticket #330

    More failed Type26 nodes have been found so this issue is re-opened.

  • Genreless Genreless modified ticket #330

    Invalid type code when trying to edit newer saves

  • Genreless Genreless posted a comment on ticket #330

    Since there have been no more complaints since the release of this fix, I am assuming the fix worked and [r1213] fixed it. This issue is thus closed.

  • Genreless Genreless committed [r1214]

    Tagging EditSF 1.2.6

  • Genreless Genreless committed [r1213]

    Another attempt at fixing Type26 node parsing.

  • Genreless Genreless created ticket #332

    EditSF needs a message when it fails to open a file

  • Genreless Genreless modified a comment on ticket #330

    This was an extension of issue [#326]. Waiting to see if the fixes worked for the entire community or just our test cases.

  • Genreless Genreless modified a comment on ticket #330

    This was an extension of issue #326 . Waiting to see if the fixes worked for the entire community or just our test cases.

  • Genreless Genreless modified ticket #330

    Invalid type code when trying to edit newer saves

  • Genreless Genreless posted a comment on ticket #330

    This was an extension of issue #326. Waiting to see if the fixes worked for the entire community or just our test cases.

  • Genreless Genreless committed [r1212]

    Tagging EditSF 1.2.5

  • Genreless Genreless committed [r1211]

    New revisions to Type26 parsing.

  • Genreless Genreless created ticket #331

    Add menu options from EditSF to PFM's interface

  • Genreless Genreless modified a comment on ticket #330

    @fuzznutty Typically I'd say I haven't been working on PFM because I've been busy, but the truth today is that I was simply distracted, so I'm going to get to fixing this. It looks like the problem is the same as the last ~3 times and I've failed to properly parse type26 nodes. This means more examples are greatly appreciated. If you want to contribute a save file, you can either attach it to a post here in the issue tracker or email it to me at genreless@users.sourceforge.net. @iamdaniu I think...

  • Genreless Genreless posted a comment on ticket #330

    @Ruairi Sinkler Typically I'd say I haven't been working on PFM because I've been busy, but the truth today is that I was simply distracted, so I'm going to get to fixing this. It looks like the problem is the same as the last ~3 times and I've failed to properly parse type26 nodes. This means more examples are greatly appreciated. If you want to contribute a save file, you can either attach it to a post here in the issue tracker or email it to me at genreless@users.sourceforge.net. @daniu I think...

  • Genreless Genreless posted a comment on ticket #329

    I just pushed the changes I had made to DbDecoding to the table-decoder branch. Unfortunately, I haven't finished either of the two new classes I was implementing to allow for the automation so they are currently mostly a reference for the route I was going and a partial implementation. As for the official data, what I know of is in the Assembly Kit's files in the "assembly_kit\raw_data\db folder". This contains two kinds of helpful xml files: the table files, which contain the table data in readable...

  • Genreless Genreless committed [r1210]

    Pushing incomplete old work on the automated decoder to the decoder's working branch so team members can reference what was being worked on.

  • Genreless Genreless posted a comment on ticket #328

    Sorry for the delay in making that change Kaukui. I was expecting to have time to sit down and make that change in the last few days but haven't been able to make time yet. My next few days are also probably full, but I will try to make time this week.

  • Genreless Genreless posted a comment on ticket #330

    Do you think you could forward a copy of your save that doesn't work? The more examples I have, the easier it is for me to parse the changed data format properly the first time without having to repeatedly patch it.

  • Genreless Genreless posted a comment on ticket #328

    I also noticed that and came to the same conclusion. The specific request was to be able to use the duplicate/move/delete function on family_member RECORDs in the family_tree RECORD (for Rome 2), which at first glance seems to fill the role of a RECORD_BLOCK. I intended on simultaneously adding a toggle to the menu for something like "disable safety restrictions" so users would have to intentionally get rid of the restriction when they wanted to work around it.

  • Genreless Genreless created ticket #329

    Create an automated tool to try to generate schemas

  • Genreless Genreless modified ticket #268

    Add support for Thrones of Britannia

  • Genreless Genreless created ticket #328

    Allow for performing move/duplicate/delete operations on "RECORD" entries

  • Genreless Genreless committed [r1209]

    Tagging EditSF 1.2.4 in the repository.

  • Genreless Genreless committed [r1208]

    Tagging PFM 5.2.4 in the repository.

  • Genreless Genreless committed [r1207]

    Yet another revision to Type26 parsing.

  • Genreless Genreless committed [r1206]

    Fix for the ESF parser to account for Type26Nodes not parsing in save files.

  • Genreless Genreless posted a comment on ticket #326

    A problem with Type26Nodes snuck through the main release. The formatting used in save files had some differences from startpos files that weren't accounted for. Parsing has been updated so save files supposedly parse properly now.

  • Genreless Genreless modified ticket #327

    PFM issues with latest TW:W2 version drop

  • Genreless Genreless posted a comment on ticket #327

    Schema update is done.

  • Genreless Genreless posted a comment on ticket #327

    That happens with each major update to a Total War game. The problem is that CA introduced new tables and changed the format of some old schemas so we have to write new schema entries to tell PFM how to read each table with a new format. I hope to get to that in a few days, but if you are impatient, I have written a tutorial on how to create new schemas yourself here: https://www.twcenter.net/forums/showthread.php?791996-A-tutorial-on-decoding-tables-for-PFM

  • Genreless Genreless modified ticket #326

    The ESF Editor can't open Three Kingdoms's esf files anymore

  • Genreless Genreless posted a comment on ticket #326

    Provided fix has been verified with minor corrections and integrated into the next build.

  • Genreless Genreless committed [r1205]

    ESF update verification, documentation, optimization, and fixes.

  • Genreless Genreless modified ticket #326

    The ESF Editor can't open Three Kingdoms's esf files anymore

  • Genreless Genreless posted a comment on ticket #326

    Cobylee66 has provided a fix for the ESF parser. I'm testing it prior to releasing a patch with its changes.

  • Genreless Genreless committed [r1203]

    Fixed the old command line decode tool only exporting the first un-decoded PackedFile from each game.

  • Genreless Genreless committed [r1202]

    Creating a branch to work on the table schema auto-decoder in.

  • Genreless Genreless modified ticket #325

    PFM crashes if the startup autoupdater throws an exception

  • Genreless Genreless committed [r1201]

    Fix for startup crash when the auto-updater fails to connect to the repository.

  • Genreless Genreless created ticket #326

    The ESF Editor can't open Three Kingdoms's esf files anymore

  • Genreless Genreless created ticket #325

    PFM crashes if the startup autoupdater throws an exception

  • Genreless Genreless created ticket #324

    Process CEO files

  • Genreless Genreless created ticket #323

    Implement import/export of esf data.

  • Genreless Genreless committed [r1200]

    Merged revisions 1195-1198 (Three Kingdoms support and EditSF fix) from the trunk to my working branch.

  • Genreless Genreless created ticket #322

    Table sorting during expression application

  • Genreless Genreless created ticket #321

    Cells deselect when filtering tables by column value

  • Genreless Genreless created ticket #320

    An invert selection feature would be nice

  • Genreless Genreless created ticket #319

    Apply Expression on the last row's blank cells is fatal

  • Genreless Genreless committed [r1199]

    Total War Three Kingdoms support release 1

  • Genreless Genreless committed [r1198]

    Total War Three Kingdoms support release 1.

  • Genreless Genreless modified ticket #318

    EsfLib 0x23 and 0x24 data types. (Warhammer2 1.6.0)

  • Genreless Genreless posted a comment on ticket #318

    IMRZ's changes have been uploaded and allow for opening esf files that have been affected by the 4/17/2019 Warhammer 2 patch. They will need revisiting later to verify the data type accuracy once more is known about their potential values and the new Enum values will need renaming from "unknown" to something descriptive.

  • Genreless Genreless committed [r1197]

    Hotfix for Warhammer 2's 4/17/2019 update's changes to esf files.

  • Genreless Genreless committed [r1196]

    Hotfix for Warhammer 2's 4/17/2019 update's changes to esf files.

  • Genreless Genreless committed [r1195]

    IMRZ's fix for EditSF after the 4/17/2019 Warhammer 2 update.

  • Genreless Genreless committed [r1194]

    Tagging EditSF 1.2.0

  • Genreless Genreless committed [r1193]

    Merging revisions 1189-1191 into my working branch.

  • Genreless Genreless committed [r1192]

    Tagging PFM 5.1.2 release

  • Genreless Genreless committed [r1191]

    Pushing the Schema 126 files.

  • Genreless Genreless modified ticket #316

    'Minimize DB Files' is broken for both Warhammer games

  • Genreless Genreless posted a comment on ticket #316

    Warhammer was broken because the method didn't account for PackFiles with multiple files in a folder. Warhammer 2 was broken because it used duplicated code for parsing headers that wasn't updated for PFH5. They have both been corrected and work now.

  • Genreless Genreless committed [r1190]

    PFM 5.1.2 release build.

  • Genreless Genreless committed [r1188]

    Backing up work to dev branch to switch to working on a hotfix for the trunk.

  • Genreless Genreless committed [r1189]

    Beta Hotfix for problems with "Minimize DB Files."

  • Genreless Genreless created ticket #317

    Apply Expression should work on numeric strings also

  • Genreless Genreless created ticket #316

    'Minimize DB Files' is broken for both Warhammer games

  • Genreless Genreless committed [r1187]

    Updated PFM's version number.

  • Genreless Genreless committed [r1186]

    Pushing schema 125 files to the repository.

  • Genreless Genreless committed [r1185]

    Pushing schema 124 changes to the trunk.

  • Genreless Genreless committed [r1184]

    Preparation for schema 124 and backup of work to personal dev branch.

  • Genreless Genreless modified ticket #296

    Implement new data types in table parser

  • Genreless Genreless committed [r1183]

    Bringing revision 1182's schema preparations to the main branch.

  • Genreless Genreless committed [r1182]

    Preparing for the release of Schema 123.

  • Genreless Genreless committed [r1181]

  • Genreless Genreless created ticket #315

    When changing tables the table view flashes white while loading

  • Genreless Genreless created ticket #314

    Model files crash PFM when all pack files are loaded

  • Genreless Genreless created ticket #313

    Applying an invalid expression to cells in PFM is fatal

  • Genreless Genreless modified ticket #312

    Pack Files worked with by PFM don't load by default

  • Genreless Genreless posted a comment on ticket #312

    Upon further inspection, there are no practical differences between a user-created mod that won't load and a workshop mod that will load apart from the lack of workshop metadata. Adding an image for the mod doesn't make it load without the "enable out-of-date mods" checkbox. Uploading the mod to the workshop does make the mod load without enabling the "enable out-of-date mods" checkbox. This is entirely an issue with the implementation of the Total War launcher and not with PFM or its created pack...

  • Genreless Genreless modified ticket #264

    Auto-Updater failing to retrieve updates

  • Genreless Genreless created ticket #312

    Pack Files worked with by PFM don't load by default

  • Genreless Genreless committed [r1180]

    Forgot to tag the 5.1.0 release in the repository on release; it is now tagged.

  • Genreless Genreless committed [r1179]

  • Genreless Genreless committed [r1178]

    Saving a backup before potentially breaking changes.

  • Genreless Genreless modified ticket #311

    Exceptions thrown from wrong game on startup

  • Genreless Genreless created ticket #311

    Exceptions thrown from wrong game on startup

  • Genreless Genreless created ticket #310

    Regex filters are causing slowdown

1 >
MongoDB Logo MongoDB