Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Death Egg

Problems creating object

Recommended Posts

I was trying to create a custom object according to this Eternity Wiki article, and I keep getting the error "E_ProcessSprites: no sprite names defined." I figured it was due to my incompetency, so I copied the example work into the EDFROOT file and it still gave me the same error. Is this wiki article out of date now?

I should note I'm using the current stable release, 3.40.30.

EDIT: Looks like commenting out all the code in EDFROOT gives me the same problem, so I'm starting to think it could be something else entirely that I'm doing wrong

Share this post


Link to post

You need to do

stdinclude("root.edf")
in your own EDF file, and then define your custom definitions. Use that file as your root EDF by dragging it onto EE or using the -edf parameter, or insert it as EDFROOT into a wad/pke file. Make sure EDFROOT is in the global namespace of the wad or pke.

Share this post


Link to post

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
Sign in to follow this  
×