[Tool] MOD Studio v4 (0.4) beta 4

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
19
70%
Very Good
4
15%
Good
1
4%
Fair
2
7%
Poor
1
4%
 
Total votes: 27

Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

[Tool] MOD Studio v4 (0.4) beta 4

Post by Extensions Robot »

Classification: 25 MOD Development Tools

MOD Name: MOD Studio v4 (0.4b) beta 4 july refresh
Author: smithy_dll
MOD Description: MOD Studio is an IDE for MOD Writers to take the effort out of creating MOD Templates. It is written entirely from c# code and runs on any windows operating system with the .net framework 1.1 installed.

This is alpha/beta quality software and may still have bugs. You are encoraged to submit bug reports at sourceforge. All MODs created with this should be checked with the MOD Template validator here at phpBB.com before being submitted, it is possible for this release to produce improper MOD Templates under certain conditions*.


WARNING: This is beta software. Use at your own peril!


MOD Version: 0.4
Installation Level: Easy
Installation Time: ~ 1 Minute

Download File: Most Recent version can be downloaded here
File Size: 0 Bytes

Security Score: 0
User avatar
smithy_dll
Former Team Member
Posts: 7632
Joined: Tue Jan 08, 2002 6:27 am
Location: Australia
Name: Lachlan Smith
Contact:

Post by smithy_dll »

Image

For more information see this page.
(including screen shots)

Bug Tracker
Feature Requests

Sourceforge project page
Image
Systems Engineering
User avatar
MHobbit
Former Team Member
Posts: 4761
Joined: Thu Mar 18, 2004 5:32 pm
Location: There and Back Again

Post by MHobbit »

This thread got buried quickly.

Nice work. :)
Former phpBB MOD Team member
No private support is offered.
"There’s too many things to get done, and I’m running out of days..."
PartieHonteuse™
Registered User
Posts: 27
Joined: Wed Mar 17, 2004 3:02 pm

Post by PartieHonteuse™ »

Sorry, but how do I update the "included files" list? My structure is as such..

C:\web\my mod folder\new_version\sql\sql_install.php
C:\web\my mod folder\new_version\upload\files.*
C:\web\my mod folder\new_version\upload\language\lang_english\files.*
C:\web\my mod folder\new_version\upload\admin\files.*
etc.etc.

Is there a certain place that I should put the MOD Studio .mod file to auto generate the included files?

Edit: Forgot to say that I've pushed the "Update from MOD" button and it doesn't do anything besides put an * in the title of the window telling me that the mod was changed and I need to save.

Partie™
User avatar
smithy_dll
Former Team Member
Posts: 7632
Joined: Tue Jan 08, 2002 6:27 am
Location: Australia
Name: Lachlan Smith
Contact:

Post by smithy_dll »

New version 0.2 released.

To auto generate the included files, you need to create COPY actions with the correct syntax inside as described in this KB article.

A better abstraction interface for including files is on the planned feature list for the next minor beta version 0.3, until then you will have to create the COPY actions yourself.
Systems Engineering
msr2
Registered User
Posts: 172
Joined: Thu Jun 16, 2005 1:52 pm
Location: here
Contact:

Post by msr2 »

This is cool!

its just what I wanted my MODmaker to be lol
dbee
Registered User
Posts: 27
Joined: Wed Apr 06, 2005 5:23 am

Post by dbee »

Any chance of a version for linux ???



...please :)


it looks really cool though ... good work
louva-a-Deus
Registered User
Posts: 46
Joined: Fri Mar 12, 2004 12:25 am

Post by louva-a-Deus »

I didn't get to install.

My windonw2000 gave the following mistake

Code: Select all

It was not possible to locate the library of entail dynamic mscoree.dll in the road
User avatar
battye
Extension Customisations
Extension Customisations
Posts: 11048
Joined: Wed Feb 11, 2004 11:02 am
Location: Australia
Contact:

Post by battye »

Any screenshots for the new version? :)
Customisations Team Member

https://github.com/battye/php-array-parser - Give it a Star! :D
User avatar
smithy_dll
Former Team Member
Posts: 7632
Joined: Tue Jan 08, 2002 6:27 am
Location: Australia
Name: Lachlan Smith
Contact:

Post by smithy_dll »

0.2 looks pretty much just like 0.1
Systems Engineering
User avatar
battye
Extension Customisations
Extension Customisations
Posts: 11048
Joined: Wed Feb 11, 2004 11:02 am
Location: Australia
Contact:

Post by battye »

smithy_dll wrote: 0.2 looks pretty much just like 0.1


Any 0.1 screenshots? :wink:
Customisations Team Member

https://github.com/battye/php-array-parser - Give it a Star! :D
wGEric
Former Team Member
Posts: 8805
Joined: Sun Oct 13, 2002 3:01 am
Location: Friday
Name: Eric Faerber
Contact:

Post by wGEric »

Eric
User avatar
drumstix42
Registered User
Posts: 1100
Joined: Tue Sep 24, 2002 11:01 pm
Location: NJ
Contact:

Post by drumstix42 »

This is a very cool program. I'm surprised I never looked into it more in the past. Thanks for creating it :)
Need a phpBB update or mod installed? PM me for any questions and pricing!
HostMonster.com (Unlimited Space, Unlimited Transfer, Unlimited Domains, $6.95/month )
User avatar
battye
Extension Customisations
Extension Customisations
Posts: 11048
Joined: Wed Feb 11, 2004 11:02 am
Location: Australia
Contact:

Post by battye »

Customisations Team Member

https://github.com/battye/php-array-parser - Give it a Star! :D
jelv1
Registered User
Posts: 43
Joined: Fri Oct 15, 2004 8:11 am
Location: England

Post by jelv1 »

Im getting various crashes when I try to run this.

I'm on XPPro with .NET 1.1, all MS updates applied. I unzipped the package to it's own directory using the directories embedded. I'm then running the exe directly.

First problem: Select Tools, Options. When I click Edit it crashes (this is before I've opened any files). The error is an unhandled exception. Details of error:
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 ModStudio.OptionsDialog.button3_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& 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
----------------------------------------
ModStudio
Assembly Version: 0.2.2108.39897
Win32 Version: 0.2.2108.39897
CodeBase: file:///C:/Program%20Files/ModStudio/ModStudio.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
----------------------------------------
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
----------------------------------------
ModTemplateTools
Assembly Version: 1.0.2108.38030
Win32 Version: 1.0.2108.38030
CodeBase: file:///C:/Program%20Files/ModStudio/ModTemplateTools.DLL
----------------------------------------
ModStudio.resources
Assembly Version: 0.1.2066.22986
Win32 Version: 0.1.2066.22986
CodeBase: file:///C:/Program%20Files/ModStudio/en/ModStudio.resources.DLL
----------------------------------------
ModFormControls
Assembly Version: 1.0.2108.39558
Win32 Version: 1.0.2108.39558
CodeBase: file:///C:/Program%20Files/ModStudio/ModFormControls.DLL
----------------------------------------
ICSharpCode.TextEditor
Assembly Version: 1.0.3.1768
Win32 Version: 1.0.3.1768
CodeBase: file:///C:/Program%20Files/ModStudio/ICSharpCode.TextEditor.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
----------------------------------------

************** 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:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.


I'll not detail the other errors as I guess they are probably all down to the same cause.

Suggestions please.
John
Post Reply

Return to “[2.0.x] MOD Database Releases”