Jump to content

Zachary

Member
  • Content Count

    21
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Zachary

  • Rank
    Private First Class
  1. I see. That makes sense, and a good idea for if i needed soliders without arms, but we'd still have a performance impact as it would be animating something that isnt visible right? Not a problem, perhaps I'll just stick to the basics. Is there any recommended tutorial on animation or is it something I should just keep away from if i want any hair left on my head by the time im finished? Thanks
  2. Hi, I'm new to the animation system, but if I had gotten to a point where i had specified a new p3d to look for a different skeleton other than ofp2_manskeleton in the relevant config / cfg files, is it possible to use the same animations as the ofp2_manskeleton, even though my new model may have more / less bones than before? For example, my new character may not have any arms and I want him to just run around without them, by not referencing the arms selections from the p3d file and telling the skeleton that these bones do not exist by simply not referencing them, would the animation still play, ignoring the missing bones that were once linked from hand, to arm to shoulder? Or will i be looking at a really big error? If the engine does not animate unless all bones are available in the model as in the rtm file, does this mean if i want a solider with no arms that I'd have to make a new skeleton and a new animation set for him that does not have any reference to any arm selections at all? Wierd request I know, but i thought i'd read that for houses and things that some skeletons may not care if the same bones exist, only what was there would be animated, is it different because the rtm is forcing the model to use those selections? Thanks
  3. Thank you for your reply. Hmm yes, i came across this before, but the 3ds Max Macro script that it mentions cannot be found, i did manage to find a link elsewhere but then it gave me a 404 error.
  4. Hi There, I'm currently trying to create a multi material rvmat file for a model but struggling to get my head around it. What i have done is start again from scratch with a test model. I made a small cube in 3dsmax and applied a texture to each side (box_Green, box_blue etc) and then exported the model as a 3ds file, preserving uv co-ordinates. I then imported this into Oxygen 2. What i would usually do is update all paths that are asking for box_blue.tga and box_Green.tga to "ca\addonname\data\boxblue.paa" but this is of course not how the multimaterial file works. I've created the RVMAt from Mondkalb's tutorial, and updated my first few fields relating to the 'color' of the mask to the appropiate color of the box material i.e stage 2 = green box texture I then select the entire model, and remove any material file refernce, and point to my rvmat file. It sits in the folder with the rest of the convered paa files. I then go to O2 and open the Uv editor, and can see my nicely positioned UV in a small box for the model, i create a new later (UVSet 1) and flatten the box, so its unwrapped and ready to 'fold' back up again. I export this to EMF and then into InfranView, then to Photoshop, i color the document with red, green, blue and black. I save this back out to a tga, then export to .paa file and place back into the folder with the other rvmat file, hoping that it will see this reference in the rvmat, look up the uv set and then assign the required texture to each color class Stage4 { texture="ca\testasset\data\box_mask.paa"; texGen="4"; }; The result is a black box, no texture of any kind, even tried swapping the UV sets over so 1 becomes 0 and vice versa but still not seeing any texture. I hope i've included everything, but if someone could help me, that would be just perfect. Maybe i just miss something out? Thank you
  5. I've read that in places, I've tried one or two but i can never seem to get it working. Can you maybe tell me of a model ingame that might use it? I've been trying to search the samples but turning up blank. I've heard of a lot of people using it though, but should that be the normal operating procedure as i recall someone saying that you didnt have to do that for every model? Thanks for the reply anyway.
  6. Is this information from my Buldozer.RPT any use to anyone? I'm not sure why it thinks the config class is missing, because in my ca directory is... ("P:\ca\structures\House\A_Office02\config.cpp") so im very confused. MY project directory "P:\mynamespace\CA" folder exists with all config files in. IT is binarized pointing to the project folder root "mynamespace" also. I have began to find this also will refuse to show up the objects for ponds, i get an error "cannot open object "ca\path to pond model.p3d"
  7. I'm not sure what you mean by the 'small dots' - have you created a new road piece and referenced the 'invisibleroad' p3d model? I've used this before and its been okay. I'm not 100% sure what you mean. Is this to place over things to try and block foliage?
  8. Hi guys, Sorry to be the one that has to post this, i've found a lot of threads on similar subjects before with information that seems correct, but never seems to work out for me. Basically i have a custom model that i'm applying a proxy object to: "\ca\structures\Furniture\Bathroom\toilet_b_02\toilet_b_02" I have my P: drive setup with this structure available for all my models, everything seems to work great as i can author, package and play maps so far, so i know everything should be right. However once i attach this model to my own in O2 as create proxy object, it shows in the bulldozer window but when i view in visitor 3 / ingame i cannot see anything at all. The same happens for BI content such as A_Office02 or the hospital models, i just see the blank triangle in o2 and in visitor, nothing but a shadow where the model proxy should be. Ive heard suggestions of removing the \ to begin with, convert the p3d file first, even some mention about specifying the proxy as some kind of simulation or path to proxy objects in a config.cpp file but i cant find much info on that. It's getting very late and i would love it if someone could clarify what i need to do. Have held off on adding proxy objects as up until now it has been useless detail, but seems like my negligence has paid off! Thank you.
  9. My bad. I suppose it is more scripting than anything else so my apologies for that, but thank you for the information I shall definatley give it a look.
  10. OK, since no one seems to know if it is possible, anyone know if a material can be animated in any shape or form? Can it for example have its X / Y values set to move across a face and repeat back on itself (im struggling to remember what this is called)
  11. You paid $300 for that?!
  12. Hi Guys, I'm trying to find some information online regarding the setup of the rvmat files for a water texture. What i seem to notice is that in the following.. class uvTransform { aside[] = {1.0,0.0,0.0}; up[] = {0.0,1.0,0.0}; dir[] = {0.0,0.0,0.0}; pos[] = {0.0,0.0,0.0}; }; It looks as if some of these values may be responsible for changing the direction the water flows in. AT the moment it looks like they all flow in one direction and i need to have a few variants for differently angled rivers in the map. The textures used are flat non moving objects so i suspect as with other engines some other file is giving it a 'scrolling' texture effect. However I have read people having to edit the CFGMaterials.hpp file to do this too? Can someone tell me if i was to edit this file and say create a new Water class, such as RiverWater or something, that i could edit the direction of the texture and also remove the foam effect that is generated when the water meets terrain (there is no coastline on my map) If this was edited and packed into the PBO, would it work online for when people join the map? EDIT I put this in modeling because i thought perhaps the RVMAt would be the main culprit, should it have been in scripting instead? Sorry
  13. Zachary

    Consistent model height

    Brilliant! Thank you so much. Working perfectly.
  14. Hi. I'm wondering if there is anyway that I can place two models Side by side on terrain of a varied height and still have it place at the same elevation. At the moment one section is higher than the other. This would be for A bridge and I can't manually set it using the z and q hotkeys As it is never perfect. Would making the one model with a proxy object Of the other added into it get around the fact that the model is too big to have both sides within the p3d file? Would it keep the right height then? Thanks
×