Jump to content

Naughty Alien

Members
  • Posts

    796
  • Joined

  • Last visited

Everything posted by Naughty Alien

  1. ..while it is very friendly for non experienced modelers or artists, it is also very tightly connected to specific engine using it..that leaves very very narrow space if project need to be moved to other platform, practically, it cant coexist with anything else out there, and that is for sure risk for developer, as no flexibility exists at all..
  2. BSP existed as a way to optimize and speed up rendering/collision in older generation engines/GPU's by utilizing CPU's partly on BSP side..very efficient 10 years ago, but on modern hardware is, mildly spoken, obsolete..BSP is still faster if you want to do raytracing or something along these lines, but its far less flexible in any aspect of asset production, and even less standardized for that matter(if you need media from various artists, it may be a nightmare to work with)..
  3. ..i really like your work..and by all means, dont abandont it, it will work out well eventually..very very nice indeed..
  4. ..hi guys..i would like to know, what would be list of game play features in FPS/3rd person shooting game, you want to play/experience, that eventually doesn't exist in other similar games ?? Please, post here with some short description. Thank you in advance.
  5. ..some time back, I have created pathfinding system for LE2..if im not mistaken, appart from module, I have uploaded small exe extracting out in TXT file all node hierarchy from given nav mesh of choice, so extracted data could be used to recreate navigation nodes hierarchy for any search algo of your choice..i do not know where is it now as web site suffered several crashes/data losses by then..
  6. ..any new games, with more advanced graphics(hopefully gameplay) ?
  7. ..hi guys..i would apreciate if you could post informations about various 3D maze games, you know about, considered really good..some video links with gameplay of such game, would be highly apreciated..thank you in advance..
  8. ..well..you could have plane between your terrain and your camera then raycast from your player against the plane. Then lighten raycasted hit point area's vertices/texture alpha transparency UV based. If you want to avoid raycasting, you can then use bunch of bounding boxes, you have populated over whole surface of your world so, once triggered, lighten up vertices/texture alpha transparency UV based, on the top of triggered bounding box. So, entities (NPC's) outside of already triggered bounding boxes will not be rendered(hidden)..something along this line will do trick..
  9. Hahahahahaha...comparisons with animal world really make ma laugh..omg...I havent had such laugh attack for years , from reading forum, and even more weird, programming one...gooood one haha
  10. It should be in archives version of Aily work doing just that...
  11. Perfectly doable. I dont know is it still around in archive, but I think Aily provided shader tools for 3ds max, doing exactly that.
  12. All I can say is, oop helps a lot when code structure become large. It is very easy to debug or maintain large code base and patch it, if it is oop based. I came to conclusion, that procedural programming is incredibly efficient in cnc and robotics programming. Bottom line is, programs could be written in either oop or procedural way. Only difference is that code design will be radically different, so, whatever suits best, given project, ill stick to that. Personal preference over code style, shouldnt overtake best way to do things on given project. Also, I figured out that in certain situations, mixing both styles is incredibly good.
  13. ..not long ago, major issue for lack of games with LE2.x was path finding..now I see GUI and few other 'features' as a development issue, while more and more platforms, are requested, platforms with very different 'anatomy'..i would seriously stop blaming tools, and spend some time, looking at mirror..just a tip..
  14. @YouGroove ..90-95% of game written by any engine, is your code, remaining 5-10% belong to actual engine calls..once you understand that, you will get clear picture why for you every single system has 'flaws'..I am using LE2.x, and only part i use is renderer..everything else is replaced/rigged with, in my opinion, better solution..having said that, infinite terrain add on for LE2.x is in my opinion, considered as a 'easy task', compared to some other things you will for sure, hit in game development cycle..also, those LE2.x demos are something i do not know about, but im very sure its highly non optimized and runs 'as default'...its all a matter of making your hands dirty, as a programmer, or not...im right now, as we speak, using LE 2.x for speed and processing wise, very intensive application (Mitsubishi Evo Interceptor sumulator, with force feedback on car chassis, full 360 degree visibility /32 synched screen panels/, hydrauliucs feedback, etc, for police department here, and it can be networked up to 16 simulators)..so far, LE2.x rigged with bullet and few other libs i wrote, blowing away everything else i have tried..I did redo pretty much all shaders LE 2.x has by default, but thats part of the job, you should take as a programmer..
  15. ..well..I am very sure it can do what I said, as I used it and fill it up with things I needed to achieve certain tasks....and by observing all of your posts ever made, I believe you will never find engine of your choice because, as i can see, you simply refuse to do any programming work, and expecting things to be done by 'button press'..well, thats not going to happen...as for LE2.x, its one of the most powerful rendering systems out there, and as i said, in right hands(means programmer want to make his hands 'dirty', do some work), output results could be literally same as xxx xxx license engines, considering PC as a target..
  16. LE2.x , in right hands could blow away engines with price tags scoring 6 digit numbers (on PC), LE3 cant do it..
  17. ..most difficult part i was ever able to came over, is sorting out artists to be on same page with development and tech constrains..something i never had thought about..once you cross number of artists you dealing with, larger than 3, to let things go unsorted is a disaster call..
  18. I wanted, but couldnt as given options are singular, while I believe, for proper survey, should be multiple options, like OS selection, or Linux purchase options, etc...basically, given survey will generate inacurate results.
  19. congratulations on released game..ill be supporting it as it has intention of utilizing its profit, beyond personal interest,for supporting something really noble..i admire such things..
  20. ..ahh..my kind apologize then..
  21. @Michael Im curious, does Flatiron support Vray?
  22. ..these shots, does look rather nice...good work..
  23. @ Red Thanks man..graphics card on first 2 pics from the top is Intel GM 45, and new system hitting 40 FPS on given scene...quite good..last 3 shots are LE 2.x and card is nVidia GTS 450..if i run same scene on system used for first 2 shots, its peaking up to 600FPS.. @Mumbles Yes, you are correct about London Underground roundel..that particular part of level is under repairing right now, so it will be no collision with any trademark thingy
  24. ..im using 3dsmax for modelling and animation..scene composition is done by few editors i have made (when we talking about LE)..
×
×
  • Create New...