sergyu2500 Posted January 30, 2012 Share Posted January 30, 2012 I fixed the lighting issues on the old mesh made by samogen, just to understand the lighting in Skyrim, wich I think its total crap Link to comment Share on other sites More sharing options...
samogen Posted January 30, 2012 Share Posted January 30, 2012 I fixed the lighting issues on the old mesh made by samogen, just to understand the lighting in Skyrim, wich I think its total crap lol I think its funny no-one ever tried the new mesh I made... Because all of the texture bugs where fixed... along with the holes lol... Link to comment Share on other sites More sharing options...
sergyu2500 Posted January 30, 2012 Share Posted January 30, 2012 No you got me wrong! I got your new mesh I tried to change the bump map so it doesen't look crappy anymore. Link to comment Share on other sites More sharing options...
DreamCodex Posted January 30, 2012 Share Posted January 30, 2012 actually, when i imported the werewolf mesh, i saw a whole lot of holes and its in general terrible, so in no way is it Samogens fault whether something looks like "crap" or not, in my personal opinion and from what i have seen that is of course Link to comment Share on other sites More sharing options...
TheElderInfinity Posted January 30, 2012 Author Share Posted January 30, 2012 (edited) wait, does the costant checking on the current time by the script affects performance? Short Answer: Probably not noticeably for a small script like this with such a long delay time unless Bethsda has done something truly retarded with the new scripts. (Always a possibility) Long Answer: It depends. Global Scripts, which is to say scrips attached to quests, the type which are (in most cases) necessary to affect every NPC in loaded cells for example (activating the beast form magic effect on all NPCs carrying a hidden item with identifying them as an NPC werewolf in the context of the scrip for example for example) are notorious for chewing up performance. Particularly long or complex ones (or ones that reference a few "problematic" script commands) can often drop your FPS by 2-5. That hypothetical script probably wouldn't cause a noticeable FPS drop, but combining all of the various global scripts together or running them at the same time might. Basically, its what cswiki said about Global Scripts: Don't use them if you can avoid it, and keep the number of them that are running parallel to each other to a minimum ESPECIALLY if they're changing or referencing the same Cross Script or Global Variables. Both cases could result in a script triggering certain functions prematurely or failing to trigger others, and, in extreme cases could cause a CTD if the scripts aren't perfectly synchronized, say, if a cross script variable used as a divisor in a particular script is changed to zero by a separate script running parallel to the first, resulting in a divide by zero error. That's just the tip of the iceberg with global scripts, and keep in mind that's Oblivion, and my memories a bit shoddy on some aspects of Oblivion scripting. Edited January 30, 2012 by TheElderInfinity Link to comment Share on other sites More sharing options...
DreamCodex Posted January 30, 2012 Share Posted January 30, 2012 Elder, do you know how to script in general? for example, making applications, working with game engines and such? Link to comment Share on other sites More sharing options...
TheElderInfinity Posted January 30, 2012 Author Share Posted January 30, 2012 Not really, though i'm working on a computer science minor. Working as in getting all the the calculus and such done first. Link to comment Share on other sites More sharing options...
DreamCodex Posted January 30, 2012 Share Posted January 30, 2012 very nice, im trying to see what i can do for a permanent career..im thinking of the gaming industry or 3D modeling for a career but i honestly dont know how to contact to get started Link to comment Share on other sites More sharing options...
TheElderInfinity Posted January 30, 2012 Author Share Posted January 30, 2012 Good luck. Btw good news, the guy who made This Mod offered to let us use his textures (which are pretty damn good from the look of it), and help out with the project. Though, since DreamCodex is remaking the model with squares instead of triangles, I'm not sure if we'll be able to use them right off the bat, and not even sure it would be possible to make them usable without remaking them completely. Link to comment Share on other sites More sharing options...
DreamCodex Posted January 30, 2012 Share Posted January 30, 2012 i was thinking of making some textures but im good with anything, this is all just for fun Link to comment Share on other sites More sharing options...
Recommended Posts