Search found 109 matches

by modder4321
Mon May 15, 2006 10:48 am
Forum: Modding Discussion
Topic: Lets discuss what we have not accomplished in Halo 2 modding
Replies: 78
Views: 3700

Re: Lets discuss what we have not accomplished in Halo 2 mod

x088x wrote:-Custom animation/animation editing
to do that u need to be able to extract, inject and edit scripts.
by modder4321
Fri Apr 21, 2006 6:15 am
Forum: Modding Discussion
Topic: Fall Damage in SP
Replies: 10
Views: 780

That's the thing...I don't want to be invincible. I'm building a version in which the enemy count through the whole Legendary Campaign has been tripled, and I don't want invulnerability. I guess I can sacrifice the super jumping but I was really hoping for a solution that would let me have my cake ...
by modder4321
Wed Apr 12, 2006 2:51 am
Forum: Modding Discussion
Topic: [Web Page] LOL wat stupid pll
Replies: 17
Views: 1195

the whole site is illegal.


selling apps for money - illegal(because non are theirs)
hosting the new maps - illegal
selling mods - illegal(because non are theirs)
by modder4321
Wed Apr 12, 2006 2:48 am
Forum: Programming
Topic: [Sources, Apps, & Tut's]Programing For Halo 2 *VB and C#
Replies: 36
Views: 15550

no offence to jefff but it think this one is better and maybe replaces jefff's? its modern times, time for the future the points of jefff's tutorial was to get people interested and convert the vb.net and add more stuff to it. although this still isnt the best. the loading tags doesnt load scripts ...
by modder4321
Wed Apr 12, 2006 2:46 am
Forum: Programming
Topic: [VB 2005] Making your app choose multiple options.
Replies: 11
Views: 1132

Dos Mes wrote:Ummm no. I meant Close()
in vb.net2005 its me.Close()
by modder4321
Sat Apr 08, 2006 6:28 am
Forum: Programming
Topic: Visual Basic 2005 Express Edition Question
Replies: 3
Views: 512

Sarge Derek wrote:thanx! i completely forgot about the + sign lol, it was textboxname= textboxname.text + "blahblahblah"
or just

textboxname.text &= "w/e"

textboxname.text += "w/e"

both work
by modder4321
Tue Mar 21, 2006 3:58 am
Forum: Programming
Topic: Visual Basic Questions
Replies: 49
Views: 2171

Yeah, but with .net, you need the .net framework. And if you are using a version 0.000.01 lower than it doesn't work. With VB6, it's standard stuff (except for most controls) Plus, can you do a line using the line (x,y)-(x,y) command? That's the biggest problem I have with .NET right now, and it is...
by modder4321
Sat Mar 18, 2006 9:51 am
Forum: Programming
Topic: 2 questiongs about file types
Replies: 4
Views: 640

u goto register the filetype(#1)
by modder4321
Thu Feb 23, 2006 6:51 am
Forum: Modding Discussion
Topic: Making Teleporters Visible
Replies: 1
Views: 332

Re: Making Teleporters Visible

I have recently added a teleporter to a map and i was wondering if anybody knows how to make it visible. It's on turf and i have added the portal entrance at the shotguns spawn coordinates and i have the exit on top of the map. i was thinking i could just place the green portal thign at those same ...
by modder4321
Sat Jan 28, 2006 8:37 am
Forum: Programming
Topic: How do I...
Replies: 17
Views: 967

if ur talking about saving so next time u open it has the same stuff u could do something like... dim sw as new system.io.streamwriter(path) sw.writeline(combobox1.items.count) for i as long = 0 to combobox1.items.count - 1 sw.writeline(combobox1.items(0)) next which would save the stuff and to load...
by modder4321
Wed Jan 18, 2006 4:28 pm
Forum: Modding Discussion
Topic: pics
Replies: 10
Views: 681

VoYdE wrote:that backwash sky look awesome! but i can think of what map you got it from

???? and if its a custom can i have it ha?
load terminal and look up
by modder4321
Wed Jan 18, 2006 3:51 pm
Forum: Modding Discussion
Topic: SP-> MP Convertion?
Replies: 2
Views: 514

having the same amount of verts is lazy adding but then u would also need the same amount of indicies(faces). it would be easy to just import the verts and faces and relink
by modder4321
Wed Jan 18, 2006 2:43 pm
Forum: Programming
Topic: Writing float values to hex
Replies: 4
Views: 675

wats ur aim klazor i will help u with this
by modder4321
Sun Jan 15, 2006 10:43 am
Forum: Programming
Topic: Password Encrypting: Visual Basic 6.0
Replies: 2
Views: 517

ya well it doesnt work if u tell everyone how to do...
by modder4321
Sat Jan 14, 2006 5:21 am
Forum: Programming
Topic: Hacking Challenge
Replies: 20
Views: 2542

its not hard.

1 way of encrypting which is my favorite is...

encode the pass into hex then simply strrev it.

then u got an encoded pass lmao
by modder4321
Sun Jan 08, 2006 10:56 am
Forum: Programming
Topic: Visual C#2005
Replies: 8
Views: 909

i am talking about vb.net. and i did say it my opionon

and vb6 is to old and slow to be a part of vs.net and also vs.net note it has only .net langauges
by modder4321
Sat Jan 07, 2006 1:31 pm
Forum: Programming
Topic: Hacking Challenge
Replies: 20
Views: 2542

zor = decompiler basicly with it u can decompiler it to source edit so it works.
by modder4321
Sat Jan 07, 2006 11:40 am
Forum: Programming
Topic: [DLL] loadtags and addbytes *example proj*
Replies: 15
Views: 1478

well tagid should be dimmed as

0 to realtagcount - 1

that error means ur trying to do something like

dim some(0 to 9) as string
some(100) = "this will have an error because its not a valid number in th array"
by modder4321
Sat Jan 07, 2006 10:40 am
Forum: Programming
Topic: Modding Program
Replies: 5
Views: 823

i mean i still ues vb6 for somethings(like releasing trainers) because not everyone has 2.0 but if im making something for just me or my friends then i use 2.0 or making modding programs.
by modder4321
Sat Jan 07, 2006 10:37 am
Forum: Programming
Topic: [DLL] loadtags and addbytes *example proj*
Replies: 15
Views: 1478

debug it and c wat if it doesnt go into(does it not find hlmt or the tagname?)

then i can help its possible that i accidently did something so the tagtag's are reversed...