Coder Social home page Coder Social logo

midlifecrisis76 / dayz-1.20-update-compatible-infinite-sprint-stamina-build-aywhere-and-map-access-cfggameplay-files Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scalespeeder/dayz-1.20-update-compatible-infinite-sprint-stamina-build-aywhere-and-map-access-cfggameplay-files

0.0 0.0 0.0 6 KB

DayZ Update 1.20 Compatible (PC & Console) cfggameplay.json files that will give you infinite sprint stamina, build anywhere & map access on your community server for Chernarus or Livonia. Code snippets & instructions in readme.

dayz-1.20-update-compatible-infinite-sprint-stamina-build-aywhere-and-map-access-cfggameplay-files's Introduction

1.20 CHERNARUS & LIVONIA cfggameplay.json UNLIMITED SPRINT / STAMINA,  BUILD ANYWHERE & MAP ACCESS Mod Changelog & Terms Of Use

Limited Testing on PC Chernarus & Livonia Local Server DAYZ  Version 1.20 Feb 2023.

Many thanks to bhaalshad for his amazing Discord:

https://discord.gg/bhaalshad

Stamina code snippets by bhaalshad, others by scalespeeder.. Please report bugs & errors to [email protected] with screenshots.

TERMS OF USE
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Using these modded xml files could break the functioning of your DAYZ server, requiring a reinstall that would wipe
all player progress.

Using these modded xml files neccessitates increased regular restarts to prevent server crashing.

It is suggested you thoroughly test your server after applying these files to ensure proper
functioning of your server.

These cfggameplayfiles will give you unlimited sprint & stamina (sort of), build anywhere & map access (you can see you position on map - on PC by pressing M, on console by owning tourist map).

To install these files simply copy the relevant files to your mission folder and remove the map prefix, then restart your server.

Code Snippets for customisation:

Unlimited Sprint / Stamina:

"StaminaData":
		{
			"sprintStaminaModifierErc": 0,
			"sprintStaminaModifierCro": 0,
			"staminaWeightLimitThreshold": 6000.0,
			"staminaMax": 100.0,
			"staminaKgToStaminaPercentPenalty": 0,
			"staminaMinCap": 5.0,
			"sprintSwimmingStaminaModifier": 0,
			"sprintLadderStaminaModifier": 0,
			"meleeStaminaModifier": 0,
			"obstacleTraversalStaminaModifier": 1,
			"holdBreathStaminaModifier": 0
		},
		
Build Anywhere:

"BaseBuildingData":
	{
		"HologramData":
		{
			"disableIsCollidingBBoxCheck": true,
			"disableIsCollidingPlayerCheck": true,
			"disableIsClippingRoofCheck": true,
			"disableIsBaseViableCheck": true,
			"disableIsCollidingGPlotCheck": true,
			"disableIsCollidingAngleCheck": true,
			"disableIsPlacementPermittedCheck": true,
			"disableHeightPlacementCheck": true,
			"disableIsUnderwaterCheck": true,
			"disableIsInTerrainCheck": true
		},
		"ConstructionData":
		{
			"disablePerformRoofCheck": true,
			"disableIsCollidingCheck": true,
			"disableDistanceCheck": true
		}
	},

Map Access:

"MapData":
	{
		"ignoreMapOwnership": true,
		"ignoreNavItemsOwnership": true,
		"displayPlayerPosition": true,
		"displayNavInfo": true
	}	

GOOD LUCK!

dayz-1.20-update-compatible-infinite-sprint-stamina-build-aywhere-and-map-access-cfggameplay-files's People

Contributors

scalespeeder avatar

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.