Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I have followed the instructions on the github page and downloaded the file for the extension creator easy enough. The error I'm getting from the ARMA 3 Launcher is "There are no PBOs or EBOs in the Addons folder inside the mod folder. The mod doesn't have a correct format. The Addons folder in the mod folder has to contain at least one PBO or EBO file." I have tried 2 different times with different song setups, one song is an .M4a (iTunes typical filetype) and a .MP3 file. That doesn't seem to be one of the problems and I doubt it would even of had an impact on the missing PBO files.
Is there some step I failed to understand or skipped somehow?
One concern is that the process to convert the files to .ogg took a very short ammount of time (~ 3-5 seconds), I don't know if that is typical for some computers or some error happened.
When the Extension Creator was converting the music files the file which I assume was going to be packed into a .PBO was being generated inside the Addon folder. It was only when all conversions were finished the folder suddenly deleted itself when I assume it was supposed to be packed into the .PBO. Could this be a problem that people have been having with the missing .PBO? Could your Extension Creator be deleting the file before it can be packed into a .PBO?
- Make sure that all songs don't include characters like these in their filenames: / \ ^ & # @ ! # ) ( { ].
- Make sure that the extension name, descriptions etc. also don't include above characters.
The a3lib.py script that I'm using to create pbo's isn't written by me and seems to be abandoned.
But it's the only pbo file creator that I could find that had an open source license meaning that I could distribute it with the whole tool. Sadly the script gives almost no information about the progress of creating pbo so it's really hard to troubleshoot it. The script creator states known limitations due to early stage of program:
So this may explain the source of problems that we are coming into. Since I have no knowledge about principles of pbo file format I can't make any modifications to the script.
During all my final tests before tool's release the pbo's were created correctly.
Do you remember what extension name, description etc. you chose during the try when the pbo was created successfully?
The setup that worked (After a few tries)
Name: Guitar
Nickname: Ryan
Description: Never
Songs included
Exile Vilify
Mary Janes Last Dance (This one didnt work correctly, no audio)
Deadwood
I attempted to recreate the file with that exact setup and it continued to fail to create a PBO. If I recall correctly I just got lucky after 3-4 runs with the exact same information.
C:\Users\fighter5345\Desktop\Acoustic Guitar Extension Creator
C:\Users\fighter5345\Desktop\Acoustic.Guitar.Extension.Creator\Acoustic Guitar Extension Creator
The temporary file structure looks like this:
-📁@*your extension name*
- mod.cpp
- w_guitar_ca.paa
-- 📁 Addons
---📁*your extension name* <==== pack the files inside this folder into a pbo
----📁songs
---- $PBOPREFIX$.txt
---- config.cpp
Move the created pbo to Addons folder, then delete the folder *your extension name* from Addons. After completing these steps Extension should work.