Jump to content

redkiil

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About redkiil

  • Rank
    Rookie

Recent Profile Visitors

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

  1. this is my first mod i am working :D Guys, i have a model with a working with. He is not finished but i want to test in-game. I start working with mods a few days, i create a simple model.cfg and config.cpp file. But when a try to open my object the message "cannot load object amazonas.p3d". And in arma 3 rpt "ModParams - Undefined or empty mod directory". config.cpp class CfgPatches { class Amazonas_F { units[] = {"Amazonas_OZ"}; weapons[] = {}; requiredVersion[] = {}; requiredAddons[] = {}; }; }; class CfgVehicles { class Air; class Plane : Air {}; class Amazonas_OZ : Plane{ scope = 2; scopeCurator = 2; displayName = "C105 Amazonas"; model = "amazonas.p3d"; side = 3; /// 3 stands for civilians, 0 is OPFOR, 1 is BLUFOR, 2 means guerrillas faction = CIV_F; /// defines the faction inside of the side }; }; model.cfg class CfgSkeletons { class Default { isDiscrete = 1; skeletonInherit = ""; skeletonBones[] = {}; }; class Vehicle : Default{}; class Plane : Vehicle{}; class amazonasSkeleto { skeletonInherit = "Plane"; skeletonBones[] = { }; }; }; class CfgModels { class Default { sectionsInherit=""; sections[] = {}; skeletonName = ""; }; class Vehicle: Default {}; class Plane : Vehicle {}; class amazonas : Plane { sections[] = { "camo1" }; }; }; O2 Print of my model: http://image.prntscr.com/image/6b4470096bf04bd9ad4c048c95dafab3.png i miss something required to work?
  2. Hi guys, i am im trouble with my first model. When i export from blender to p3d with arma toolbox for blender my model go turned 90 degree. Print: http://prnt.sc/crpe93 Can someone help me?
  3. Hi guys, i am getting some troubles with my test script, i am trying create a test gui but i getting this error when a open the project file. I check all "}" from dialogs.hpp and defines.hpp , its ok. My code: http://pastebin.com/BjWjjeqd dialogs.hpp is at end of file. I think is something about #include directive, because when a put dialogs.hpp class in Description.ext, works.
  4. redkiil

    The Newcomers' Introduction Thread

    Hi guys, I am ReDKiiL, I'm trying create scripts for Arma 3! I already create scripts from another game ! And lately is trying to program C++ but I quit
×