Skip to content

Misc CNTO-specific tweaks, bits and bobs that are too tiny to be separate mods

Notifications You must be signed in to change notification settings

CNTODachi/cnto-additions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The cnto-additions repository

This repo contains small CNTO-specific tweaks, bits and bobs as addons, so that there doesn't have to be a @mod for each single one.

For anything bigger/nontrivial, please use a separate repository.

Few rules (to keep things organized)

  • don't upload PBO-packed mods or binarized configs

    • text data can be much better compressed/deltified by git
    • in text, we can actually see (diff) what changed between two commits
    • two people can work on the same file, without one destroying work of the other by overwriting the other's version - git does clean merges on text
    • if your addon is already packed/binarized
      • extract PBOs using ie. cpbo / PBO Manager / DePbo / ...
      • de-binarize configs using ie. unRap
  • when commiting new changes, prefix commit message header (1st line) with the name of the addon being updated (if the commit updates one), ie.

    stamina_tweaks: adjust max carry weight to 1400
    

About

Misc CNTO-specific tweaks, bits and bobs that are too tiny to be separate mods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SQF 53.9%
  • C++ 45.8%
  • Shell 0.3%