GumpStudio, plug-in needed

This is where you can post about tools related specifically to the POL Server itself

Moderator: POL Developer

Post Reply
dr_bliss
New User
Posts: 20
Joined: Mon Aug 07, 2006 2:02 am
Location: Poland -->Torun ->my room ->my computer

GumpStudio, plug-in needed

Post by dr_bliss »

I've downloaded GumpStudio, which should help me in creating gumps for POL scripts, but... I don't have a plug-in, which can export a gump to a POL compatible script. So... Maybe somebody has this plug-in?? I can't find it, but I know it exist...

You can download GumpStudio here: http://www.gumpstudio.com/GumpStudio_1_7.zip
Danielle
Grandmaster Poster
Posts: 104
Joined: Tue Feb 07, 2006 3:32 pm
Location: Pittsburgh, Pennsylvania

Post by Danielle »

There was one written for POL at one time but it was for an older version of gump studio and just crashes on the latest versions (crashes with 1.6 and 1.7 at least).
dr_bliss
New User
Posts: 20
Joined: Mon Aug 07, 2006 2:02 am
Location: Poland -->Torun ->my room ->my computer

Post by dr_bliss »

So, maybe you know on which website I can find older version of Gump Studio and this plug-in?? I'm looking for any program, which can help me in creating gumps... Writing gump's code takes me too much time
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Post by Yukiko »

Here is a compiled version of POL Gump Designer that used to be included in the POL SVN Distro release. I hope it is helpful.

One thing you must do is convert the hexadecimal numbers for the gump art to decimal because the compiler will not accept gumpart in hex.
Attachments
PGumpDesigner.zip
POL Gump Designer. Known issue is gump art numbers are in hex and must be converted to decimal.
(24.98 KiB) Downloaded 705 times
runtest
Grandmaster Poster
Posts: 194
Joined: Sat Aug 05, 2006 11:43 am

Post by runtest »

This is a life saver thank you so much. Make sure this link stays fresh.
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Post by Yukiko »

Which one?

The one I posted is on the POL server so it should be fresh as long as the POL forums are here.

*grins*
User avatar
ELSoft
Journeyman Poster
Posts: 61
Joined: Sun Jun 18, 2006 7:45 pm

Post by ELSoft »

Try to use this tool ... Is not a plug-in but is have the same function.

https://sourceforge.net/projects/jspheretopol/
Nando
POL Developer
Posts: 282
Joined: Wed Sep 17, 2008 6:53 pm
Contact:

Re: GumpStudio, plug-in needed

Post by Nando »

Don't know if anyone still needs it, but I started using Gump Studio these days and I just finished developing POLGumpExport Plugin for it. :)

It's based on the source of the SphereGumpExport I got, but rewrote some parts to let it be usable with pol scripts. I'd be pleased if anyone could test and report here an "ok". Hope it's useful for someone else ;)

I'm also attaching Gump Studio 1.8R2 (the new one) as I couldn't easily find it.

[edit]

Added v1.1 with gump pkg support. If there's any problem, please let me know.

[/edit]
Attachments
POLGumpExport v1.1.zip
Plugin for Gump Studio that allows exporting for the bare (SendDialogGump) format and distro gumps pkg.
(9.69 KiB) Downloaded 488 times
POLExportPlugin v1.1 - Source.zip
Source for the 1.1 version
(226.99 KiB) Downloaded 400 times
GumpStudio_1_8_R2.zip
Very useful piece of software
(300.19 KiB) Downloaded 480 times
Last edited by Nando on Mon Dec 08, 2008 1:39 pm, edited 1 time in total.
User avatar
CWO
POL Expert
Posts: 1158
Joined: Sat Feb 04, 2006 5:49 pm
Location: Chicago, IL USA

Re: GumpStudio, plug-in needed

Post by CWO »

I'll give it a run tonight if I have the time. Its great to see someone attempt to make a new plugin that exports in POL format. I have the entire staff interface to rewrite for my shard right now and I'm creating a lot more gumps then ever to stop making things so memory based. So I'll give it a good amount of tests.
Nando
POL Developer
Posts: 282
Joined: Wed Sep 17, 2008 6:53 pm
Contact:

Re: GumpStudio, plug-in needed

Post by Nando »

version 1.1, probably the last one too
Nando
POL Developer
Posts: 282
Joined: Wed Sep 17, 2008 6:53 pm
Contact:

Re: GumpStudio, plug-in needed

Post by Nando »

Should I take no replies as a "Yes, it's working!"? :D
User avatar
CWO
POL Expert
Posts: 1158
Joined: Sat Feb 04, 2006 5:49 pm
Location: Chicago, IL USA

Re: GumpStudio, plug-in needed

Post by CWO »

I actually haven't had time to test it yet. I'll reply working or not.
User avatar
CWO
POL Expert
Posts: 1158
Joined: Sat Feb 04, 2006 5:49 pm
Location: Chicago, IL USA

Re: GumpStudio, plug-in needed

Post by CWO »

Just so people can hear my response, I did test it today and its working. I'm actually using the source to append support for the old distro (095 and earlier) gump pkg also since the distro option this plugin uses is the 096+ gump pkg.
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm
Location: Cross Lanes, WV

Re: GumpStudio, plug-in needed

Post by MuadDib »

Updated sourcecode on SVN. Fix for distro export, so that it adds the TextEntry ID :x
Post Reply