-
Posts
801 -
Joined
-
Last visited
Content Type
Blogs
Forums
Store
Gallery
Videos
Downloads
Everything posted by Naughty Alien
-
...i believe, Cry Engine is pushed trough steam as well..but i do completely agree that tools or programming software, shouldnt be tied to steam..
-
5
-
..hi Charrua..glad to see ya here..hehehehe...welcome
-
Patrik, i want to use camera zones, and iSPY is really nice solution to be attached with arduino..also, its just one of the features im having with arduino based controller..i hope Rick can pull this off..
-
..if you have downloaded source solution, corrections needed to be done are described in readme file inside iSpyApplication folder..i couldnt manage to sort out things mentioned in readme file..reason for source is, I want to use small library i wrote for door access (arduino based), where door will auto open during working hours upon motion detection in front of it, so iSpy would be nice thing to have.. ill really appreciate if you could fix it..i guess, it is not tough for someone with c# deep knowledge..as for myself i burned evening and couldnt even load bloody thing properly..apparently, many folks on iSpy forum have had same issue..
-
..sure i can..sorry for delay guys, I am on other side of the planet.. I didnt post publicly because its not games related, so I wasnt sure is it going to be deleted or not, thats all..here it is..I was messing around with some IP camera security software, and i came accross this open source software called iSpy (http://www.ispyconnect.com/) .. so I downloaded it, tested (compiled version) and decided to take source as it will be great to integrate with my new studio office door system...so I did downloaded source and according to web site, 'its all there ready to compile'..except its not, as some dependencies need to be removed, but i somehow couldnt manage to do so, so i was wondering is there any C# guru here who could took that source and just clean up those things mentioned in readme file, in order to biuld/compile, as I have no idea how to do it, to be honest, and upload existing solution already provided, but really ready to compile??
-
Hi guys...im wondering do we have skillful c# coder here, I need small favor..
-
..i was under impression that its already running on OSX??
-
..depending on hardware available, you could go more than that..bigger number of sources i have seen is 32 on test rigs i have had..but you should not completely rely on raw amount of available sources, and instead some sort of sound manager should be created so sound sources could be utilized more efficiently and according to scene/camera position, if limit is reached..
-
..that is partly truth..it is truth provided that target audience are people who are equipped with latest hardware..it is truth to say that from engine standpoint..from standpoint of game/application developer its a big no no, as it radically cutting down available user base. It was the same claim during LE2.x time..and i have had first hand experience where i could have 45-50% more units sold if renderer could go slightly lower than its specs at the time..most of people here developing casual, small scale games, and their audience cant be just high end hardware..if they want to make any money, they must cover wide audience as possible..simple as it is..with locked down renderer to one OGL flavor, its not really going to work that way..
-
..that is something to realistically expect, provided that engine seems to be always tightly attached to specific OGL version, what also makes engine unable to do autofallback for older hardware..i hope im wrong, as I would like to go back to LE at some point..
-
hahahahahaahahahahahha
-
LE3.1 problem : .tex file 10 times bigger than texture
Naughty Alien replied to YouGroove's topic in General Discussion
You haveee, sooooooooo much unused UV space.. -
..what i did in LE2.x was creating timer independent from rendering and calculated time between frames and then applied changes on to dynamic entities in game..it worked well and accurate..
-
..LE2.x was exposed to same issue..i never used it to stabilize motion in game as it was useless, with same issues as you describing..I guess, code base for that particular function remain same..
-
Bugs are something considered broken, non functioning, therefore, why would you pay for something what suppose to work properly? Payed upgrade of system is ok, but paying for fixing something broken?? Also, I believe Linux userbase is significantly smaller than mobile user base, and im afraid LE author will learn that hard way. It should be done what was le2.x community requiring a year plus ago, and now will be a lead dog on the particular field..
-
..this is exactly what LE2.x folks claimed some time back, and it was refused because 'market is on mobile platforms'..pity to see such talented guy, wasting time and community on to wrong business decisions..
-
..this situation seems to be rather identical or very similar to crossroad between LE2.x Leadwerks 3.x, when existing user base asked for desktops(WIN/Linux/OSX) what was rejected in favors of mobiles..deja vu..
-
Great idea...I have had such thoughts, based on hope that le2.x will turn to be open source, after le3 was released, so some of us with large codebase around le2.x could push it further, and even extend it as a cross platform, open source comunity project...good dreams..
-
I do not have Leadwerks 3, but im carefully observing forums, as I may look for it, but not at this moment. Having said that and regarding this topic, have you guys maybe pinpointed which part of your scene causing fps drop? I would really like to know.
-
..actually, its rather simple to do that..it doesn't require any additional checking, but volume check..now, what im about to say is based on my understanding of Leadwerks 3, i dont have, but i expect that simple command set for sounds are same as LE2. ..if you want your enemies to hear you(main character), basically, you will simply, attach 3D sound you want enemy to hear to each enemy with EXACT settings your main character have..by saying attach 3D sound to enemy, I mean, keep position 3D sound you want enemy to hear, to exact enemy location..lets call that sound a marker sound. Marker sound should be just silence, 1 sec or so. Now this is what you do: 1) Load marker sound with exact settings as sound you want enemy to hear from main player, such as footsteps, and so on(range, etc) 2) Play marker sound(silence) in a loop, so you cant hear it anyway 3) Every time enemy moves, reposition marker sound at enemy position 4) Every time main character moves, check VOLUME of your marker sound(this depending are you want to listen walking sounds or reloading weapons, etc, adjust check based on this and individual marker sound) 5) If marker sound volume is over 0.0, enemy HEAR your main character On the top of this, you can add any additional check such as visual sighting, etc, to improve your AI, if you want to.. This will do..tested and it works.. I hope it helps
-
My question wasnt related to any of tools discussed here..I just thought, you may be lurking on other side of modelling where accuracy is main objective, and if so, Im interested to see what is it done on that field..
-
@ YouGroove ..it seems you are messing with plenty of different tools..having said that, have you did anything in terms of modelling, technically accurate?? eg. building a structure out of DXF files or so??
-
I think its normal behaviour. Keep in mind that you watching visual interpretation of physics body, exposed as a wireframe trough renderer, while at same time renderer and physics update, ticking on a different way, what you see as a difference on rendering interpretation side, while physically, its all fine as your camera/characters, moving just fine. I believe, that behaviour is normal thing to see.
-
..hi guys..do you know any SDK tools available for Android/IOS, what can be used to develop karaoke style game, (recording voice and then scoring, etc etc) ?? I couldn't find anything specific. I know i can do it with BASS lib, but i would rather go for something established for such task, if exists..anything?