Genshin Impact Server Files

Page 35 of 38 FirstFirst ... 25272829303132333435363738 LastLast
Results 511 to 525 of 570
  1. #511
    Enthusiast PMT is offline
    MemberRank
    Dec 2022 Join Date
    VietnamLocation
    35Posts
    Anyone know how to add item to shop Primogems? I tried add into ShopmallGoodsData.txt but it not work, shop not display anything.

  2. #512
    Member Biomanable is online now
    MemberRank
    May 2007 Join Date
    Under the skiesLocation
    89Posts
    Quote Originally Posted by argeus99 View Post
    I think it's a NPC schedule thing (it happens with Lantern Rite Event too), but idk which file has to be edited yet.

    For example, for timed-event items you need to edit their date at MaterialDeleteData.txt

    Most of the drop for Lantern Rite (as example) has expired date, poking around with date in that file did the trick and now those specific items doesn't expire.

    i'm still searching which file has to be edited to enable the Event's NPC and decoration.
    Probably this: NewActivityScheduleData.txt

  3. #513
    Enthusiast Seigi is offline
    MemberRank
    Jun 2011 Join Date
    40Posts
    Quote Originally Posted by Biomanable View Post
    Probably this: NewActivityScheduleData.txt
    It's not that file, any changes don't make a difference.
    i'm experimenting with newactivitytimegroup data or watchers etc. files, since there has to be a file to run/turn on the lua script files for the event id/activity group.
    For example this one probably corresponds to the event npc being attacked to spawn monsters:
    activity2001_group302001005.lua
    While this one probably spawns the tents with victims at the start of the quest:
    activity2001_block200101 and activity2001_group302001001.lua
    There is also activity data DB but no idea what values should be in some cells like bin_data, activity_type.

  4. #514
    Member Biomanable is online now
    MemberRank
    May 2007 Join Date
    Under the skiesLocation
    89Posts
    Quote Originally Posted by Seigi View Post
    It's not that file, any changes don't make a difference.
    i'm experimenting with newactivitytimegroup data or watchers etc. files, since there has to be a file to run/turn on the lua script files for the event id/activity group.
    For example this one probably corresponds to the event npc being attacked to spawn monsters:
    activity2001_group302001005.lua
    While this one probably spawns the tents with victims at the start of the quest:
    activity2001_block200101 and activity2001_group302001001.lua
    There is also activity data DB but no idea what values should be in some cells like bin_data, activity_type.
    I'm don't so sure about it. Lua probably have nothing at all with configs,its just a script part. Beside i don't think devs so stupid to add time limits direcly to scripts,since events tend to repeat after some time. Watchers probably too have nothing with this,since they basicly triggers. We don't have problem with triggers,we simple don't have objects to spawn. In spawn related data i don't see anything related to time events,so probably its limited by time event itself,rather separate config elsewhere. Beside,its don't make any sense. There is no point in make it separate.
    As for activity data DB - you can get all data from NewActivityData.txt
    Anyway more reseach needed.

  5. #515
    Enthusiast PMT is offline
    MemberRank
    Dec 2022 Join Date
    VietnamLocation
    35Posts
    Quote Originally Posted by PapkaHere View Post
    I think need update client side to.
    Maybe, Paimon's Shop can't add new items. But when I try add to Gift Shop, it works fine
    Last edited by PMT; 2 Weeks Ago at 07:53 PM.

  6. #516
    You have to edit ChapterData.txt
    For unreconciled stars you want: to edit lines 62 to 65, that have the following ids: 10006, 10007, 10008, 10009
    They stripped (removed) the start and finish data of previous events, except for one, which coincidentally lies above the lines I mentioned.
    The next two ids after the first id is the Start subtask, and End subtask, I do not know for 100% sure what they represent, maybe the tasks related to that event stage.
    Also, each event has many lines (like unreconciled stars) bc hoyo has always released events by batches, a bit in x days and so on.

    Anyway, you need not to worry about subtask start id or subtask end id, only if you wanted to create entirely new events (by reusing existing stuff), just worry about adding dates to the lines I mentioned.

  7. #517
    Apprentice polopopo7 is online now
    MemberRank
    Nov 2013 Join Date
    8Posts
    Quote Originally Posted by SleepyHypostasi View Post
    You have to edit ChapterData.txt
    For unreconciled stars you want: to edit lines 62 to 65, that have the following ids: 10006, 10007, 10008, 10009
    They stripped (removed) the start and finish data of previous events, except for one, which coincidentally lies above the lines I mentioned.
    The next two ids after the first id is the Start subtask, and End subtask, I do not know for 100% sure what they represent, maybe the tasks related to that event stage.
    Also, each event has many lines (like unreconciled stars) bc hoyo has always released events by batches, a bit in x days and so on.

    Anyway, you need not to worry about subtask start id or subtask end id, only if you wanted to create entirely new events (by reusing existing stuff), just worry about adding dates to the lines I mentioned.
    Thanks for the helpful advice. ill try to do something. and what program to edit .txt file you used (i use notepad and got white screen many time)?

  8. #518
    Enthusiast free4meis is offline
    MemberRank
    Dec 2008 Join Date
    30Posts
    Quote Originally Posted by SleepyHypostasi View Post
    You have to edit ChapterData.txt
    For unreconciled stars you want: to edit lines 62 to 65, that have the following ids: 10006, 10007, 10008, 10009
    They stripped (removed) the start and finish data of previous events, except for one, which coincidentally lies above the lines I mentioned.
    The next two ids after the first id is the Start subtask, and End subtask, I do not know for 100% sure what they represent, maybe the tasks related to that event stage.
    Also, each event has many lines (like unreconciled stars) bc hoyo has always released events by batches, a bit in x days and so on.

    Anyway, you need not to worry about subtask start id or subtask end id, only if you wanted to create entirely new events (by reusing existing stuff), just worry about adding dates to the lines I mentioned.
    Can anybody drop me a fresh ChapterData.txt, mine's fuck up xD,forgot to make a backup

  9. #519
    Enthusiast Seigi is offline
    MemberRank
    Jun 2011 Join Date
    40Posts
    Quote Originally Posted by SleepyHypostasi View Post
    You have to edit ChapterData.txt
    For unreconciled stars you want: to edit lines 62 to 65, that have the following ids: 10006, 10007, 10008, 10009
    They stripped (removed) the start and finish data of previous events, except for one, which coincidentally lies above the lines I mentioned.
    The next two ids after the first id is the Start subtask, and End subtask, I do not know for 100% sure what they represent, maybe the tasks related to that event stage.
    Also, each event has many lines (like unreconciled stars) bc hoyo has always released events by batches, a bit in x days and so on.

    Anyway, you need not to worry about subtask start id or subtask end id, only if you wanted to create entirely new events (by reusing existing stuff), just worry about adding dates to the lines I mentioned.
    Did you manage to have the tents/npc spawn? I did add the dates but nothing changed...
    As for the start or end id, these represent quest IDs for example:
    10006 4111104(Unknown Star - Check out the situation at Springvale) 4111114(4111114 : Unknown Star - Return to Springvale to check on the victims)
    or
    10008 4111301(What the Skies Conceal, the Water Reveals - Chat with Mona about the meteorites and scrying)
    for some reason it's missing 4112001 : That Which Fell From the Sky - Speak to Grace, no idea if that's necessary, either way i can't get it to work and have the tents/npcs spawn or get hunter Allan to be attacked by monsters, he is covering in fear from monsters, but none did spawn.

  10. #520
    Apprentice Aibu is offline
    MemberRank
    Feb 2008 Join Date
    20Posts
    Anyone know DB location where actual game playing Data is stored?

  11. #521
    Enthusiast PMT is offline
    MemberRank
    Dec 2022 Join Date
    VietnamLocation
    35Posts
    Chapter 1 Act 4 : We Will Be Reunited have a bug (can't follow, didn't see Ganyu & Lan)
    Anyone know how to fix it?

  12. #522
    Apprentice Dixdros is offline
    MemberRank
    Jul 2018 Join Date
    8Posts
    heya! this is the official server leak right? someone has a VM for it?

  13. #523
    Member Darkchrono is offline
    MemberRank
    Dec 2019 Join Date
    60Posts
    Quote Originally Posted by Dixdros View Post
    heya! this is the official server leak right? someone has a VM for it?
    https://forum.ragezone.com/f857/genshin-3-2-vm-1209814/

  14. #524
    Enthusiast free4meis is offline
    MemberRank
    Dec 2008 Join Date
    30Posts
    Quote Originally Posted by PMT View Post
    Chapter 1 Act 4 : We Will Be Reunited have a bug (can't follow, didn't see Ganyu & Lan)
    Anyone know how to fix it?
    U can force it using quest add cmd,
    gm [UID] quest add 800001

    chap 2 aswell,seems like those 2 buggedQuest.txt

  15. #525
    Enthusiast PMT is offline
    MemberRank
    Dec 2022 Join Date
    VietnamLocation
    35Posts
    Quote Originally Posted by free4meis View Post
    U can force it using quest add cmd,
    gm [UID] quest add 800001

    chap 2 aswell,seems like those 2 buggedQuest.txt
    Yeah I found way to fix them, here my QuestData_Exported.txt fixed Q800001 and Q200001.
    Last edited by PMT; 2 Weeks Ago at 01:50 PM.



Advertisement