thoops99
Member-
Content Count
91 -
Joined
-
Last visited
-
Medals
Everything posted by thoops99
-
Rvmat error after generating layers
thoops99 replied to Ginger_jihadi's topic in ARMA 3 - TERRAIN - (BUILDER)
i fixed it by deleting arma 3 tools and reinstalling, and also re-doing my p drive (the extract game data) -
yup it was all working the other day but now its not
-
Rvmat error after generating layers
thoops99 replied to Ginger_jihadi's topic in ARMA 3 - TERRAIN - (BUILDER)
what was the fix -
So i noticed that the Tanoa assets are now pbo's but when I put them in my P:\a3 and started working and exported my map, when i get in game none of the Tanoa assets show up. Anyone else having this problem?
-
Can't See Tanoa Assets On My Map
thoops99 replied to thoops99's topic in ARMA 3 - TERRAIN - (BUILDER)
I redid my a3 folder and still no luck Did it for a second time and i works fine now -
Can't See Tanoa Assets On My Map
thoops99 replied to thoops99's topic in ARMA 3 - TERRAIN - (BUILDER)
So im still unable to see the objects on the map after deleting all the tanoa pbos and re extracting them using mikero tools. I'm gonna try redoing the entire a3 folder and seeing if that helps. https://imgur.com/a/3bkDs -
Can't See Tanoa Assets On My Map
thoops99 replied to thoops99's topic in ARMA 3 - TERRAIN - (BUILDER)
Thanks for all your help. I'll give it a go in the morning. -
Can't See Tanoa Assets On My Map
thoops99 replied to thoops99's topic in ARMA 3 - TERRAIN - (BUILDER)
So the Tanoa stuff should just be in my p drive route directory? -
Can't See Tanoa Assets On My Map
thoops99 replied to thoops99's topic in ARMA 3 - TERRAIN - (BUILDER)
mikeros pboProject (pro version) and pbo manager -
thanks for the links, ill take a look
-
I was wondering how i could make a light switch for a custom model that i'm working on. What I mean is that i would add a memory point on the light switch them have them scroll wheel on the light switch then they would get a "Lights On" or "Lights Off". I just don't know how i would create the light source it's self.
-
[Source Files] Jackson County Community Project WIP
thoops99 replied to schultzit's topic in ARMA 3 - TERRAIN - (BUILDER)
Has anyone tried to pack their map with the new pboProject? e76_objects keeps giving me different errors and wont let me pack -
So i'm very new to the modeling scene so i thought i would start off simple with a concrete safety pole (or at least that's what I call them). When I finish my object in blender and then export it as a .p3d for some reason O2 seems to shrink the object. Not too sure as to why or if thats what its doing. http://imgur.com/a/ZROy2
-
I know why you get a DMCA but if you upload source files for anyone to use then why DMCA someone? PS: I'm not trying to be rude or anything i'm just curious that's all.
-
People are saying that your are DMCAing servers that made maps based on this. Is that true??
-
Arma 3 Animation Tutorial: From Blender to Arma 3
thoops99 replied to HJohnson's topic in ARMA 3 - MODELLING - (O2)
how would you play an animation (via script) that's comes from a mod? Its a dancing animation btw Got it to work by using switchMove and playMove one after another -
Are you going to be uploading the e76 roads source?
-
How would you fix this?
-
Did you ever find a fix?
-
Texturing Issue, Modeling Questions, etc..
thoops99 replied to thoops99's topic in ARMA 3 - MODELLING - (O2)
Thank you very much -
Hey everyone! I had a couple question and instead of making 100 different posts i thought i would just make one. So first off, i am trying to get into modeling and i am using blender. I have made a test house and im trying to start doing all the texturing for the building and the lods and everything like that. My questions are: - Is there an easier way to texture other than using blender (i have heard about the uv editing but i dont know what program will edit the files it puts out) - My textures on some object are showing backwards for some reason (on the reverse side) EX. Where its showing: Where it should show: - For some reason when im inside my house in the model viewer it shows the windows as windows. But i have not set them to be windows yet...... Thanks to anyone that can help!
-
I've just made a gate and have i setup to animate and everything and when i get in game and place the object i get this error 23:39:45 Warning Message: No entry 'model.cfg/CfgModels/Toxic_WovenGate.sectionsInherit'. 23:39:45 Warning Message: '/' is not a value this is my model.cfg class CfgSkeletons { class Default; class Toxic_WovenGate: Default { skeletonInherit=""; isDiscrete=1; skeletonBones[]= { "door1", "", "GateRightAxis", "", "door2", "", "GateLeftAxis", "" }; }; }; class CfgModels { class Default; class Toxic_WovenGate: Default { skeletonName="Toxic_WovenGate"; sections[]= {}; class Animations { class Door_1 { type="rotationY"; source="Zeroanimation"; memory=1; selection="door1"; axis="GateRightAxis"; animPeriod=5; minPhase=0; maxPhase=1; minValue="0.0"; maxValue="1.0"; angle0="0"; angle1="-1.6"; }; class Door_2 { type="rotationY"; source="Zeroanimation"; memory=1; selection="door2"; axis="GateLeftAxis"; animPeriod=5; minPhase=0; maxPhase=1; minValue="0.0"; maxValue="1.0"; angle0="0"; angle1="1.6"; }; }; }; }; This is a picture of the model. I have the right side setup as a door and the left side setup as a door so they are two different objects Could Anyone Help?
-
hmmmmm. ok ill try that in a bit. i dont have to do that with my other models
-
How To Make A Custom Player Inverntory
thoops99 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Just like the title says i would like to know how to customize the arma 3 inventory so i can put a custom one on my server. I'm making a modded altis life and i'm wanting to display your y menu items in the inventory. The reason being that i set it up so you have to buy a phone in order to access your y menu but it does not make much sense to have to buy a phone in order to eat. I know that with alits life i could just create a dialog and when the user presses a button then i could have it show only the y menu items and not the cellphone stuff but this would still be handy to know. This is an example i found ONLINE all credit goes to the creator. (Link) -
For some reason the UV editor in object builder wont actually open. It says its open but the window never opens. I tried deleting Object builder and reinstalling but did not work. Maybe it was a setting i touched by accident a long time ago idk.