Search the Community
Showing results for tags 'cannot'.
Found 2 results
-
Hi everyone! J cant move in buldozer, menu(F1) is bugged. Does anyone know how to fix it? .exe path: P:\buldozer_x64.exe launch parameters: -buldozer -name=Buldozer -window -exThreads=0 -disableSteam -noAsserts -cfg=p:\buldozer.cfg -showScriptErrors Data directory: P:\ (j have mounted project drive )
-
Hello, I've recently started to try and learn how to create my own things for Arma (so it could be something realliy stupid :P), but I'm now running into a problem where it gives an error saying "Cannot Open Object" followed by the path to the .p3d file In the config.cpp when I try to spawn it in in the editor in arma 3. I'll try to give as much info as I can. When trying to find out what's causing this I've eventually tried just getting a box in game and it still gives the same error. In my rpt it also says: 13:51:57 Warning Message: Cannot open object jsd_test\jsd_test_box.p3d 13:51:57 jsd_test\jsd_test_box.p3d: No geometry and no visual shape 13:51:57 jsd_test\jsd_test_box.p3d: No geometry and no visual shape Which I don't understand as the box does have a visual LOD and a geometry LOD, and the object does show properly in object builder and bulldozer. my config.cpp: class CfgPatches { class JSD_Test_Box { units[] = { "JSD_Test_Box" }; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; }; }; class CfgVehicles { class Static; class JSD_Test_Box : Static { scope = 2; model = "\JSD_Test\JSD_Test_Box.p3d"; displayName = "JSD Box"; editorCategory = "EdCat_Things"; editorSubcategory = "EdSubcat_Default"; }; }; I've uploaded the .p3d as well: https://mega.nz/#!q9hzXJoA the .pbo: https://mega.nz/#!GgJh2Qzb My addon builder settings, unsure if it'd help: http://imgur.com/IDN5e7v The way I've created the box is in blender (with that blender toolbox thing), set it to the custom LOD and export as a .p3d. Then open it in object builder, copy the box into a geometry LOD, use Structure > Topology > Find Components. I hope I've given enough information to be able to work this out, as said earlier I am very new to this so it might be an extremely stupid thing. Thanks in advance for any help.