Page 10 of 71 FirstFirst 12345678910111213141516171819203560 ... LastLast
Results 181 to 200 of 1403

Thread: PFM - Please refer to thread in Attila forum now

  1. #181
    Condottiere SOG's Avatar Domesticus
    Join Date
    Dec 2006
    Location
    Somewhere in Europe
    Posts
    2,275

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    sorry to report this...but the tsv extraction doesn't work as it should...
    Erasmo
    Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601)
    System Manufacturer: ASUSTeK Computer Inc.
    System Model: G73Sw
    Processor: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (8 CPUs), ~2.0GHz
    Memory: 12288MB RAM
    Available OS Memory: 12266MB RAM
    Page File: 2634MB used, 21881MB available
    Windows Dir: C:\Windows
    DirectX Version: DirectX 11
    DX Setup Parameters: Not found
    User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
    DxDiag Version: 6.01.7601.17514 32bit Unicode

  2. #182

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Quote Originally Posted by .Mitch. View Post
    It was always TSV. It was named CSV I can only assume by mistake.
    Even when it exported a .csv the file was still in tab separated format.
    No, it's not a mistake.
    I use OpenOffice which doesn't have the option to open .tsv, only .csv; then you can choose the separator so I stuck with tabs.
    Also the escaping of quotes is different between the two.

    Quote Originally Posted by Splenyi View Post
    Is there any chance you could make the variantmeshdefinitions editable inside the PFM? Its a pain to repack the entire mod just to check a little change sometimes. This file type can be edited and saved with any txt editor, so maybe it'll be simple to implement this feature?
    Yes I can add them.
    Note though that you can always right click->Open as text.


    Quote Originally Posted by Livebyte View Post
    System.TypeInitializationException: The type initializer for 'PackFileManager.GameManager' threw an exception. ---> System.Exception: Unknown Header Type <!D
    That looks seriously broken...

    I get these throw whenever I try to open PFM with mixed header packs in my data folder.
    What's a "mixed header pack"?
    Packs always have one header.

    Quote Originally Posted by z28man View Post
    any chance we could get a guide the pack file manager? I'd love to know how to use it.
    Check out the Warscape Modding Primer, it should get you going.

    Quote Originally Posted by Condottiere SOG View Post
    sorry to report this...but the tsv extraction doesn't work as it should...
    You really need to be more specific than that. If you're using OpenOffice, try setting the extraction to .csv (Options->Extract TSV file extension).
    Last edited by daniu; September 17, 2013 at 01:47 AM.
    Tools: PFM 4.1 - EditSF 1.2.0
    (Download PFM - Download EditSF)
    Warscape Modding Guide
    Join the PFM User Group on Steam to receive PackFileManager update notifications.

    Respecto Patronum

  3. #183

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Programs can provide conversion language, eg: English Transform Traditional Chinese?

    Modified into a garbled display

  4. #184

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Never mind, deleted.
    Last edited by Southern Hunter; September 17, 2013 at 08:45 AM.

  5. #185

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Daniu, I think the specific patch I mentioned in my earlier post was made with an old version of PFM (pre-RTW2). However that file no longer reads for me in the latest PFM/schema version, instead crashing. It did read before.
    Last edited by Livebyte; September 17, 2013 at 02:17 PM. Reason: typo

  6. #186
    Greve Af Göteborg's Avatar Protector Domesticus
    Join Date
    Oct 2007
    Location
    Sweden
    Posts
    4,558

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    You've probably already answered this somewhere, but I'm a lazy bastard so I'll ask it any way.
    Is there any way to open trait_attribute_effects under trait_attribute_effects_tables?
    It's blue at the moment. The reason why I want to open it is because I want to modify the "mighty_knockback" attribute to recreate the berserkers that we had in Rome 1, for scientific reasons only of course

  7. #187
    Condottiere SOG's Avatar Domesticus
    Join Date
    Dec 2006
    Location
    Somewhere in Europe
    Posts
    2,275

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Daniu
    You really need to be more specific than that. If you're using OpenOffice, try setting the extraction to .csv (Options->Extract TSV file extension).
    When I pressed the button for the TSV extraction...nothing happened...got Notepad++ and Textpad on my computer...
    Last edited by Condottiere SOG; September 17, 2013 at 10:28 PM.
    Erasmo
    Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601)
    System Manufacturer: ASUSTeK Computer Inc.
    System Model: G73Sw
    Processor: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (8 CPUs), ~2.0GHz
    Memory: 12288MB RAM
    Available OS Memory: 12266MB RAM
    Page File: 2634MB used, 21881MB available
    Windows Dir: C:\Windows
    DirectX Version: DirectX 11
    DX Setup Parameters: Not found
    User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
    DxDiag Version: 6.01.7601.17514 32bit Unicode

  8. #188

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Think I may have found a bug. If you rename a file in the PFM and press del while doing so the program will see that as wanting to delete the file.

  9. #189
    Ordinarius
    Join Date
    Jul 2009
    Location
    Italy
    Posts
    737

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    unknowns revelead for ancillaries_tables

    Code:
      <table table_name='ancillaries_tables'
             table_version='7'
             guid='20b6898d-f709-4c75-9137-b5d0111ed796'>
        <field fkey='ancillary_info_tables.ancillary' name='key' type='string_ascii' pk='true' />
        <field fkey='ancillary_types_tables.type' name='type' type='string_ascii' />
        <field name='applies_to' type='string_ascii' />
        <field name='transferrable' type='boolean' />
        <field name='unique_to_world' type='boolean' />
        <field name='unique_to_faction' type='boolean' />
        <field name='precedence' type='int' />
        <field name='start_date' type='int' />
        <field name='end_date' type='int' />
        <field name='explanation_text' type='optstring_ascii' />
        <field name='exclusion_text' type='optstring_ascii' />
        <field name='avatar_skill' type='optstring_ascii' />
        <field name='avatar_special_ability' type='optstring_ascii' />
        <field name='is_wife_ancillary' type='boolean' />
      </table>
    for some reason references of names_tables cannot be solved
    Last edited by PietroMicca; September 18, 2013 at 08:51 AM.

  10. #190

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    To install it is asking me to point where STW is, but if STW is shogun I have not got it. It is giving me error. I cannot see any instructions about it.
    Last edited by Bethencourt; September 18, 2013 at 12:42 PM.

  11. #191
    Condottiere SOG's Avatar Domesticus
    Join Date
    Dec 2006
    Location
    Somewhere in Europe
    Posts
    2,275

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    It pointed to ETW for me and just sent it to R2 data...shouldn't be a problem.
    Erasmo
    Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601)
    System Manufacturer: ASUSTeK Computer Inc.
    System Model: G73Sw
    Processor: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (8 CPUs), ~2.0GHz
    Memory: 12288MB RAM
    Available OS Memory: 12266MB RAM
    Page File: 2634MB used, 21881MB available
    Windows Dir: C:\Windows
    DirectX Version: DirectX 11
    DX Setup Parameters: Not found
    User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
    DxDiag Version: 6.01.7601.17514 32bit Unicode

  12. #192

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    No, not working.

  13. #193

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Quote Originally Posted by Livebyte View Post
    Daniu, I think the specific patch I mentioned in my earlier post was made with an old version of PFM (pre-RTW2). However that file no longer reads for me in the latest PFM/schema version, instead crashing. It did read before.
    Well the current PFM should be able to read all earlier packs, but I suppose a broken version was used to create it.
    If you post the pack, I might be able to repair it.

    Quote Originally Posted by Greve Af Göteborg View Post
    You've probably already answered this somewhere, but I'm a lazy bastard so I'll ask it any way.
    Is there any way to open trait_attribute_effects under trait_attribute_effects_tables?
    It's blue at the moment. The reason why I want to open it is because I want to modify the "mighty_knockback" attribute to recreate the berserkers that we had in Rome 1, for scientific reasons only of course
    Those tables are empty (the blue is indicating that).
    It seems they aren't used by the game.

    Quote Originally Posted by Condottiere SOG View Post
    When I pressed the button for the TSV extraction...nothing happened...got Notepad++ and Textpad on my computer...
    Does anybody else have this problem?

    Quote Originally Posted by vialabo View Post
    Think I may have found a bug. If you rename a file in the PFM and press del while doing so the program will see that as wanting to delete the file.
    Quote Originally Posted by PietroMicca View Post
    unknowns revelead for ancillaries_tables
    for some reason references of names_tables cannot be solved
    Added the ancillaries, will release new schema in a few days.
    Haven't gotten around to checking the names table yet.

    In case anyone hasn't seen, Pietro is the single largest contributor to decoding the DB tables with about 50% of all tables decoded or corrected by him.
    You should really +rep him if you're using PFM.

    Quote Originally Posted by Bethencourt View Post
    To install it is asking me to point where STW is, but if STW is shogun I have not got it. It is giving me error. I cannot see any instructions about it.
    You should be able to just cancel and it will be fine (I think it also says in the dialog).
    Tools: PFM 4.1 - EditSF 1.2.0
    (Download PFM - Download EditSF)
    Warscape Modding Guide
    Join the PFM User Group on Steam to receive PackFileManager update notifications.

    Respecto Patronum

  14. #194

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Yes it says so, I have cancelled but a few seconds later, when I start it, it shows an error window. It happened too without cancelling so I guess it has nothing to do with it.
    Last edited by Bethencourt; September 18, 2013 at 02:48 PM.

  15. #195

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    danui, I've been looking at the source code. You've really added in some great features. Nice work!

  16. #196
    Condottiere SOG's Avatar Domesticus
    Join Date
    Dec 2006
    Location
    Somewhere in Europe
    Posts
    2,275

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Having a PFM is a wonderful thing...thank you, Daniu!
    Erasmo
    Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601)
    System Manufacturer: ASUSTeK Computer Inc.
    System Model: G73Sw
    Processor: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (8 CPUs), ~2.0GHz
    Memory: 12288MB RAM
    Available OS Memory: 12266MB RAM
    Page File: 2634MB used, 21881MB available
    Windows Dir: C:\Windows
    DirectX Version: DirectX 11
    DX Setup Parameters: Not found
    User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
    DxDiag Version: 6.01.7601.17514 32bit Unicode

  17. #197

    Icon4 Re: PFM 3.0.3 - Added option to have csv replace data

    A message appears. Options page form that can not be used

    Click image for larger version. 

Name:	Snap1.jpg 
Views:	9 
Size:	16.4 KB 
ID:	294577

  18. #198

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Some help would be apreciated.

  19. #199

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Has anyone been able to decode battle_types_to_victory_conditions properly? It's a strange one where battle_type field entry gets 00 between each letter in binary format. I think this file may be the key to eliminating victory points for all battles.
    Maratha Light Infantry - http://www.sendspace.com/file/ibfygu

    Col. Michael Kováts Hussars
    - United States - http://www.sendspace.com/file/j272k5

    Norske Geworbne & Trondhjemske Regiment - Norway -
    http://www.sendspace.com/file/tmvpk6


    Links updated 06.05.13

  20. #200
    Ordinarius
    Join Date
    Jul 2009
    Location
    Italy
    Posts
    737

    Default Re: PFM 3.0.3 - Added option to have csv replace data

    Quote Originally Posted by zowrath View Post
    Has anyone been able to decode battle_types_to_victory_conditions properly? It's a strange one where battle_type field entry gets 00 between each letter in binary format. I think this file may be the key to eliminating victory points for all battles.
    There's something strange in that table

    Code:
      <table table_name='battle_types_to_victory_conditions_tables'
             table_version='2'
             guid='373e5215-c1e3-44cc-be62-24e452821d63'>
        <field fkey='battle_types_tables.type' name='battle_type' type='string' pk='true' />
        <field fkey='victory_conditions_tables.condition' name='attacker_victory_condition' type='optstring_ascii' pk='true' />
        <field fkey='victory_conditions_tables.condition' name='defender_victory_condition' type='optstring_ascii' pk='true' />
      </table>
    it's correct, but I think that is unusual to have string and string_ascii (even if optional) in the same table.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •