[Halo 2]Pointer Tool V3.0 *Update*
- kornkidcrazy
- Posts: 1032
- Joined: Sun Aug 21, 2005 10:48 am
- Location: In My Cave!!! Team: Halo GAMA
- Contact:
![]() |
![]() |
![]() |
![]() |
If you wanted to, you can change the text for the Size to this...
Size.Text = "Map Size: " & Math.Round(HaloMap.DecompressedSize / 1000) / 1000 & " MB"
Just change the blue text to whatever your Text Label is Pointing to.
That is for VB.
C#
Size.Text = Math.Round(HaloMap.DecompressedSize / 1000) / 1000 + " MB";
Again, Just change the blue text to whever your text label is pointing to.
It makes it so it turns out like this: Map Size: 44.560 MB. Looks better then 46724546.
Size.Text = "Map Size: " & Math.Round(HaloMap.DecompressedSize / 1000) / 1000 & " MB"
Just change the blue text to whatever your Text Label is Pointing to.

C#
Size.Text = Math.Round(HaloMap.DecompressedSize / 1000) / 1000 + " MB";
Again, Just change the blue text to whever your text label is pointing to.

It makes it so it turns out like this: Map Size: 44.560 MB. Looks better then 46724546.
- MasterChief2829
- Posts: 1184
- Joined: Sun Dec 26, 2004 2:18 pm
![]() |
![]() |
- MasterChief2829
- Posts: 1184
- Joined: Sun Dec 26, 2004 2:18 pm
![]() |
![]() |
Its worked fine for me you might get an error when you first open the map to change the magic but you can just press continue and go ahead and change it.. at least it worked fine for me when i did.
The raw editor makes it easy to relink all the raw files to the bsp after you have both the new raw and bsp meta in your map.
The raw editor makes it easy to relink all the raw files to the bsp after you have both the new raw and bsp meta in your map.
- DoorM4n
- Readers Club
- Posts: 2530
- Joined: Mon Aug 15, 2005 2:48 pm
- Location: Smurf Village Team: Team DeFiance
![]() |
![]() |
Well, I am truly determined to get this bsp conversion down. So i made a video tutorial on all that i do. This time i didnt even bother using the tutorial you made shade due to the fact I have basically memorized the entire document because of so many times I have attempted this and failed. If you have time to do so, please download this 5 min video on my tutorial to see if I'm doing anything wrong.
BTW, I KNOW I have forgotten about 5 steps. Don't scream too loud when you see all my errors please cause its late.
Thx a trillion for being concerned when I know you have better things to do.
BTW, I KNOW I have forgotten about 5 steps. Don't scream too loud when you see all my errors please cause its late.

Thx a trillion for being concerned when I know you have better things to do.
- Attachments
-
- BSP Conversion Video.rar
- THIS IS NOT A BSP CONVERSION TUTORIAL, THIS IS MY FAILURE ! =P
- (7.23 MiB) Downloaded 25 times
Last edited by DoorM4n on Thu Apr 06, 2006 7:48 pm, edited 1 time in total.
The maximum signature size is 500x120px at 75kb.
- DoorM4n
- Readers Club
- Posts: 2530
- Joined: Mon Aug 15, 2005 2:48 pm
- Location: Smurf Village Team: Team DeFiance
![]() |
![]() |
Ok well thats good news. I'm very eager to see where I went wrong.
BTW, I got this **** from www.download.com and therefore its just a trial. Here is the specific link.
http://www.download.com/Easy-Screen-Cap ... ag=lst-0-2
WinRar is perfect for compressing the video as well because the video is 55mbs but rared its 7 mbs. =P
BTW, I got this **** from www.download.com and therefore its just a trial. Here is the specific link.
http://www.download.com/Easy-Screen-Cap ... ag=lst-0-2
WinRar is perfect for compressing the video as well because the video is 55mbs but rared its 7 mbs. =P
The maximum signature size is 500x120px at 75kb.
- MasterChief2829
- Posts: 1184
- Joined: Sun Dec 26, 2004 2:18 pm
![]() |
![]() |
-
- Posts: 169
- Joined: Sat Feb 26, 2005 3:05 pm
- Location: halopatch.com
![]() |