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

Problems/enhancements

Recommended Posts

Here are a small list of things I've encountered:

1) Entry->New = when clicking cancel, it inserts a new entry anyway.
2) When opening gbdoom2.wad, the first lump is a sound, so it always ends up playing

One enhancement I can think of, is when you extract multiple entries, you could use SelectDirectory (since its a delphi app, but I think this is more winapi related) instead of a modified file save box thing.

Apart from the occasional crash, I don't really have any problems with it, good work :)

Share this post


Link to post

1) is fixed in the latest beta. I can't believe no-one has noticed this before. Thanks for pointing it out!

2) can be turned off under Options|Entry List|Auto play sounds. If auto play sounds is on (which is the default), what you said is expected behavior.

As for export, I'd rather keep the existing dialog, I prefer that one.

Share this post


Link to post

1) awesome
2) done, but should it really play sounds at startup or a wad was opened?

I can kinda see the point of that dialog now, I guess its because you can see the files aswell.

Share this post


Link to post

I know it's a bit weird that it does that. But the event is triggered just the same as if the user clicked on that lump. I guess it would be possible to avoid this with some flags, but it would be such an ugly hack. Just don't put sounds as the first lump :-)

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  
×