Vortigem2 0 Posted February 12 Share Posted February 12 (edited) Hey gents, been a while. I'm using an old Engine made by Robin originally for Crystalshire. The engine renders shadows for the sprites but the larger my mobs get the more the shadows seem off so I want to disable them completely. I've attached an image showing my Mammoth's shadow for an example. Mammoth's Shadow Could anyone give directions for this? Many thanks! Edited February 12 by Vortigem2 Link to post Share on other sites
Mohenjo Daro 0 Posted February 13 Share Posted February 13 Hehe, it rotated them poorly XD (sorry, I just find it funny since I had that issue when doing the same thing) As for turning them off, open the vbp file with VB6 IDE. Search for something along the lines of DrawShadow, and comment it out. Or, you can go to the DrawShadow sub, and add a Exit Sub for the first line. After either of those, save it and compile it (File -> Make ENGINE_NAME.exe) Link to post Share on other sites
Vortigem2 0 Posted February 13 Author Share Posted February 13 7 hours ago, Mohenjo Daro said: Hehe, it rotated them poorly XD (sorry, I just find it funny since I had that issue when doing the same thing) As for turning them off, open the vbp file with VB6 IDE. Search for something along the lines of DrawShadow, and comment it out. Or, you can go to the DrawShadow sub, and add a Exit Sub for the first line. After either of those, save it and compile it (File -> Make ENGINE_NAME.exe) Awesome!! Thanks big guy! Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now