[wssd] What should Spidey do?
- bagheadspidey
- Posts: 1490
- Joined: Sat Oct 20, 2007 10:31 pm
- Contact:
[wssd] What should Spidey do?
Well, I guess the poll speaks for itself. I leave my fate in your hands, zdoomers...
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: [wssd] What should Spidey do?
There is a Doom tool that I would love to see - a WYSIWYG status bar editor. Probably really ambitious, especially considering that SBARINFO is still evolving, but it would be awesome to see a GUI-based editor to create a status bar without all that painful coding, trial and error.
- Matt
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
- Contact:
Re: [wssd] What should Spidey do?
Oo, that sounds useful.wildweasel wrote:There is a Doom tool that I would love to see - a WYSIWYG status bar editor. Probably really ambitious, especially considering that SBARINFO is still evolving, but it would be awesome to see a GUI-based editor to create a status bar without all that painful coding, trial and error.
One suggestion if you do that, though: at least have the option of being able to change the SBARINFO text directly with the changes appearing in real time, instead of some sort of drag-and-drop interface where you can't see the underlying code.
Re: [wssd] What should Spidey do?
I support Wildweasel idea, it sounds great 

- BouncyTEM
- Posts: 3822
- Joined: Sun Aug 24, 2003 5:42 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: 2280 Lol Street: The Calamitous Carnival (formerly Senators Prison)
Re: [wssd] What should Spidey do?
ZChronos wrote:I support Wildweasel idea, it sounds great
Re: [wssd] What should Spidey do?
ZChronos wrote:I support Wildweasel idea, it sounds great
- Remmirath
- Posts: 2562
- Joined: Sun Dec 23, 2007 3:53 am
- Graphics Processor: nVidia with Vulkan support
- Location: My house
- Contact:
Re: [wssd] What should Spidey do?
Me too!Skunk wrote:ZChronos wrote:I support Wildweasel idea, it sounds great
Re: [wssd] What should Spidey do?
Yeah, it could be a drag around interface with buttons to place a new mugshot, icon, number, etc. It could be a 320x200 window or a 640x400 window. And widescreen modes that utilize the new negative values for placement.
- Cutmanmike
- Posts: 11353
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact:
Re: [wssd] What should Spidey do?
Fixed because you obviously want these specificationsphi108 wrote:Yeah, it should be a drag around interface with buttons to place a new mugshot, icon, number, etc. It should be a 320x200 window or a 640x400 window. And widescreen modes that utilize the new negative values for placement.

Re: [wssd] What should Spidey do?
Oh, and boxes showing the current x,y value of the highlighted item, that can be changed manually.
- TheDarkArchon
- Posts: 7656
- Joined: Sat Aug 07, 2004 5:14 am
- Location: Some cold place
Re: [wssd] What should Spidey do?
I umpteenth the WYSIWYG SBARINFO tool.
- Pinky's ass
- Posts: 507
- Joined: Wed Sep 05, 2007 2:17 am
- Location: ZDoom Forums
Re: [wssd] What should Spidey do?
BTW, LMAO @ last two choices.ZChronos wrote:I support Wildweasel idea, it sounds great



Re: [wssd] What should Spidey do?
Seriously, I don't think it'd be that hard would it? Just to MAKE the bar and set the offsets and everything? I mean honestly advanced scripting like animation and stuff would have to be done in ACS but they could use the program as a starting point.
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: [wssd] What should Spidey do?
Well, mainly it's just the offsets and syntax of some commands that really confuse me sometimes. I know how the offsets work, it's just a pain to have to save the SBARINFO file and test the WAD in game and just guess at how much the offset needs to be adjusted to get it to look "right".
Re: [wssd] What should Spidey do?
Yeah, the status bar thing is cool. Maybe something with three main parts, like this:
That way, it could fit with Vaecrius' request as well as with phi108's.
Code: Select all
+-----------------------------------------+
| Menu bar and stuff like that. |
+-----------------------------------------+
| Text editor part with the SBARINFO code |
| Gets automatically updated when things |
| are changed below, and automatically |
| updates the mock-up screen when it is |
| itself changed. |
| |
| |
| |
+-------------------+---------------------+
| Elements to drag | Mock-up screen |
| and drop to the | displaying the |
| mock-up screen | HUD with the |
| | current statusbar |
| | |
| | |
| | |
+-----------------------------------------+