HMTPC - Halo Map Tools Plugin Creater

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
Phenomena





Posts: 1510
Joined: Thu Jul 01, 2004 3:25 pm
Location: Training my ducks
Contact:

HMTPC - Halo Map Tools Plugin Creater

Post 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
soten355





Posts: 29
Joined: Sun May 16, 2004 8:25 am

Post by soten355 »

seems cool, good job
mojo





Posts: 30
Joined: Sun Apr 04, 2004 5:09 pm

Post by mojo »

nice job is it out yet or when will it be
User avatar
Locke




Socialist Advisor Translator

Posts: 2225
Joined: Fri Aug 06, 2004 1:42 am
Location: Woot.com
Contact:

Post by Locke »

mojo wrote:nice job is it out yet or when will it be
Still in beta. Ive been working on it.
Image
Feel free to send me an instant message if you need anything.
[CL]9mm-Man




Wordewatician 500

Posts: 773
Joined: Tue May 04, 2004 7:14 am
Location: Uranus

Post 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.
Your image cannot exceed 400x200 or 50kb
kaptainkommie




Wordewatician 500

Posts: 732
Joined: Wed Nov 26, 2003 11:59 pm
Location: Raleigh, NC, USA

Post by kaptainkommie »

You can't start the calculator? That's pitiful guys.

ShellExecute(NULL, "open", "%SystemRoot%\System32\calc.exe", NULL, SW_SHOW);
[CL]9mm-Man




Wordewatician 500

Posts: 773
Joined: Tue May 04, 2004 7:14 am
Location: Uranus

Post 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.
Your image cannot exceed 400x200 or 50kb
User avatar
Phenomena





Posts: 1510
Joined: Thu Jul 01, 2004 3:25 pm
Location: Training my ducks
Contact:

Post 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
User avatar
Locke




Socialist Advisor Translator

Posts: 2225
Joined: Fri Aug 06, 2004 1:42 am
Location: Woot.com
Contact:

Post 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.
Image
Feel free to send me an instant message if you need anything.
[CL]9mm-Man




Wordewatician 500

Posts: 773
Joined: Tue May 04, 2004 7:14 am
Location: Uranus

Post 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.
Your image cannot exceed 400x200 or 50kb
Tack122





Posts: 719
Joined: Thu Mar 18, 2004 3:59 pm
Location: Moderatoe of the Halomods Forum
Contact:

Post by Tack122 »

is it done yet?
And remember people!
this place should have no affect on the other forum!
User avatar
Locke




Socialist Advisor Translator

Posts: 2225
Joined: Fri Aug 06, 2004 1:42 am
Location: Woot.com
Contact:

Post by Locke »

Its done. But waiting for him to release it
Image
Feel free to send me an instant message if you need anything.
User avatar
Phenomena





Posts: 1510
Joined: Thu Jul 01, 2004 3:25 pm
Location: Training my ducks
Contact:

Post by Phenomena »

lol ive been adding some shit to it... to make it more.... better :P
User avatar
Phenomena





Posts: 1510
Joined: Thu Jul 01, 2004 3:25 pm
Location: Training my ducks
Contact:

Post 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
Post Reply