Jump to content

doeme

Member
  • Content Count

    10
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About doeme

  • Rank
    Private
  1. Thank you really much, it worked!!!! :D
  2. Hello, So i've got the cube into the Game and i can see it. But my problem is it ain't got collision. So i can walk trought it etc. I have in Object Builder, the 1.000 LOD (It doesnt shows any boxes to me, from the LOD's) And the Geometry LOD with a mass of 1000. And thats my Config: class CfgPatches { class Tutorial_Cube { units[] = {"Tutorial_Cube"}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; }; }; class CfgVehicles { class Static; class Tutorial_Cube : Static { scope = 2; model = "\Tutorial_Cube\testCube.p3d"; displayName = "Rote Box"; vehicleClass = "small_items"; }; }; Thanks for any Help! ;)
  3. Okai thank you, idk which of the samples config i should look at..... Do you have a simple one like i need for that? But thank you for tat
  4. Hello, Im new here and i want to start Learning Modding. For the start, i want only an object (BOX) in ArmA 3 with Collision. Nothing else. Im using Blender with the arma toolbox. Which LOD type should i use for it? And what does all need to be in the config? Do i need to make there any other Scripts or is the config enough? Thank you
  5. So yeah... I changed the config. Didnt worked. I used the House Config from the Samples. Didnt worked. I used just a simple box, With a mass of 1000, a Geometry LOD and a Geometry Phys LOD and the config of the Sample House. DIdnt worked. Is there any good tutorial where shows how to use Object Builder? I didnt found a thing.. Thank you for helping
  6. Hello, Thank you for ur help :) I overwritten it, i hope it could work now. Sadly i ain't got time rn, so i will look it up/test it tonight. To ur second, I used this config from a Tutorial on Flickr, but i used now another one as example. I updated it on my Dropbox Link. Thank you vv much for helping!
  7. Hello, I am Dome and im not that new to the DEV in ArmA but new to the "DeeP" :ph34r: Stuff. So i've got already my first problem. I made a really simple house for testing, i can see it and see the LOD's in the Object Builder but there won't appear something else in the game than an empty Box. I made a Dropbox File with Screenshot, the config folder and the mod folder. I would really appreciate it if u could help me and explain me what i did wrong and what i could do better. P.S. I am here for learning, not to just get the solutions :D Have a nice day and greeting from Switzerland :D Dome B)
  8. doeme

    First Object for ArmA3

    Thank you for the Answer. It helped me, my only problem now is that it gets unvisible. Does somebody know how to fix that? Or is there any good tutorial for it? The most tut's i know already, but i just need a simple one for map objects Thanks and best regards!
  9. Hello, Im really new into modding for ArmA. The main thing i want to is bringing Objects textured into Arma. Like boxes, chairs etc. So my Problem right now is, that i get a object into ArmA but it has no Collission. Means i can walk trough it. I made the Object with Blender and the Blender Toolbox. I made it with the Custom and the Geometry LOD's. Can someone please Help me? and if u have time, please not just the solution. With a little kinda tutorial. I appreciate every Help i get :) Heres my config.cpp: class CfgPatches { class Tutorial_Cube { units[] = {"Tutorial_Cube"}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; }; }; class CfgVehicles { class Static; class Tutorial_Cube : Static { scope = 2; model = "\Tutorial_Cube\cube.p3d"; displayName = "Blaue Box"; vehicleClass = "small_items"; }; };
  10. doeme

    [Early Preview] 3D Editor

    Hello, Really Nice WORK!!!! I have only 1 problem how can i do it into my mission?
×