antekh 2 Posted February 21, 2015 Hi all, Im working on some assets, they do work fine in O2 but I cant manage to get them into game, tried different options on the config, but now I need guidance? If I delete class cfgAddons, I can run it through pboproject, but cant find the model itself in the A3. Here is the error Im getting "Line 17 No Token" Here's my Config.cpp http://pastebin.com/7ENzCkZw Share this post Link to post Share on other sites
m1lkm8n 411 Posted February 21, 2015 http://pastebin.com/dFpmc8bh Try this. Share this post Link to post Share on other sites
antekh 2 Posted February 21, 2015 (edited) Hmmm.. Tried, also tried without the whole "requiredAddons" but didnt work. Line 8 token= is not an array{} Edited February 21, 2015 by Antekh Share this post Link to post Share on other sites
badluckburt 78 Posted February 21, 2015 Change requiredAddons= {"A3_structures_F"}; to requiredAddons[]= {"A3_structures_F"}; Share this post Link to post Share on other sites
m1lkm8n 411 Posted February 21, 2015 Oops. I'm sorry. requiredAddons[]= {"A3_structures_F"}; Share this post Link to post Share on other sites
antekh 2 Posted February 21, 2015 (edited) Thank you both of you, also forgot myself to add semicolons to the end hence the error. It created the pbo, still cant find the object on the editor tough, shouldn't it create custom class for the object menu? Edited February 21, 2015 by Antekh Share this post Link to post Share on other sites
TeTeT 1523 Posted February 22, 2015 Try vehicleClass instead of vehiclesClass. Share this post Link to post Share on other sites
antekh 2 Posted February 22, 2015 Try vehicleClass instead of vehiclesClass. Still no luck :( https://www.dropbox.com/s/4d36vhml6q5afzq/TUT.rar?dl=0 Ill upload the whole file if thats any help, keep in mind it was just a quick test that If I could get that into A3. Sometime ago I could with the "tutorial" of the http://forums.bistudio.com/showthread.php?184470-Getting-a-3D-Model-Object-into-Arma-3-Arma-3-Modeling-Tut-For-NOOBS, but wanna do it properly ofc. Share this post Link to post Share on other sites
badluckburt 78 Posted February 22, 2015 Still no luck :(https://www.dropbox.com/s/4d36vhml6q5afzq/TUT.rar?dl=0 Ill upload the whole file if thats any help, keep in mind it was just a quick test that If I could get that into A3. Sometime ago I could with the "tutorial" of the http://forums.bistudio.com/showthread.php?184470-Getting-a-3D-Model-Object-into-Arma-3-Arma-3-Modeling-Tut-For-NOOBS, but wanna do it properly ofc. The only thing wrong with it was CfgVehiclesClasses. That should be CfgVehicleClasses. I just edited the config and built the PBO fine. The model works and will show in the editor but there's an error about ST coordinates when you open it in Object Builder, in turn, one of the model's sides looks funky but you'll see what I mean :) https://www.dropbox.com/s/wbw4p2qcbyy812x/TUT.zip?dl=0 Share this post Link to post Share on other sites
antekh 2 Posted February 22, 2015 (edited) The model works and will show in the editor Really?... I wonder why it wont show up in my editor :D EDIT: Forgot to erase the old temps and pack it again. Works fine now thanks :) Edited February 22, 2015 by Antekh Share this post Link to post Share on other sites
badluckburt 78 Posted February 22, 2015 Have you placed a player unit? After you do, it should be under Empty > Trench Wall as the object named Trench Wall :) What program do you use to build the PBO? I used PBOProject. Share this post Link to post Share on other sites
antekh 2 Posted February 22, 2015 (edited) PBOPRoject. Doesnt show up. EDIT: Forgot to delete old temp's, now its working. Off to work on the GEO LODs :). Thank you! Edited February 22, 2015 by Antekh Share this post Link to post Share on other sites
badluckburt 78 Posted February 22, 2015 You're welcome but thank M1lkm8n :) He actually fixed the problem, I just spotted typos. Share this post Link to post Share on other sites
Spartan13576 10 Posted March 3, 2015 Ok so i created a 3d model of the Gerald R. Ford-class super aircraft carrier and would like to add it to arma 3 however i'm having issues converting the file from autodesk maya. Anyone know how i can fix this issue. Share this post Link to post Share on other sites