Ergebnis 1 bis 5 von 5
  1. #1 Zitieren
    Adventurer
    Registriert seit
    Nov 2017
    Beiträge
    95
    Running around Elex, you pick up a lot of things like spoons, dishes and such.

    Looking at the templates, it seems every item has its own pickup script or function to what it transforms into if picked up, the inventory icon and more.
    I wonder if it is not too much work to change this.

    Spoon -> Metal
    Fork -> Metal
    Mug -> Junk
    Toy -> Junk
    Broom -> Junk

    I am not sure what names are used in the English version of the game.

    You have in your inventory Metal and Junk for all those small items you picked up that are not needed for a quest.
    This is pretty much what has been done in Fallout4, everything you pickup transforms into a resource if you want to craft something. Here it would transform directly on pickup.
    disi123 ist offline

  2. #2 Zitieren
    Ehrengarde Avatar von Baltram
    Registriert seit
    Jun 2006
    Beiträge
    2.264
    Yes, you can do that: if you replace the 'Creator'-GUID of an item entity inside a .elexsecdoc file, you change the item that is generated in the inventory when picked up. (The 'Creator'-GUID refers to the 2nd GUID of a template, .elextpldoc). Just use search & replace to transform all Spoon-GUIDs to Metal-GUIDs and so on in all Item-.elexsecdoc files.
    Baltram ist offline

  3. #3 Zitieren
    Adventurer
    Registriert seit
    Nov 2017
    Beiträge
    95
    OK, I need a bit of help :/
    This is a spoon in Edan:
    "It_Misc_Spoon" { GUID = {7493FE9C-8B66-46D3-8E23-E594C653FB6E};
    Creator = {71F46D33-0DB5-49AD-BC59-E9D65ADAC80E};
    WorldItem and SlotItem is all {00000000-0000-0000-0000-000000000000}
    For It_Misc_Plate_2, the ItemInventory is 3ABD7C50-C3FD-4810-9CB0-9F8D25DD4CE0
    It_Val_Sulfur has gEItemCategory gEItemCategory_Crafting
    It_Misc_MechanicalScrap_[1-4] has all ItemInventory C428F993-A9DC-4FF5-83D7-A65A12498FFA
    I am not familiar with what to change, it is OK if you don't know either. I'll then test around.
    I think I need to copy the values from some crafting item like It_Misc_MechanicalScrap_1 and apply them to gCItem_PS for the otherwise misc items like It_Misc_Hammer

    p.s. Oh wait, you said just the Creator GUID?
    Will try...

    It_Misc_MechanicalScrap_1 - C428F993-A9DC-4FF5-83D7-A65A12498FFA
    It_Misc_MechanicalScrap_2 - 07DAB97E-4048-4F92-9C6E-F662403191FD
    It_Misc_MechanicalScrap_3 - C00113E7-F208-44F2-B91C-1C3A792B897A
    It_Misc_MechanicalScrap_4 - 76B9C95C-1655-4BB0-B848-C97C1BCA9B80
    It_Misc_MechanicalScrap_5 - A471EC17-B4CC-4ADA-8744-1BEE3C3D3D6D

    It_Misc_ElectricScrap - 34246287-CB1F-493B-BCE8-C59AB04732A1
    It_Misc_ElectricScrap_2 - 925CBEAB-C3B5-4170-968A-B2D3A365AC47
    It_Misc_ElectricScrap_3 - 3E9E4F81-C2F0-45C0-8E73-48A197CB7505
    It_Misc_ElectricScrap_4 - FFCF3B28-78AB-4484-9B00-FA3FD4AE199F
    It_Misc_ElectricScrap_5 - 29BD6C0E-D577-42CA-B009-F45AD039D856

    It_Misc_Spoon - 71F46D33-0DB5-49AD-BC59-E9D65ADAC80E
    It_Misc_Fork - C85C7F2B-BF01-4DF6-8274-8184C0F3E9EE
    It_Misc_Knife - FEED0743-61BB-4916-B936-2FBD0ACD53C5
    It_Misc_Cup - CB33A7BB-B29A-40D3-9BE1-CC4C425AB391
    It_Misc_Mug - 51DBA57F-C431-4879-9071-A69A942CA8BE


    to


    It_Misc_MechanicalScrap_1 - C428F993-A9DC-4FF5-83D7-A65A12498FFA


    -------------------------


    It_Misc_Hammer - 66142DE6-60D0-4D5A-B9B6-69ED7E698A46
    It_Misc_StrawBroom - FA05B2B1-9FBD-40F3-B00E-01AEA2148F34


    to


    It_Misc_MechanicalScrap_2 - 07DAB97E-4048-4F92-9C6E-F662403191FD


    --------------------------


    It_Val_ToiletPaper_Standard - A12F9AE4-E53E-4529-943C-9EC744AFE6EE
    It_Val_ToiletPaper_Deluxe - C724C38D-77BA-4961-96E5-D94C627DB34A
    It_Misc_Plate_1 - 3ABD7C50-C3FD-4810-9CB0-9F8D25DD4CE0
    It_Misc_Plate_2 - A47B40B3-276E-4FB9-BF6A-01F2DBBD05D3


    to


    It_Misc_ElectricScrap - 34246287-CB1F-493B-BCE8-C59AB04732A1


    ---------------------------


    It_Misc_OilLamp - 00587898-85C4-49FC-8865-3E73400E20CE
    It_Misc_OldMediKit - EA9733E6-510B-46A8-8E28-C7E3729EC058


    to


    It_Misc_ElectricScrap_2 - 925CBEAB-C3B5-4170-968A-B2D3A365AC47

    Taest:
    [Video]
    disi123 ist offline Geändert von disi123 (22.11.2017 um 16:25 Uhr)

  4. #4 Zitieren
    Adventurer
    Registriert seit
    Nov 2017
    Beiträge
    95
    Here the Download, just place it in the elex\data\packed\ folder.
    https://drive.google.com/file/d/1svA...ew?usp=sharing

    Also uploaded here now: https://www.nexusmods.com/elex/mods/14/?
    disi123 ist offline Geändert von disi123 (22.11.2017 um 18:05 Uhr)

  5. #5 Zitieren
    General Avatar von Lotzi
    Registriert seit
    Jul 2008
    Ort
    Hessen, Wiesbaden
    Beiträge
    3.218
    Works Fine! Thanks, great Idea.

    Lotzi ist offline

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •