Search the Community
Showing results for tags 'file'.
Found 11 results
-
INIDBI2 Lastest Version : 2.06 by Code34 Direct Download from Dropbox Direct Download from Armaholic Github: https://github.com/code34/inidbi2 Steamworkshop: https://steamcommunity.com/sharedfiles/filedetails/?id=1768992669 Like to Donate ? Donate with paypal inidbi2 is a rebuild from scratch of inidbi project with C# and SQF++ for windows client/server Major improvements: New architecture oriented object support improve differents methods preload addon README DOCUMENTATION You can save and load data persistently for your mission. Save money for players, inventories, etc. This is meant for servers but it could be used for clients, too. Have fun 🙂 You can also find video tutorials from gokitty1199 on this page:
- 337 replies
-
- 23
-
help Where to set Startup Parameters?!?!?
maaarv posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
So i´ve been seraching for like an hour now but i can´t figure out where to set the startup parameters for a linux dedicated server i just want to enable autoinit so the mission starts when the server is started but where and how ? (i had the same topic like 2 weeks ago but no one replied so i made a new one) -
Hello everyone, I've compiled a list of known video or ogv files that I have found, if you have found more then please let me know. \a3\missions_f\video\helicopters.ogv \a3\missions_f\video\infantry.ogv \a3\missions_f\video\scuba.ogv \a3\missions_f\video\supports.ogv \a3\missions_f\video\vehicles.ogv \a3\missions_f_beta\video\combined_arms.ogv \a3\missions_f_beta\video\commanding.ogv \a3\missions_f_beta\video\defend.ogv \a3\missions_f_beta\video\night.ogv \a3\missions_f_beta\video\supports.ogv \a3\missions_f_bootcamp\video\boot_m05_sometime_later.ogv \a3\missions_f_bootcamp\video\vr_boot.ogv \a3\missions_f_bootcamp\video\vr_generictransition_1.ogv \a3\missions_f_bootcamp\video\vr_generictransition_2.ogv \a3\missions_f_bootcamp\video\vr_generictransition_3.ogv \a3\missions_f_epa\video\a_hub_quotation.ogv \a3\missions_f_epa\video\a_in_intro.ogv \a3\missions_f_epa\video\a_in_quotation.ogv \a3\missions_f_epa\video\a_in2_two_hours_later.ogv \a3\missions_f_epa\video\a_m01_quotation.ogv \a3\missions_f_epa\video\a_m02_quotation.ogv \a3\missions_f_epa\video\a_m03_quotation.ogv \a3\missions_f_epa\video\a_m04_quotation.ogv \a3\missions_f_epa\video\a_m05_quotation.ogv \a3\missions_f_epa\video\a_out_quotation.ogv \a3\missions_f_epa\video\a_out_some_time_later.ogv \a3\missions_f_epa\video\a_out_to_be_continued.ogv \a3\missions_f_epa\video\b_hub01_10_days_later.ogv \a3\missions_f_epa\video\b_hub01_few_hours_later.ogv \a3\missions_f_epa\video\b_hub01_quotation.ogv \a3\missions_f_epa\video\b_in_quotation.ogv \a3\missions_f_epa\video\b_in2_12_hours_later.ogv \a3\missions_f_epa\video\b_m01_quotation.ogv \a3\missions_f_epa\video\b_m02_quotation.ogv \a3\missions_f_epa\video\b_m03_quotation.ogv \a3\missions_f_epa\video\b_m06_quotation.ogv \a3\missions_f_epa\video\b_out2_quotation.ogv \a3\missions_f_epa\video\b_out2_sometime_later.ogv \a3\missions_f_epa\video\c_ea_quotation.ogv \a3\missions_f_epa\video\c_eb_quotation.ogv \a3\missions_f_epa\video\c_in1_quotation.ogv \a3\missions_f_epa\video\c_in2_quotation.ogv \a3\missions_f_epa\video\c_m01_quotation.ogv \a3\missions_f_epa\video\c_m02_quotation.ogv \a3\missions_f_epa\video\c_out1_quotation.ogv \a3\missions_f_epa\video\c_out2_sometime_later.ogv \a3\missions_f_epa\video\fixed_wings.ogv \a3\missions_f_gamma\video\arma.ogv \a3\missions_f_gamma\video\drones.ogv \a3\missions_f_gamma\video\faction_blufor.ogv \a3\missions_f_gamma\video\faction_independent.ogv \a3\missions_f_gamma\video\faction_opfor.ogv \a3\missions_f_gamma\video\gunships.ogv \a3\missions_f_gamma\video\tanks.ogv \a3\missions_f_heli\video\slingloading.ogv \a3\missions_f_mark\video\ffv.ogv \a3\missions_f_mark\video\marksman.ogv Thanks to kauppapekka for: \a3\missions_f_epa\video\a_in2_quotation.ogv \a3\missions_f_epa\video\b_m05_quotation.ogv \a3\missions_f_epa\video\b_m02_1_quotation.ogv
-
FileXT - File EXTension Introduction With FileXT you can write to files from SQF and read data back from these files. Data is stored in key-value pairs, like in profileNamespace. Usage Please refer to wiki page for usage examples. Limitations 1. Does not work on Linux. 2. String is the only data type available now. However you can work around this by using `str` and `parseSimpleArray` SQF commands. Motivation I made this primarily for our Vindicta mission. It has a custom saving system, however with each save taking up to 10 megabytes in profileNamespace, it is far too inconvenient to store everything in one file, and there was needed a solution which would do one simple thing - plain file data storage without limitations on string size or string content. To-Do - Learn CMAKE to build it for Linux too. - Add support for other data types, perhaps store type information in the file directly. Download... Steam Workshop
-
ello, community. I have created my second mod using Drongo's Config Generator. There was no problem creating the first one and I have learned to create such mods and files very quickly. I did everything the right way - I created my units and added Drongo's generator module in the editor, which created the .cpp file. I converted it into a .PBO file successfully using the Addon Builder. After that I uploaded the .PBO file and created a mod, launched it with the requirements, but an error occurs: File Addons\ config.cpp, line 2: /cfgPatches/: '-' encountered instead of '{' What could be wrong? I have opened the file and the '{' was there instead of '-', so it was OK. Here's the whole file's content: Thank you in advance!
-
Come the Source Files for A3 Maps in close future ?
maxl30 posted a topic in ARMA 3 - TERRAIN - (BUILDER)
Hello, i want to edit Altis, and it would interest me very much how close in the future the source files are available. -
Hi all, Long time ARMA player (yes from the OPF days :) but new to the forum. I have a question I have not been able to find online. It concerns the way ARMA is placing files on my G drive, my PC. I get this now. I use Poppy as a username btw. But that's not the issue. It creates subfolders constantly: "C:\Users\[****]\Documents\Arma 3 - Other Profiles\Poppy\Users\Poppy\Users\Poppy\Users\Poppy" This doesn't seem to be the most efficient way of saving usersaves and missions. How can I fix this, or is this normal?
-
How can I get this work please? I been searching for this about 2 days
Wolfkrug posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm not good at using forums sorry for that, Here is the problem; I downloaded two different scripts but they both have the same named files..... I think they called "demo mission/script" can someone please explain to me that how can I get this work? Thank you! :^) -
arma2 is can output text chat log file?
dontanuki posted a topic in ARMA 2 & OA - QUESTIONS & ANSWERS
Hi. I'm Playing Arma2 and Arma3. but Im prefer to play Arma2. Does Arma 2 have a function to output text log chat? And what about Arma 3? If you can realize that function by appending some option file, please tell me how to do that. I am making a program to monitor and read text log chat. Because Japanese are shy, VC is not active. Text chat is more popular, but I feel a bit lonely. So, I would like to make gaming play as gorgeous as possible. It would be nice if you could have an option to use it as a participant in the Host Server, but not a DedicatedServer configuration if possible. . I am sorry to hear that in Japanese, I am making such a program. Https://github.com/zufall-upon/kikisen-vc I hope the option exists. . Thank you. -
Which PBO need to be edit to change Mk-1 EMR magazine ?
boombastic posted a topic in ARMA 3 - QUESTIONS & ANSWERS
Hi, can somebody point me to right config file that include Mk-1 EMR magazine settings (bullet amount e.t.c.) i tried to search in "weapons_f.pbo" , "weapons_f_beta.pbo" and "weapons_f_mark.pbo" but still cannot find proper config file :( Thanks for help! -
Hi community! In update 1.50 we are planning to make changes to the file patching system in the interest of security. Please see SITREP #00114 for more details, and let us know here whether you have concerns or other feedback. Thanks!