Results 1 to 13 of 13

Thread: Request for a complete tuto for PFM

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Request for a complete tuto for PFM

    Hello,
    I try to make a mod i would like to have an exhaustive tuto for PFM. I know how to extract, convert and convert back db files, but when i want to pack my modded files, it don't work. I don't see what is wrong..

    So what are exactly all the places to click precisely from the begining to the end.??

    Thanks for your futures answers, because i'm a bit lost with PFM..

  2. #2

    Default Re: Request for a complete tuto for PFM

    pfm doesnt work with the actual version. everyone has to wait until someone can update the pfm...

  3. #3
    DaVinci's Avatar TW Modder 2005-2016
    Patrician Artifex

    Join Date
    Apr 2005
    Location
    The plastic poisoned and d(r)ying surface of planet Earth in before Armageddon
    Posts
    15,298

    Default Re: Request for a complete tuto for PFM

    Quote Originally Posted by Chrysantheme View Post
    pfm doesnt work with the actual version. everyone has to wait until someone can update the pfm...
    That's wrong. Only some certain db files can't be read by the recent PFM 1.6.6 due to CA's last patch updates.
    Some mods are stuck atm. because ie. the very relevant db unit_stats_land belong to those non-accessable files.

    As for a basic tut of PFM i recommend to look at the ETW mod workshop, there should be something in this regard.
    #Anthropocene #not just Global Warming but Global Disaster, NASA #Deforestation #Plastic Emission #The Blob #Uninhabitable Earth #Savest Place On Earth #AMOC #ICAN #MIT study "Falsehoods Win" #Engineers of Chaos
    #"there can be no doubt about it: the enemy stands on the Right!" 1922, by Joseph Wirth.
    Rightwingers, like in the past the epitome of incompetence, except for evilness where they own the mastership.
    #"Humanity is in ‘final exam’ as to whether or not it qualifies for continuance in universe." Buckminster Fuller
    Any chance for this exam? Very low, because the established Anthropocentrism destroys the basis of existence.
    #My Modding #The Witcher 3: Lore Friendly Tweaks (LFT)
    #End, A diary of the Third World War (A.-A. Guha, 1983) - now, it started on 24th February 2022.

  4. #4

    Default Re: Request for a complete tuto for PFM

    Damn..!!! but i saw several updated mods since the begining of this month, i don't understand.. Or it works to edit existing files in mods but not to create new.??

  5. #5

    Default Re: Request for a complete tuto for PFM

    I learned how to use pfm from this tutorial, with some straightforward adjustments to the TWS2 directories:

    http://www.twcenter.net/forums/showthread.php?t=340047

  6. #6

    Default Re: Request for a complete tuto for PFM

    New mods maybe using old tables for unit_stats_land

  7. #7

    Default Re: Request for a complete tuto for PFM

    yes it helps.. for now, no ctd and no error message in pfm... My tweaks are not in game, but it's a begining... For now we can only use the "movie" mod.pack in pfm, not the mod.?

  8. #8

    Default Re: Request for a complete tuto for PFM

    It is more convenient, for simple mods, to use movie format. These get loaded in an arbitrary order, after all patch files. It is better for maintainability to use patch format, but then the user must create a user script file to specify the load order.

  9. #9
    DaVinci's Avatar TW Modder 2005-2016
    Patrician Artifex

    Join Date
    Apr 2005
    Location
    The plastic poisoned and d(r)ying surface of planet Earth in before Armageddon
    Posts
    15,298

    Default Re: Request for a complete tuto for PFM

    Quote Originally Posted by davidlallen View Post
    It is more convenient, for simple mods, to use movie format. These get loaded in an arbitrary order, after all patch files. It is better for maintainability to use patch mod format, but then the user must create a user script file to specify the load order.
    I have slightly changed your explanation - patch format is not recommended for mods, afaik no mod project is using this format.

    Imo. there is no reason to not use movie format, i personally can't really see the advantage of mod format vs. movie format, rather vice versa, because no creation (and adjustments) of a user.script is needed. We use movie format since we modify ETW for major mods.
    Last edited by DaVinci; August 05, 2011 at 07:19 PM.
    #Anthropocene #not just Global Warming but Global Disaster, NASA #Deforestation #Plastic Emission #The Blob #Uninhabitable Earth #Savest Place On Earth #AMOC #ICAN #MIT study "Falsehoods Win" #Engineers of Chaos
    #"there can be no doubt about it: the enemy stands on the Right!" 1922, by Joseph Wirth.
    Rightwingers, like in the past the epitome of incompetence, except for evilness where they own the mastership.
    #"Humanity is in ‘final exam’ as to whether or not it qualifies for continuance in universe." Buckminster Fuller
    Any chance for this exam? Very low, because the established Anthropocentrism destroys the basis of existence.
    #My Modding #The Witcher 3: Lore Friendly Tweaks (LFT)
    #End, A diary of the Third World War (A.-A. Guha, 1983) - now, it started on 24th February 2022.

  10. #10

    Default Re: Request for a complete tuto for PFM

    A video tutorial would be the best thing ever! Step by step maybe make a series of it. How to make a unit. How to edit textures...etc

  11. #11

    Default Re: Request for a complete tuto for PFM

    Thank you for the correction. The drawback to movie format is the possibility of conflict between multiple mods. If a user has several movie type mods, the order in which the mods are loaded is undefined. So, if two mods change a particular table in different ways, the result may be that both mods fail to work as expected.

  12. #12
    DaVinci's Avatar TW Modder 2005-2016
    Patrician Artifex

    Join Date
    Apr 2005
    Location
    The plastic poisoned and d(r)ying surface of planet Earth in before Armageddon
    Posts
    15,298

    Default Re: Request for a complete tuto for PFM

    Quote Originally Posted by davidlallen View Post
    Thank you for the correction. The drawback to movie format is the possibility of conflict between multiple mods. If a user has several movie type mods, the order in which the mods are loaded is undefined. So, if two mods change a particular table in different ways, the result may be that both mods fail to work as expected.
    Hm yes that's right, but concerns merely mod users, who have absolutely no idea what they are doing, ie. applying mods with the same contents.

    In my experience new mod users have more issues to create/use a (personalised) user.script properly - thus using movie format mods is easier for them.
    But that's just only my opinion and impression, since we are doing ETW/NTW modding, and now TWS2 - we started with mod format mods and went over to use movie format, just to make it easier for everybody, this concerns merely the usage of major mods (not simple mini mods, as you said above), we just give a list or idea of compatible mods, and good.
    Last edited by DaVinci; August 05, 2011 at 09:02 PM.
    #Anthropocene #not just Global Warming but Global Disaster, NASA #Deforestation #Plastic Emission #The Blob #Uninhabitable Earth #Savest Place On Earth #AMOC #ICAN #MIT study "Falsehoods Win" #Engineers of Chaos
    #"there can be no doubt about it: the enemy stands on the Right!" 1922, by Joseph Wirth.
    Rightwingers, like in the past the epitome of incompetence, except for evilness where they own the mastership.
    #"Humanity is in ‘final exam’ as to whether or not it qualifies for continuance in universe." Buckminster Fuller
    Any chance for this exam? Very low, because the established Anthropocentrism destroys the basis of existence.
    #My Modding #The Witcher 3: Lore Friendly Tweaks (LFT)
    #End, A diary of the Third World War (A.-A. Guha, 1983) - now, it started on 24th February 2022.

  13. #13

    Default Re: Request for a complete tuto for PFM

    Thread moved out of the tutorial section, please report a misplaced thread, Tutorial section is not for asking a modding related question as we already have specified categories for it in the mod workshop.

Posting Permissions

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