Activity for daniu

  • daniu daniu posted a comment on ticket #330

    The mention of AbcaCodec in the stackdump isn't encouraging; it sounds like they've created another ESF format (since AB CF is the latest we have, and I think AB CA is just the fallback if no suitable one is found). To verify, check the first two bytes in the save file in a hex editor; if it's not AB CA, AB CE or AB CF, we don't have a codec for it. In this case, it might be enough to just copy one of the existing ones (like AbcfCodec), call it after the first bytes in the file (eg AB DA -> AbdaCodec...

  • daniu daniu posted a comment on ticket #329

    You may want to look into https://sourceforge.net/p/packfilemanager/code/HEAD/tree/branches/table-decoder/DbDecoding/ where I started something similar. The issue is that there is no one to one mapping between tables in the official editor files and the ones in the pack files - there are fields that don't go into the corresponding pack db files, and there are columns in the pack db files without corresponding sources in the editor files. I assume those fields are filled from other tables during pack...

  • daniu daniu posted a comment on ticket #328

    Note that I intentionally did not allow RECORD entries to be edited to protect users from themselves. In all instances I can think of, the game expects the RECORD type field to have the exact format it currently has in the file; if you change it (add or remove a field, or change the type of an existing one), the game will crash. In other instances, you can edit the RECORD, but only if you edit other places referencing it (eg add a starting army to a faction, but also need to define the army itself...

  • daniu daniu posted a comment on ticket #296

    Note that this might also affect EditSF, ie the new type might need to be added there as well.

  • daniu daniu posted a comment on ticket #312

    It is possible that they check the Pack file header number (PFH<x>) to be the latest the game is able to digest. PFM does not currently have a way to edit this number directly (I never got around to doing that and it never seemed that necessary). However, if you create a new pack file for a game, it will create it with the highest header number it knows the game can handle IIRC.</x>

  • daniu daniu posted a comment on ticket #266

    FYI, there were two reasons I never upgraded to a newer .NET version. 1. to retain backwards compatability for the users - ie not force them to update to keep PFM running. This might be an issue for Mac users especially, I don't think there are a lot of Linux users out there. 2. to be able to do PFM development at the place I worked at the time I was active. There, we had a Linux environment and I could only get Mono running in an older version, ie up to .NET 4.0. Since that is out of the picture,...

  • daniu daniu committed [r1144]

    adding tables for schema_102

  • daniu daniu committed [r1143]

    Warhammer 2 support

  • daniu daniu committed [r1142]

    added schema 103

  • daniu daniu committed [r1141]

    Changing transform bool<->string to ascii

  • daniu daniu committed [r1140]

    Added TW:WH2 icon, set as default

  • daniu daniu committed [r1139]

    adjusted create_master_schema.bat after restructuring

  • daniu daniu committed [r1138]

    Adding Schema merge to release build

  • daniu daniu committed [r1137]

    tool for merging the schema files to the master_schema.xml

  • daniu daniu committed [r1136]

    Splitting of master_schema.xml

  • daniu daniu committed [r1135]

  • daniu daniu committed [r1132]

    PFM 5.0 changes to include WH2's PFH5 packs

  • daniu daniu committed [r1131]

    schema_100

  • daniu daniu committed [r1130]

    schema_98

  • daniu daniu created ticket #263

    Improve db tree view coloring for directory with multiple files

  • daniu daniu committed [r1129]

    schema_97

  • daniu daniu modified ticket #240

    .loc file export to tsv cuts off rows

  • daniu daniu committed [r1128]

    adding updated tables from trunk

  • daniu daniu committed [r1127]

    schema_96

  • daniu daniu committed [r1126]

    correcting schema_95 once more

  • daniu daniu committed [r1125]

    updating schema to version 95,

  • daniu daniu committed [r1124]

    schema_94 update

  • daniu daniu committed [r1123]

    update

  • daniu daniu committed [r1122]

    adding previously removed foreign key again

  • daniu daniu committed [r1121]

    integrating Cataph's upload

  • daniu daniu committed [r1120]

    adding beta data

  • daniu daniu committed [r1119]

    including Magnar's change

  • daniu daniu committed [r1118]

    committing uploaded schema 91

  • daniu daniu committed [r1117]

    committing uploaded schema 90

  • daniu daniu committed [r1116]

  • daniu daniu committed [r1115]

    first checkin

  • daniu daniu committed [r1114]

    Committing merge and beta 90 schema upload

  • daniu daniu committed [r1113]

    adding schema update script

  • daniu daniu committed [r1112]

    adding new updates to schema (version 89)

  • daniu daniu committed [r1111]

    updating to schema 88

  • daniu daniu committed [r1110]

    checkin of latest update (schema 87)

  • daniu daniu committed [r1109]

    including newest updates

  • daniu daniu committed [r1108]

    updating files for beta

  • daniu daniu committed [r1107]

    merging new trunk

  • daniu daniu committed [r1106]

    Updated column names by Cataph

  • daniu daniu committed [r1105]

    more larynja updates

  • daniu daniu committed [r1104]

    column name updates in schema

  • daniu daniu committed [r1103]

    another schema update

  • daniu daniu committed [r1102]

    schema update

  • daniu daniu committed [r1101]

    update to schema version 81

  • daniu daniu committed [r1100]

    Increasing version after upload

  • daniu daniu committed [r1099]

    incorporating Larynja's column names

  • daniu daniu committed [r1098]

    adding beastmen dlc updates

  • daniu daniu committed [r1097]

    updating

  • daniu daniu committed [r1096]

    adding more updates

  • daniu daniu committed [r1095]

    adding more of Larynja's definition updates

  • daniu daniu committed [r1094]

  • daniu daniu committed [r1093]

    removing to create correct tag

  • daniu daniu committed [r1092]

    Fix for replace data bug on import into dbe - r...

  • daniu daniu modified ticket #262

    Import TSV from DBE ignores Replace

  • daniu daniu committed [r1091]

    Fix for replace data bug on import into dbe

  • daniu daniu committed [r1090]

    reverting for tag

  • daniu daniu committed [r1089]

    Fixing ignore of replace data when importing fr...

  • daniu daniu created ticket #262

    Import TSV from DBE ignores Replace

  • daniu daniu committed [r1088]

    one more correction

  • daniu daniu committed [r1087]

    adding updates by Larynja

  • daniu daniu committed [r1086]

    adding Larynja's update, moving some field name...

  • daniu daniu committed [r1085]

    Bugfix for db reference resolving

  • daniu daniu modified ticket #260

    Wrong ASCII writer function for ABCE ESFs

  • daniu daniu modified ticket #261

    Table References not loaded from multiple game packs

  • daniu daniu committed [r1084]

    Correcting reference resolve across multiple files

  • daniu daniu created ticket #261

    Table References not loaded from multiple game packs

  • daniu daniu committed [r1083]

    adding Larynja's updates

  • daniu daniu committed [r1082]

    adding more corrections

  • daniu daniu committed [r1081]

    adding one more update

  • daniu daniu committed [r1080]

    including more updates

  • daniu daniu committed [r1079]

    Adding file creating an ESF from scratch (for t...

  • daniu daniu committed [r1078]

    Fixing ABCE ASCII encoder

  • daniu daniu created ticket #260

    Wrong ASCII writer function for ABCE ESFs

  • daniu daniu committed [r1077]

    adding WakelessREX' table update

  • daniu daniu committed [r1076]

    adjusting unit_special_abilities field

  • daniu daniu committed [r1075]

    merging beta branch

  • daniu daniu committed [r1074]

    adding schema fixes, updating version number

  • daniu daniu committed [r1073]

    removing duplicate table definition

  • daniu daniu committed [r1072]

    correcting field names

  • daniu daniu committed [r1071]

    updated version

  • daniu daniu committed [r1070]

    updating version

  • daniu daniu committed [r1069]

    including changes for c2

  • daniu daniu committed [r1068]

  • daniu daniu committed [r1067]

    adding updated culture variants table

  • daniu daniu committed [r1066]

    adding schema descriptions from twc

  • daniu daniu created ticket #259

    Exception when opening External Editor

  • daniu daniu created ticket #258

    Allow Minimize for localizations

  • daniu daniu modified ticket #257

    Allow "add suffix" in addition to prefix

  • daniu daniu created ticket #257

    Allow "add suffix" in addition to prefix

  • daniu daniu created ticket #256

    Fix MyMod installation path for Warhammer

  • daniu daniu modified ticket #254

    Add new WH ESF types

  • daniu daniu created ticket #255

    Include new WH ESF types in PFM

  • daniu daniu created ticket #254

    Add new WH ESF types

  • daniu daniu created ticket #253

    Add Warhammer support

1 >