Jump to content

Naughty Alien

Members
  • Posts

    796
  • Joined

  • Last visited

Everything posted by Naughty Alien

  1. @cassius here is blog link where you can see description of command set.. http://www.leadwerks.com/werkspace/blog/89/entry-848-character-animation-control/
  2. ..ahh..no wonder..it was animation library reported broken, but it works just fine, unless LE is not initialized properly, what is not library fault..thanks for clarification Pixel..
  3. ..im sorry for such post here..I would for sure send PM, if i know who reported library as a broken, in order to find whats wrong with it..so, whoever found it broken, please let me know..thank you..
  4. ..because of some reason, STEAM going under some internal restructuring for new games to be released, so we are inside that group, even already finished whole process..so, it will be maybe 1 month after Origin..
  5. ..thanks guys..these are veeery early game stage shots..now its all way way more polished out..soundtracks are fantastic, Leon really did great job..i hope you will like it..VERY soon on EA Origin..
  6. ..shader is best way to do it..not just with transparency, but make character disappear in to 'ash', or erode, and so on..other way is to control color value, and gradually cut it down to '0'. That however depending on your renderer setup so i cant say for sure..
  7. ..i believe its going to be sorted out after weekend quickly..most probably Josh having some free activities from all this during weekend, so it will be fine, no need to worry..
  8. ..yupp..its just that Prey portals were static , if i recall it correctly...but yes, thats far as i know, from where came original idea..
  9. ..i was messing with it some times back..what I did was not any rendered image captured on portal transition spot, but actual certain spaces player eventually travel trough..so, what i did is something i call 'oclussion trigger', basically bounding space of certain level zones (can be any number based on designer decision), clipping any geometry passing in to its bounding space, long as camera is inside that 'oclussion trigger'..it works over any level complexity, and you could very easy 'portalize' anywhere .. that was small protype project for SONY PS3 we did december last year..i dont know where is it going now, but we got some money from Sony ..
  10. ..then, I think its better to have linepick, and where is the position, returned by linepick at the moment of firing weapon, is where bullet will impact, therefore also, where particle appear and so on..on this way you will just move your bullet between gun position and impact position returned by linepick, at speed you desire and you are set..no physics required..
  11. ..what you wanna achieve ?? Bullets hitting certain surface??
  12. ..hmm..unfortunately, ideas presented, indicating that such projects will not see a daylight..i was hoping to see something rather simple and intuitive, from gameplay standpoint instead of something what has all signature of rather large and massive projects..
  13. Would you like to see a leadwerks community project ? Yes. If a project started, would you be a part of it? Depends. Depends on people participating in. Even if whole team is really dedicated, doesn't feel right to do it with bunch of programmers only, so its kind a heading dead end at some point. Also, having in mind online communication/work, it doesn't make sense to be more than 4 people in team max. More than that will be hard to control, by assigned project leader. Then there is problem of 'transparency'..do people tend to openly share all code (source), media, etc..? Expectations out of final product, representing also danger for project to fail. In my humble opinion, it should be no expectations, except one and simple..to make game (project) up to determined standard, everybody agreed on. Part of 'agreement' should be a time frame when whole thing has to be completed. Time should have some reasonable tolerance, but not more than 15-20% of targeted time frame, or whole thing will just collapse. In general, problem here is basically 'what if' situation, and its rather hard to give proper answer or solution for it. Still, its incredible if achieved, and make some real results out there. Either case, its worth, if nothing, for learning curve purpose..
  14. ..natively trough LE 2.x no..system is set as it is..however, if you build your own library for LOD, yes, anything could work..if your project reach stage where depend on such library, PM me and ill send you some nice LOD library for all those things you asking for..
  15. well..you said you want to move an entity which is a PARENT..if you do that with PARENT, then all children will be moved for same position offset as parent did..so, whats happening in your scene is rather normal and expected to be..also, regardless position selected (loca/global) for parent, it will do same effect to its children..but, as i said in some of other threads, avoid parenting, much as possible..it is going to make more problems, than benefits..
  16. ..both of my games, HiddenDawn and Hoodwink are powered by LE2.x renderer (PC version only) ..
  17. ..random number generator has nothing to do with LE, but its entirely up to language you use with LE..
  18. ..if you need any help with it, let me know and Ill be happy to help..
  19. ..best way, I think, is to create AABB of your own with properities you can easy control (position, size, alignement), as those tied to entity, I think, are not best way to do what you want, because their size is tied to entity wrapping and i guess by altering it, you will affect engine occlusion ? ..
  20. Naughty Alien

    Relay

    ..you will give yourself heart attack man...chill out..
  21. Naughty Alien

    Relay

    ..of course its not compatible with anyone else's code, but my aim is to be compatible with every version/port i do for internal studio use, so to me is essential to have freedom as I have right now..thats why Im wondering about LE3.x nature compared to LE2.x
  22. Naughty Alien

    Relay

    ....interesting as i have all this done in LE2..so as I said many times before, I just hope LE3.x will not be structured in such way that forcing user to use provided systems, but instead, keep wide open for anything, as LE2.x is..
  23. ..use cubemap blended with diffuse texture..
  24. in my experience, MoveEntity is not time adjusted, so it will move at different speeds on different computers. I just multiply it with Delta_Time and its stable and same accross all PC's
×
×
  • Create New...