Giter VIP home page Giter VIP logo

dayz-modding-features's Introduction

DayZ Modding Features

Mass-Convert-DeODOL3D

  • Converter from PAA to PNG using
  • Converter from binarized P3D to debinarized P3D
Convert PAA to PNG
  1. Change the source directory in 'PAA_DeODOL53_Looper.bat'

    set current_directory="YOUR_PATH"
    
  2. Add files to 'PAA_Source' folder

  3. Just run 'PAA_DeODOL53_Looper.bat'.

Convert P3D to debinarized P3D
  1. Change the source directory in 'P3D_DeODOL53_Looper.bat'

    set current_directory="YOUR_PATH"
    
  2. Add files to 'PAA_Source' folder

  3. Just run 'P3D_DeODOL53_Looper.bat'.

Scripting

This .bat file allows you to recompile your mod and to restart the server automaticaly. If there are a lot of f'ng errors, this bat will kill all of them and then start the new version of server.

  1. Firstly configure the directory to pboProject.exe file set pboProject="C:\Program Files (x86)\Mikero\DePboTools\bin\pboProject.exe"
  2. Configure the list of mods, that mikera should compile.
    • mods - list of mods. (one by one with space)
    • input - your disk P, change it, if it is different
    • output - destination, where the mods should be compiled. (dont forget the '@')
  3. Configure DayZ Server starting area.
    • S_PROFILE_PATH - Folder with you server profiles
    • CLIENT - Client-side list of mods
    • SERVER - Server-side list of mods
  4. Comment out the "taskkill" lines if you do not want to kill the running DayZ (server & client) applications.

One more feature, that i also use is...

You can create a new build in sublime text 3 and paste this lines. Then just press CTRL+B and wait for automatically compiling and running the DayZ server application.

{
	"shell_cmd": "setlocal & cd /D \"F:\\Program Files\\steam\\steamapps\\common\\DayZServer\\profiles\" & call sublime.bat & endlocal"
}

dayz-modding-features's People

Contributors

patison5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

indexslv

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.