Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

pixlcrashr/go-pbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pbo

GitHub license Go Report Card GoDoc

An easy-to-use package for building ArmA 3 .pbo-files in Go.

How to use

go-pbo is a easy-to-use package for creating .pbo-files for ArmA 3. You can create a file by just call these function(s):

pbo := pbo.New() //get a new PBO object
pbo.From = "test/testPbo" //set the mod directory destination
pbo.To = "test/test.pbo" //set the mod file target
pbo.Prefix = "testPbo" //set an optional mod prefix
pbo.Generate() //generate the buffer output
pbo.Save() //save the buffer output

Thats it!

Have fun.

About

An easy-to-use package for building ArmA 3 .pbo-files written in Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages