Genshin Impact Server Files

Page 33 of 38 FirstFirst ... 232526272829303132333435363738 LastLast
Results 481 to 495 of 565
  1. #481
    Member joaowars776 is offline
    MemberRank
    Apr 2021 Join Date
    1* Three RealmsLocation
    54Posts

  2. #482
    Apprentice sankeeye is offline
    MemberRank
    May 2010 Join Date
    6Posts
    [QUOTE=energyxs;9153538]https://imgur.com/a/QvwCXmZ

    i changed the rewards for level up :)

    Normal 75 Gems now 750 Gems


    may i ask how you did that thanks in advance

  3. #483
    Apprentice 6HkG is offline
    MemberRank
    Mar 2022 Join Date
    6Posts
    Spoiler:

    Quote Originally Posted by f35 View Post
    Yes, I also had been managing to figure this out, but I didn't know what's the problem until now.

    I find a way to fix this, this is caused by the gameserver refuse the connection, so we should edit the config in databases, please exectue this SQL in navicat UPDATE `db_hk4e_global_deploy_config`.`t_area_config` SET `business` = 'bus', `business_cn` = '233' WHERE `area_type` = 'OS';
    Thank you for the info, but there's no DB named "db_hk4e_global_deploy_config" the closest one i saw is "db_hk4e_deploy_config_gio" is that what you meant in your reply?
    Also the fields in that table are already assigned to the values you specified.

    Spoiler:
    Quote Originally Posted by energyxs View Post
    How did you do that without cultivation?
    I've modified the batch file that comes with Grasscutter here's the modified batch all i did is removing the lines that starts GC jar file and mongoDB daemon
    Also in proxy_config.py I've disabled SSL ("USE_SSL = False")




    The server is running and working as intended in WSL, this seems to be more effiecnt then spinning up a VM, especially for machines with limited resources.
    However, the servers still outputting the warnings
    Spoiler:
    Code:
    Error: Connection refused
    setting the time to UTC zone seems mandatory, else there will be some errors about time zone and the word "summer time" is mentioned in the logs
    for some reason on each boot of WSL time zone will reset to match the host 's timezone

    Server fully loaded consumes around 6.5GB memory
    excluding: oa-server, multi-server, and tothmoon-server, muip-server



    in each server's config xml file, there's a field
    Spoiler:
    Code:
    <MemPerfConfigforce_open="true"output_interval="1800"
    black_list="proto Watcher WeakptrObserver Event Ability Impl Comp Handler data::"white_list="BuffComp EquipComp GatherComp ActorAbility">
    <MemPerfAppList>
    </MemPerfAppList>
    </MemPerfConfig>
    switching true to false seems to reduce the cpu consumption (not sure), anyone has insight on this field?

    Also, in gameserver.xml there's
    Spoiler:
    Code:
    <EntityDebugLog open="true" />
    switching that to false seems to have an effect as well




    Now am trying to backup the mysqlDB so i can resume my progression in the future, i tried to do:
    Spoiler:
    Code:
    mysqldump --all-databases -uroot -pmy-pass > ./db-backup.sql
    and to restore it:
    Code:
    mysql -uroot -pmy-pass < /path/to/db-backup.sql
    but this seems to break the database, any info about making a backup is appreciated.

    Lastly offtopic question: is there a spoiler tag to wrap text in this forum?
    Edit*: figured out the spoiler part obviously
    Last edited by 6HkG; 3 Weeks Ago at 12:24 AM.

  4. #484
    Novice f35 is offline
    MemberRank
    Nov 2022 Join Date
    2Posts
    Quote Originally Posted by 6HkG View Post
    Thank you for the info, but there's no DB named "db_hk4e_global_deploy_config" the closest one i saw is "db_hk4e_deploy_config_gio" is that what you meant in your reply?
    Also the fields in that table are already assigned to the values you specified.



    I've modified the batch file that comes with Grasscutter here's the modified batch all i did is removing the lines that starts GC jar file and mongoDB daemon
    Also in proxy_config.py I've disabled SSL ("USE_SSL = False")

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

    The server is running and working as intended in WSL, this seems to be more effiecnt then spinning up a VM, especially for machines with limited resources.
    However, the servers still outputting the warnings

    Code:
    Error: Connection refused
    setting the time to UTC zone seems mandatory, else there will be some errors about time zone and the word "summer time" is mentioned in the logs
    for some reason on each boot of WSL time zone will reset to match the host 's timezone

    Server fully loaded consumes around 6.5GB memory
    excluding: oa-server, multi-server, and tothmoon-server, muip-server

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

    in each server's config xml file, there's a field
    Code:
    <MemPerfConfigforce_open="true"output_interval="1800"
    black_list="proto Watcher WeakptrObserver Event Ability Impl Comp Handler data::"white_list="BuffComp EquipComp GatherComp ActorAbility">
    <MemPerfAppList>
    </MemPerfAppList>
    </MemPerfConfig>
    
    
    switching true to false seems to reduce the cpu consumption (not sure), anyone has insight on this field?
    also in gameserver.xml there's
    Code:
    <EntityDebugLog open="true" />
    switching that to false seems to have an effect as well

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

    Now am trying to backup the mysqlDB so i can resume my progression in the future, i tried to do:
    Code:
    mysqldump --all-databases -uroot -pmy-pass > ./db-backup.sql
    and to restore it:
    Code:
    mysql -uroot -pmy-pass < /path/to/db-backup.sql
    but this seems to break the database, any info about making a backup is appreciated.

    Lastly offtopic question: is there a spoiler tag to wrap text in this forum?
    Yes, I also made a configuration script, and stripped some of the server files to make them occupy less storage space.

    - - - Updated - - -

    动漫游戏 - OneDrive (sharepoint.com)

  5. #485
    Apprentice rek2k is offline
    MemberRank
    Jun 2022 Join Date
    5Posts
    I did a basic install with the install.sh following the 2to2 youtube video, but my gameserver keeps terminating with the "checkConfig" and "loadDesignConfig" errors. Does anyone what causes this?

  6. #486
    Apprentice Bultotrez is offline
    MemberRank
    Dec 2022 Join Date
    6Posts
    When I try to connect, the server gives this error. Any ideas how to fix it?

    Last edited by Bultotrez; 3 Weeks Ago at 11:48 AM.

  7. #487
    Apprentice Gamst is offline
    MemberRank
    Sep 2022 Join Date
    5Posts
    _secret_token_ is what?

  8. #488
    Just a Seymour Seymour is offline
    MemberRank
    May 2011 Join Date
    root\hell\Location
    639Posts
    Quote Originally Posted by 6HkG View Post
    The server is running and working as intended in WSL, this seems to be more effiecnt then spinning up a VM, especially for machines with limited resources.
    However, the servers still outputting the warnings

    Code:
    Error: Connection refused
    setting the time to UTC zone seems mandatory, else there will be some errors about time zone and the word "summer time" is mentioned in the logs
    for some reason on each boot of WSL time zone will reset to match the host 's timezone
    This is old problem
    https://github.com/microsoft/WSL/issues/6417

  9. #489
    Apprentice gideros is offline
    MemberRank
    Jul 2021 Join Date
    7Posts
    does anyone know which ports that I have to open in order to make it works with WAN? 2888 is opened, can login but cannot go pass white screen (same white screen but not the usual white screen)

  10. #490
    Member Biomanable is online now
    MemberRank
    May 2007 Join Date
    Under the skiesLocation
    89Posts
    Quote Originally Posted by gideros View Post
    does anyone know which ports that I have to open in order to make it works with WAN? 2888 is opened, can login but cannot go pass white screen (same white screen but not the usual white screen)
    TCP
    2888 (sdkserver)
    20001 (Dispatch server)
    20011 (Muip Server)
    UDP
    20041 (Gate Server)

  11. #491
    Apprentice gideros is offline
    MemberRank
    Jul 2021 Join Date
    7Posts
    Works but not really fully works (have to use VPN + open those ports, without VPN it does not work)

  12. #492
    Member Biomanable is online now
    MemberRank
    May 2007 Join Date
    Under the skiesLocation
    89Posts
    Quote Originally Posted by gideros View Post
    Works but not really fully works (have to use VPN + open those ports, without VPN it does not work)
    This is not related. If you don't have white ip or you under NAT others just can't direcly call to your ip,so you need to make sure to have white ip and in case its under NAT(which is most probably too,unless you direcly connected to DC) you also need port forward those ports. Call for isp support,i guess.

  13. #493
    Novice rizescarlett is offline
    MemberRank
    Dec 2022 Join Date
    2Posts
    Link For JP Voice/Audio ?

  14. #494
    Member Biomanable is online now
    MemberRank
    May 2007 Join Date
    Under the skiesLocation
    89Posts
    Quote Originally Posted by rizescarlett View Post
    Link For JP Voice/Audio ?
    https://autopatchhk.yuanshen.com/cli...nese_3.2.0.zip

  15. #495
    Novice imanityed is offline
    MemberRank
    Nov 2022 Join Date
    3Posts
    Does anyone know how to configure activities?t_activity_schedule_config?



Advertisement