View Single Post
Old Aug 21st, 2005, 1:34 PM   #1
theguy0000
Programmer
 
Join Date: Jul 2005
Posts: 73
Rep Power: 4 theguy0000 is on a distinguished road
Cool [BETA] MOD maker v0.1.8

creates phpBB MODs thrugh a GUI! Completely integrated with the latest version of the phpBB MOD template, so MODs created with it should be installable with EasyMod.

So far it only creates the headers in MODs, ie
##############################################################
## MOD Title: mod_title_goes_here
## MOD Author: your_phpBB_username < your_email > (your_real_name) your_url
## MOD Description: some_description_goes_here
## MOD Version: x.x.x
##
## Installation Level: (Easy/Intermediate/Advanced)
## Installation Time: x Minutes
## Files To Edit: file_1,
##	  file_2,
##	  file_3,
##	  etc
## Included Files: (N/A, or list of included files)
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##############################################################
## MOD History:
##
##   YYYY-MM-DD - Version x.x.x
##	  - version notes go here
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

PLAN TO ADD:
- Functions (ie FIND, REPLACE WITH, OPEN, etc.)
- version notes in history
- Author notes
- installation time
- installation level
------------

so its missing some pretty important things, but thats why its only beta

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

download was too big to attach to this post, so i uploaded it to my site. you can download it at http://codewiz.xemoc.net/my_mods/beta/MODmaker.zip

note that the "bin" directory has to be in the ame directory as MODmaker.exe.

the correct hirachy should be:
MODmaker
--MODmaker.exe
--bin
----mmFunctions.au3

~~~~~~~~~~~~~~~~~~

the MODmaker.au3 file included in the zip file is the source and can be opened with any text editor.
theguy0000 is offline   Reply With Quote