Page 1 of 1

HMTPC - Halo Map Tools Plugin Creater

Posted: Sat Nov 13, 2004 10:03 pm
by Phenomena
this is a program ive been working on (with help from yomama and [CL]9mm-Man)

its a program that can let you easly create plugns for hmt, but some knowledge of plugin making is needed.

Image

Posted: Sun Nov 14, 2004 9:41 am
by soten355
seems cool, good job

Posted: Sun Nov 14, 2004 11:19 am
by mojo
nice job is it out yet or when will it be

Posted: Sun Nov 14, 2004 11:20 am
by Locke
mojo wrote:nice job is it out yet or when will it be
Still in beta. Ive been working on it.

Posted: Sun Nov 14, 2004 11:53 am
by [CL]9mm-Man
I think you'll find i've been working on it as well.. hehe jk... well I helped out so that was cool. Looking good but the calculator doesnt work yet.

Posted: Sun Nov 14, 2004 12:20 pm
by kaptainkommie
You can't start the calculator? That's pitiful guys.

ShellExecute(NULL, "open", "%SystemRoot%\System32\calc.exe", NULL, SW_SHOW);

Posted: Sun Nov 14, 2004 12:44 pm
by [CL]9mm-Man
Thanks man, I would have never figured that out... Also, can you maybe have a word with Tack122, cuz he keeps locking some ones thread, I could have helped him. The reason the guy keeps posting it, is because he would like it to be answered, sounds fair to me, thats why this is a scripting section.

Posted: Sun Nov 14, 2004 1:16 pm
by Phenomena
no the the command button works but i was trying to get an actuall calcultor in the program, not a command button

and its Shell ("C:\WINDOWS\system32\calc.exe") :P

Posted: Sun Nov 14, 2004 3:43 pm
by Locke
kaptainkommie wrote:You can't start the calculator? That's pitiful guys.

ShellExecute(NULL, "open", "%SystemRoot%\System32\calc.exe", NULL, SW_SHOW);
That works to, probably better.

Posted: Mon Nov 15, 2004 2:08 pm
by [CL]9mm-Man
Is there any way that you can make it so you have to select where the file you want to load is, if you have some thing different from WIndows XP the folders might different names. Would this work:

Code: Select all

Private Sub cmdlaunch_Click()
'show common dialog box
cd.ShowOpen
'load halo map tools
LoadFile cd.FileName
End Sub
Some thing like that might.

Posted: Fri Nov 26, 2004 1:02 pm
by Tack122
is it done yet?

Posted: Fri Nov 26, 2004 1:20 pm
by Locke
Its done. But waiting for him to release it

Posted: Fri Nov 26, 2004 5:12 pm
by Phenomena
lol ive been adding some shit to it... to make it more.... better :P

Posted: Sat Jan 01, 2005 8:56 pm
by Phenomena
bump :D

lol ya i kinda forgot about this after my i had to reformat... but heres a better (much cleaner) version of it...

http://files.halomods.com/viewtopic.php?t=23351