Code Monkey home page Code Monkey logo

pal-conf's Introduction


Palworld Server Configuration Generator

English简体中文한국어Español

Manage you Palworld server settings in a friendly way!

Use

Both WorldOption.sav and PalWorldSettings.ini settings are supported:

  • Some entries in PalWorldSettings.ini don't work (such as BaseCampWorkerMaxNum).
  • WorldOption.sav will take precedence over PalWorldSettings.ini if both files exist.

PalWorldSettings.ini

The PalWorldSettings.ini file is located in:

  • Windows: steamapps/common/PalServer/Pal/Saved/Config/WindowsServer/PalWorldSettings.ini
  • Linux: steamapps/common/PalServer/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini

The load & copy buttons communicate with your clipboard, please copy your server setings before click the load button, and the copy button will copy the output settings for you.

WorldOption.sav

The WorldOption.sav file is located in:

  • Windows & Linux: steamapps/common/PalServer/Pal/Saved/SaveGames/0/.../WorldOption.sav

It's not created by default in dedicated servers, you can either create a local world and upload it, or just edit in the website and download it into the directory.

Change PalWorldSettings.ini to WorldOption.sav

You can simply switch mode without losing any data! So you can simply:

  1. Paste your PalWorldSettings.ini settings in PalWorldSettings.ini mode
  2. Switch to WorldOption.sav mode
  3. Download and place WorldOption.sav to the correct folder

Develop

pnpm i and pnpm run dev

Deploy

pnpm build and deploy the files in dist folder to any webserver.

Localization

inlang status badge

You can use the no-code fink editor for updating translations or adding languages.

Feel free to translate the en-US.json in src/assets/i18n into your language and make a PR!

You can add the ?lng=<langCode>(such as ?lng=zh_CN or ?lng=ja_JP) to the end of the site URL and it will load the language by default!

Acknowledgement

Sponsor

Not necessary, but I'll appreciate it if you can star this project!! image

pal-conf's People

Contributors

bluefissure avatar charahiro-tan avatar darkpizza avatar dependabot[bot] avatar fonixgm avatar jhkim0712 avatar jorden2895 avatar mapleeve avatar maplerecall avatar nilsjacobsen avatar qinastar avatar souma-sumire avatar wachert avatar zilewang7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pal-conf's Issues

中文翻译优化

感觉有些翻译不是很好理解,我先列出来一些修改建议,欢迎继续补充(x)
PalDamageRateAttack 帕鲁伤害率攻击 -> 帕鲁造成的伤害倍率
PalDamageRateDefense 帕鲁伤害率防御 -> 帕鲁受到的伤害倍率
PlayerDamageRateAttack 玩家伤害率攻击 -> 玩家造成的伤害倍率
PlayerDamageRateDefense 玩家伤害率防御 -> 玩家受到的伤害倍率

把自己配置文件(ini)上传之后,转为sav下载,下载失败

ini文件
[/Script/Pal.PalGameWorldSettings] OptionSettings=(Difficulty=None,DayTimeSpeedRate=1.000000,NightTimeSpeedRate=1.000000,ExpRate=20.000000,PalCaptureRate=5.000000,PalSpawnNumRate=1.000000,PalDamageRateAttack=1.000000,PalDamageRateDefense=1.000000,PlayerDamageRateAttack=1.000000,PlayerDamageRateDefense=1.000000,PlayerStomachDecreaceRate=1.000000,PlayerStaminaDecreaceRate=1.000000,PlayerAutoHPRegeneRate=1.000000,PlayerAutoHpRegeneRateInSleep=1.000000,PalStomachDecreaceRate=1.000000,PalStaminaDecreaceRate=1.000000,PalAutoHPRegeneRate=1.000000,PalAutoHpRegeneRateInSleep=1.000000,BuildObjectDamageRate=1.000000,BuildObjectDeteriorationDamageRate=1.000000,CollectionDropRate=5.000000,CollectionObjectHpRate=0.5.000000,CollectionObjectRespawnSpeedRate=0.5.000000,EnemyDropItemRate=5.000000,DeathPenalty=None,bEnablePlayerToPlayerDamage=False,bEnableFriendlyFire=False,bEnableInvaderEnemy=True,bActiveUNKO=False,bEnableAimAssistPad=True,bEnableAimAssistKeyboard=False,DropItemMaxNum=5000,DropItemMaxNum_UNKO=100,BaseCampMaxNum=128,BaseCampWorkerMaxNum=20,DropItemAliveMaxHours=1.000000,bAutoResetGuildNoOnlinePlayers=False,AutoResetGuildTimeNoOnlinePlayers=72.000000,GuildPlayerMaxNum=20,PalEggDefaultHatchingTime=0.000000,WorkSpeedRate=3.000000,bIsMultiplay=True,bIsPvP=False,bCanPickupOtherGuildDeathPenaltyDrop=False,bEnableNonLoginPenalty=True,bEnableFastTravel=True,bIsStartLocationSelectByMap=True,bExistPlayerAfterLogout=False,bEnableDefenseOtherGuildPlayer=False,CoopPlayerMaxNum=4,ServerPlayerMaxNum=32,ServerName="Nalan Palworld Server",ServerDescription="Nalan Palworld Server",AdminPassword="xxxxxx",ServerPassword="xxxxxx",PublicPort=8211,PublicIP="",RCONEnabled=False,RCONPort=25575,Region="",bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt")
image

关于 可采集物品生命值倍率 CollectionObjectHpRate 难易度

1
在网上查找了下,有说法是矿物产出是固定的,产出多少取决于道具采集量倍率 CollectionDropRate ,因此可采集物品生命值倍率越高,装备耐久消耗就越大,帕鲁挖取时间就越久,所以是否数值越小,难度反更简单,越大反而更难呢?我现在玩把这个生命值倍率调大后,产出量感觉没什么增加。具体可能要大佬们测试下。

Self Hosting?

Can these files be uploaded to a webserver in order to work?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.