ramirezdu06
Member-
Content Count
20 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout ramirezdu06
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Object | Allow Rope Creation
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Edit for "how to add a vehicle to "rope creation" Solved. You need only to put : simulation = "YourSim"; in the vehicle class. in simulation you can have | see below. simulation = "shipX"; simulation = "tankX"; simulation = "carX"; simulation = "submarineX"; after the vehicle will be compatible. -
Object | Allow Rope Creation
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
hi, yes i have made an object but i want to add the "rope creation" on it because the "slingLoadCargoMemoryPoints[] = {"SlingLoadCargo1","SlingLoadCargo2","SlingLoadCargo3","SlingLoadCargo4"};" is for able to use "slingload" but not the "rope creation". The rope creation is to add my object in this list and after i can create a rope between my object and an other object -
hi, i have created an object and i want to add the "rope creation" on this like : "https://community.bistudio.com/wiki/ropeCreate/transport" but i don't know how to do that so someone can help me ?
-
hi, i want to know how the file patching work because i have enable it and it doesn't work so i don't know why ? the addon structure :
-
extension.dll in c++ "if,else" doesn't work
ramirezdu06 posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
i have created an extension.dll in c++ but when i add and "if,else" statement the code doesn't work but only for the extension in arma 3 because i have put the code in an other project and the code work prefecly so it's not my code but i don't know why arma 3 doesn't recognize the "if,else" statement nad i have nothing in .rpt with out extension loaded. -
Create Extension.dll
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
if you have a question tell me -
Create Extension.dll
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
i don't add the symbol WIN64 but i have change the build property to x64 | the project if you want to see the code : https://mega.nz/#!4RdGAQDA!QO-brdBBQXZwfgT5s1yTro0Lngx_wpy_m0BdUP8D80E and when arma crash because the .dll have a bug or an error the .rpt say nothing and i have disable battleye because he say "'MyExtension' could not be loaded: insufficient system resources to complete the requested service" and when the .dll is compiled i rename it with _x64 example : "ClassLibrary1_x64.dll" -
Create Extension.dll
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
i have found the bug and it worked | you need to remove the if,else,endif | my code : https://pastebin.com/PK44pg4q and for the people who like visual basic i have convert the c# to visual basic and i have test it and it work so the code is : https://pastebin.com/aua8QsyD -
Create Extension.dll
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
yes, i will make a test and send a new message with information -
Create Extension.dll
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
thx but wich tutorials ? because this tutorial : http://maca134.co.uk/tutorial/write-an-arma-extension-in-c-sharp-dot-net/ is outdated and i need a "namespace" ? or not ? because the class "MyExtension" is not in a namespace edit : i have do that with your code : "http://killzonekid.com/arma-scripting-tutorials-how-to-make-arma-extension-part-1/" and it work perfecly but in c# nope -
Create Extension.dll
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
yes, i have changed the build in visual studio to x64 but when the file is compiled i don't see the "_x64" so i rename it but it doesn't work -
Create Extension.dll
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
No i don't have "Test-Extension v1.0" in .rpt -
Create Extension.dll
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
yes he return an empty string "" and debugger ? i have change the output.Append(function) to output.Append("Teste") but he return the same value an empty string -
Create Extension.dll
ramirezdu06 replied to ramirezdu06's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
yes sorry i have see the rpt and he say that : 0:39:21 Call extension 'MyExtension' could not be loaded: Ressources systeme insuffisantes pour terminer le service demande | in english : 0:39:21 Call extension 'MyExtension' could not be loaded: insufficient system resources to complete the requested service edit : i have removed battleye and when i call i don't have any error in rpt but it doesn't work too. -
ramirezdu06 started following Create Extension.dll
-
hi, i want to create an extension.dll in c# but it doesn't work. I use only the c# code on : https://community.bistudio.com/wiki/Extensions screen of my code thx