Jump to content

ramirezdu06

Member
  • Content Count

    20
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About ramirezdu06

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. ramirezdu06

    Object | Allow Rope Creation

    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.
  2. ramirezdu06

    Object | Allow Rope Creation

    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
  3. 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 ?
  4. 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 :
  5. 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.
  6. ramirezdu06

    Create Extension.dll

    if you have a question tell me
  7. ramirezdu06

    Create Extension.dll

    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"
  8. ramirezdu06

    Create Extension.dll

    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
  9. ramirezdu06

    Create Extension.dll

    yes, i will make a test and send a new message with information
  10. ramirezdu06

    Create Extension.dll

    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
  11. ramirezdu06

    Create Extension.dll

    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
  12. ramirezdu06

    Create Extension.dll

    No i don't have "Test-Extension v1.0" in .rpt
  13. ramirezdu06

    Create Extension.dll

    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
  14. ramirezdu06

    Create Extension.dll

    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.
  15. 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
×