he3r0 0 Posted September 14, 2004 i have model 3dModel geometry, textures, all that crap but it want works... in bulldozer everything looks good but in game is a cow --> MOOOOO help now should be better Share this post Link to post Share on other sites
oyman 0 Posted September 14, 2004 link to download file doesnt work Share this post Link to post Share on other sites
he3r0 0 Posted September 14, 2004 link to download file doesnt work 3dmodel (*.pbo file) Share this post Link to post Share on other sites
oyman 0 Posted September 14, 2004 ok it works now . well in the config file i found a problem in the config vehicles part. the closing brackets were wrong. so i changed it to be like this <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgVehicles // definicja pojazdów { class All {}; class AllVehicles: All {}; class Land: AllVehicles {}; class LandVehicle: Land {}; class Car: LandVehicle {}; class Jeep: Car {}; class wladimirec: Jeep { displayName="wladimirec"; // Nazwa która bÄ™dzie wyœwietlana w edytorze model= \wladimirec\wladimirec; // œcieżka modelu p3d side=3; // Strona - w tym przypadku po stronie cywili (0 dla ruskich, 1 dla amerykanow, 2 dla partyzantow) crew="Civilian2"; // domyœlny kierowca (cywil 2) maxSpeed=500; // Maksymalna prÄ™dkoœÄ‡ w kmh :) transportSoldier=0; // Zmienna okreœlajÄ…ca czy pojazd moze mieć pasażerów oraz ilu, w tym przypadku zero oznacza brak pasażerów }; }; <--- added a; here }; <--- added a closing bracket here im gona go test it ingame now Share this post Link to post Share on other sites
oyman 0 Posted September 14, 2004 o, whoops i mess understood youre question , but i am getting the same bug you are getting it does look like a cow, mabye because it is 10000+ faces? Share this post Link to post Share on other sites
he3r0 0 Posted September 14, 2004 o, whoops i mess understood youre question  , but i am getting the same bug you  are getting it does look like a cow, mabye because it is 10000+ faces? nope, i get 9700 and still the same :/ model as a model (without textures) look ok but is as a ghost , so maby i fuckup some of the lod-s? Share this post Link to post Share on other sites
he3r0 0 Posted September 15, 2004 HEEEEEEEEEEEEELP!!!!! Share this post Link to post Share on other sites
orson 0 Posted September 19, 2004 Ok i had a look ( nice tractor btw ) , its the black texture thats causing the problem ... so open the texture library .. then hold Ctrl and double click on the "black" texture name , this should highlight all areas coloured black , now hold Alt and click in your working area on screen ... now press "E" to bring up the face properties and delete the texture name in the box, select apply and ok . Close that box down and check your model in 3d , it should be untextured but the model should look as it is meant to. You should look at some of the texturing tutorials available and also take a look at other addons to see how to reduce face counts but still remain visually appealing Share this post Link to post Share on other sites
he3r0 0 Posted September 19, 2004 Ok i had a look ( nice tractor btw ) , its the black texture thats causing the problem ... so open the texture library .. then hold Ctrl and double click on the "black" texture name , this should highlight all areas coloured black , now hold Alt and click in your working area on screen ... now press "E" to bring up the face properties and delete the texture name in the box, select apply and ok .Close that box down and check your model in 3d , it should be untextured but the model should look as it is meant to. You should look at some of the texturing tutorials available and also take a look at other addons to see how to reduce face counts but still remain visually appealing texture is no problem, but try to drive with that tractor.. you can drive thru trees and houses. why? Share this post Link to post Share on other sites
Status_cz 0 Posted September 19, 2004 Ok i had a look ( nice tractor btw ) , its the black texture thats causing the problem ... so open the texture library .. then hold Ctrl and double click on the "black" texture name , this should highlight all areas coloured black , now hold Alt and click in your working area on screen ... now press "E" to bring up the face properties and delete the texture name in the box, select apply and ok .Close that box down and check your model in 3d , it should be untextured but the model should look as it is meant to. You should look at some of the texturing tutorials available and also take a look at other addons to see how to reduce face counts but still remain visually appealing texture is no problem, but try to drive with that tractor.. you can drive thru trees and houses. why? Wrong geo LoD,imho Share this post Link to post Share on other sites
he3r0 0 Posted September 19, 2004 Wrong geo LoD,imho but you cannot walk thru model.... Share this post Link to post Share on other sites