Search the Community
Showing results for tags 'bin'.
Found 4 results
-
Open Source .NET Standard library for BIS/ArmA file formats
t_d posted a topic in ARMA 3 - COMMUNITY MADE UTILITIES
A few days ago I decided to put most of the code to public that I created in many years working with ArmA file formats. So I put it on GitHub here. While there are a lot of PBO libs already floating around it is quite rare for other files like PAA, RTM etc. My idealistic goal for this project would be that it evolves to an active open source project where contributors add useful and easy to use APIs and add more features. This would facilitate creative tool developers to create tools that are working with those files, which they could not before, because they did not know the file format or it was too much work to implement it. So don't be shy, make some Pull Requests and improve or extend the code. Or Post ideas how to improve/extend the API. I will also add more file formats like OPRW (binarized wrp) and probably MLOD (editable p3d). However, ODOL (binarized p3d) will be not included for certain reasons.- 2 replies
-
- 6
-
- file format
- pbo
-
(and 5 more)
Tagged with:
-
Sound Replacement Config / "Undefined base class `Mode_SemiAuto'.
Bayern_Maik posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Hi, I am trying to get into that config replacement stuff. At the moment i have a problem with sound replacement. I am trying to give a Modgun a vanilla sound (P07), but cant get it done and iam running out of ideas how this could work else... When launching Arma with my replacement config, i get the error "Undefined base class `Mode_SemiAuto'. This is the code inside the CfgWeapons in my replacement config file: As far as i get it, you basically "overwrite" the initial mod config file with your replacement file. It worked sofar with all parameters, except the sound I have no clue where the class "Mode_SemiAuto" directs to. It somehow works when i throw this code directly into the original mod config file, thats why i really dont understand why my replacement config with the same code wont.... I guess its a noob caused issue and hope you guys can help me out. I can give more info if needed. Sry for english mistakes & greets from Germany ;) -
Hi, I am trying to get into that config replacement stuff. At the moment i have a problem with sound replacement. I am trying to give a Modgun a vanilla sound (P07), but cant get it done and iam running out of ideas how this could work else... When launching Arma with my replacement config, i get the error "Undefined base class `Mode_SemiAuto'. This is the code inside the CfgWeapons in my replacement config file: As far as i get it, you basically "overwrite" the initial mod config file with your replacement file. It worked sofar with all parameters, except the sound I have no clue where the class "Mode_SemiAuto" directs to. It somehow works when i throw this code directly into the original mod config file, thats why i really dont understand why my replacement config with the same code wont.... I guess its a noob caused issue and hope you guys can help me out. I can give more info if needed. Sry for english mistakes & greets from Germany ;)
-
Hello community! Do you have any information about BI's binarize algorithm for configs, models, world's wrp files or at least config (cpp) binarize algorithm for converting text to binary representation and vice versa? Found some useful info about PBO packing/unpacking but nothing about binarize. Thanks.