HUNT666 0 Posted December 15, 2002 Hi i have a broken wall with 62 polys but no shadow! My LODS: 1.00 1.50 Geometry LOD Fire Geometry Land Contact I try to Name the first Lod in the Name Properties LodShadow 1 and 0 i try too. But nothing works ! I search the forum and some tuts but nothing helps me! THX FOR HELP! Share this post Link to post Share on other sites
nik 0 Posted December 15, 2002 Try to write in the first lod: LODNoShadow  (value 1). You have forgotten to write "No" in LODNoShadow  nik Share this post Link to post Share on other sites
HUNT666 0 Posted December 15, 2002 WHY" LodNoShadow " it says that there is "no" shadow?? I try ´this too but it didnt works. BUT WHY Lod"NO"Shadow ? Share this post Link to post Share on other sites
HUNT666 0 Posted December 15, 2002 HMMM Maybe anyone could have a short look at this objekt! THX IN ADVANCE! http://mitglied.lycos.de/ofphunter/wl1.zip Share this post Link to post Share on other sites
HUNT666 0 Posted December 15, 2002 HEHE WTF?? HOW I COULD POST A LINK THAT YOU COULD DOWNLOAD THAT?? AT THE MOMENT everybody could see my complete space??? Share this post Link to post Share on other sites
nik 0 Posted December 15, 2002 "No" says that this first lod is NOT used for a shadow and the first lod, where no LODNoShadow is written will taken for the shadow(in this lod you ´don´t have to write LODNoShadow). And after this lod you don´t need to write the LODNoShadow again. For example: 1.00 : LODNoShadow (value 1) 1.5 : (here is nothing written, so DON´T write in the second lod LODNoShadow) Geo-lod fire-geo Share this post Link to post Share on other sites
HUNT666 0 Posted December 15, 2002 HMMM NO SHADOW!!! 1.00 LODNoShadow Value:1 Share this post Link to post Share on other sites
nik 0 Posted December 16, 2002 I´m no expert in this case. I would be also pleased to hear a solutuin of this from someone. And: Do you have lower then 300 faces? Because, you can only have a shadow with under 300 in the lod with the shadow. nik Share this post Link to post Share on other sites
HUNT666 0 Posted December 16, 2002 YES THE WALL HAVE 62FACES! Share this post Link to post Share on other sites
nik 0 Posted December 16, 2002 Yeah, I know the shadow thing is a bit weiard. Hope that you find someone who knows more then me in this shadow things. Good luck, and Share this post Link to post Share on other sites
VXR 9 Posted December 16, 2002 when you want to have a shadow on your model you must be sure you have the window for the Lodnoshadow property opened with ALT-P then add to all lods the property name LODNoShadow "value 1" instead on the lower poly LOD that has less than 300 faces, that lod will be used as shadow Share this post Link to post Share on other sites
HUNT666 0 Posted December 16, 2002 The object have only 64 polys ??? Everything i try didnt works! PLZ ANYONE HAVE A SHORT LOOK AT THE MODEL! MAYBE THERE IS ANYTHING WRONG??? http://mitglied.lycos.de/ofphunter/wl1.zip Share this post Link to post Share on other sites
nik 0 Posted December 17, 2002 Your shadow works perfect with that: Believe me  You have to write in the property name box: In the lod 0.00 "LODNoShadow" And as value "1". Also in lod 1.00 the same. In lod 1.5 write absolutly nothing. then your shadow works wonderful   . I can send it with my config.cpp to you if you want (then an e-mail addy). Share this post Link to post Share on other sites
HUNT666 0 Posted December 17, 2002 GREAT!!!!!!! MAYBE its the cpp? Over cpp i didnt know anything!! [email protected] THX in Advance! Share this post Link to post Share on other sites
nik 0 Posted December 17, 2002 Is in your addy (hopefully ) you can find it in empty\objects\wl1 Share this post Link to post Share on other sites
nik 0 Posted December 17, 2002 Oh sorry sent you the false file: now with the texture. And DWl1 in the editor. empty\objects\DWl1 I send it now to you Share this post Link to post Share on other sites
HUNT666 0 Posted December 17, 2002 DAMN i didnt loggged out last gmx session ! I think i cant get your mail! Plz try it once more! Share this post Link to post Share on other sites
HUNT666 0 Posted December 17, 2002 PLZ POST YOUR CPP HERE IM TO STUPID !!!!!!!! PLLZ SHOOT ME My mail is [email protected] Share this post Link to post Share on other sites
nik 0 Posted December 17, 2002 #define TEast 0 #define TWest 1 #define TGuerrila 2 #define TCivilian 3 #define TSideUnknown 4 #define TEnemy 5 #define TFriendly 6 #define TLogic 7 #define true 1 #define false 0 // type scope #define private 0 #define protected 1 #define public 2 class CfgPatches { class Houseammostore2 { units[] = {wl1}; weapons[] = {}; ladders[]={{"start","end"},{"start1","end1"}}; requiredVersion = 1.10; }; }; class CfgVehicles { class All {}; class AllVehicles: All {}; class Land: AllVehicles {}; class Static : Land {}; class Building : Static {}; class NonStrategic : Building {}; class Fence : NonStrategic {}; class WireFence: Fence {}; class House: NonStrategic {}; class Houseammostore2: House{}; class wl1: Houseammostore2 { scope=2; vehicleClass="Objects"; side=TCivilian; cost=1000; mapSize=1; destrType=destructengine; displayName="DWL1"; armor=650; icon="unknown_move"; model=\wl1\wl1; }; }; I don´t think that its because of the cpp I send it again Share this post Link to post Share on other sites
nik 0 Posted December 17, 2002 Did you get the mail? Share this post Link to post Share on other sites
HUNT666 0 Posted December 17, 2002 NO !! [email protected] OTHER ADRESS Share this post Link to post Share on other sites
nik 0 Posted December 17, 2002 now? Maybe I´m too stupied    Share this post Link to post Share on other sites