Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

DirectX7 Engine -Disable Shadows?


Vortigem2
 Share

Recommended Posts

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 by Vortigem2
Link to comment
Share on other sites

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 comment
Share on other sites

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 comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...