Page 1 of 2

MudGen v2.0

Posted: Thu Jan 01, 1970 12:00 am
by dreimas
Awhile back, I released a version of MudGen that created the Spells, Armour, Weapons, Races and Classes pages for the MudRev website. Well since then I've completly rewrote it in C#, as well as released it as OpenSource if anyone wants to take a look at it. You do need .NET version 1.1+ to run it though. If you are not sure you have it, run the installer, it will tell you if you do. As always, an example of what the program can do for your bbs: www.untryiampi.com





New Features Include:

* Automated FTP Upload of files to host

* Faster Generation times

* Installer

* Completly self-contained, no additional modules needed.

* Wizard to walk you through the configuration.





Any suggestions, please post below. I will be happy to include them in the next release.



Next release will include

* Boss listings

* Consolidated stat's of Suites (red leather gear, etc etc)





Install File

Zip of Executable

Zip of Source

Re: MudGen v2.0

Posted: Thu Jan 01, 1970 12:00 am
by Drago
I'm not sure about the viability of it, but perhaps finding a list of class/race specific weapons/armor ? Just a suggestion.

Re: MudGen v2.0

Posted: Thu Jan 01, 1970 12:00 am
by PeterParker
When I go to use it to generate, I get this error....



************** Exception Text **************

System.NullReferenceException: Object reference not set to an instance of an object.

at Pages.CDataStore.casts(Int32 spell, Int32 percent)

at Pages.CDataStore.ItemsAbilityString(CItem Weapon, Int32 x)

at Pages.CDataStore.RunWeaponsPages()

at Pages.CDataStore.Run(ListTypes Page)

at Central.MainForm.Generate_Click(Object sender, EventArgs e)

at System.Windows.Forms.CommandBarControl.OnClick(Eve ntArgs e)

at System.Windows.Forms.CommandBarControl.PerformClic k(EventArgs e)

at System.Windows.Forms.CommandBar.PerformClick(Comma ndBarItem item)

at System.Windows.Forms.CommandBar.WndProc(Message& message)

at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)

at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)





************** Loaded Assemblies **************

mscorlib

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll

----------------------------------------

MudGen

Assembly Version: 2.0.0.0

Win32 Version: 2.0.0.0

CodeBase: file:///D:/downloads/MudGen-2.0/MudGen.exe

----------------------------------------

System.Windows.Forms

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll

----------------------------------------

System

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll

----------------------------------------

CommandBar

Assembly Version: 2.1.0.0

Win32 Version: 2.1.0.0

CodeBase: file:///D:/downloads/MudGen-2.0/CommandBar.DLL

----------------------------------------

System.Drawing

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll

----------------------------------------

Setup

Assembly Version: 2.0.0.0

Win32 Version: 2.0.0.0

CodeBase: file:///D:/downloads/MudGen-2.0/Setup.DLL

----------------------------------------

Ability

Assembly Version: 2.0.0.0

Win32 Version: 2.0.0.0

CodeBase: file:///D:/downloads/MudGen-2.0/Ability.DLL

----------------------------------------

System.Xml

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll

----------------------------------------

System.Data

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll

----------------------------------------

Pages

Assembly Version: 2.0.0.0

Win32 Version: 2.0.0.0

CodeBase: file:///D:/downloads/MudGen-2.0/Pages.DLL

----------------------------------------



************** JIT Debugging **************

To enable just in time (JIT) debugging, the config file for this

application or machine (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.



For example:











Help.....

Re: MudGen v2.0

Posted: Thu Jan 01, 1970 12:00 am
by dreimas
I private messaged you. I will try to resolve this ASAP.

Re: MudGen v2.0

Posted: Thu Jan 01, 1970 12:00 am
by dreimas
Link's updated to resolve issue. Sorry about the delay.

Re: MudGen v2.0

Posted: Thu Jan 01, 1970 12:00 am
by PeterParker
Quote:





Originally Posted by dreimas


Link's updated to resolve issue. Sorry about the delay.







I hate to be a pain but...



See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.



************** Exception Text **************

System.NullReferenceException: Object reference not set to an instance of an object.

at Pages.CDataStore.RunWeaponsPages()

at Pages.CDataStore.Run(ListTypes Page)

at Central.MainForm.Generate_Click(Object sender, EventArgs e)

at System.Windows.Forms.CommandBarControl.OnClick(Eve ntArgs e)

at System.Windows.Forms.CommandBarControl.PerformClic k(EventArgs e)

at System.Windows.Forms.MenuBarItem.OnClick(EventArgs e)

at System.Windows.Forms.MenuItemData.Execute()

at System.Windows.Forms.Command.Invoke()

at System.Windows.Forms.Control.WmCommand(Message& m)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.CommandBar.WndProc(Message& message)

at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)

at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)





************** Loaded Assemblies **************

mscorlib

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll

----------------------------------------

MudGen

Assembly Version: 2.1.0.0

Win32 Version: 2.1.0.0

CodeBase: file:///D:/downloads/MudGen-2.1/MudGen.exe

----------------------------------------

System.Windows.Forms

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll

----------------------------------------

System

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll

----------------------------------------

CommandBar

Assembly Version: 2.1.0.0

Win32 Version: 2.1.0.0

CodeBase: file:///D:/downloads/MudGen-2.1/CommandBar.DLL

----------------------------------------

System.Drawing

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll

----------------------------------------

Setup

Assembly Version: 2.1.0.0

Win32 Version: 2.1.0.0

CodeBase: file:///D:/downloads/MudGen-2.1/Setup.DLL

----------------------------------------

Ability

Assembly Version: 2.1.0.0

Win32 Version: 2.1.0.0

CodeBase: file:///D:/downloads/MudGen-2.1/Ability.DLL

----------------------------------------

System.Xml

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll

----------------------------------------

System.Data

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll

----------------------------------------

Pages

Assembly Version: 2.1.0.0

Win32 Version: 2.1.0.0

CodeBase: file:///D:/downloads/MudGen-2.1/Pages.DLL

----------------------------------------





I tried both the zip file and the install file and I got the error with both....

Re: MudGen v2.0

Posted: Thu Jan 01, 1970 12:00 am
by dreimas
What export are you running...

Re: MudGen v2.0

Posted: Thu Jan 01, 1970 12:00 am
by PeterParker
Quote:





Originally Posted by dreimas


What export are you running...







I made a brand new export for MMUD Explorer. Made with the latest version of Nightmare.

Re: MudGen v2.0

Posted: Thu Jan 01, 1970 12:00 am
by syntax53
Quote:





Originally Posted by PeterParker


I made a brand new export for MMUD Explorer. Made with the latest version of Nightmare.





i'm not sure, just speculating until dreimas has a chance to respond, but maybe it reads the standard export files, not the mmud explorer ones. couldn't hurt to try.

Re: MudGen v2.0

Posted: Thu Jan 01, 1970 12:00 am
by PeterParker
I'll give it a shot...thanx