Search found 13 matches

by chiefdestroyer
Wed May 24, 2006 2:46 am
Forum: Project Recruitment
Topic: From UniHalo to Alchemy - Application recruiting
Replies: 25
Views: 3457

no offence but you might as well rename it attempted entity ripoff you should make it different we don't want halo 2 map editors to turn out like the resigner craze that went on where everyone was creating halo 2 map resigners and guys there are a few other people making map editors just letting you...
by chiefdestroyer
Mon May 22, 2006 8:35 pm
Forum: Programming
Topic: sbsp viewer help
Replies: 9
Views: 1457

well i think you should get AIM becuase it is like all the halo modding people have it personly i am a msn person as well but i was forced into getting AIM to keep incontact with poke and all the rest i have added you on msn but i don't want to give out my msn to too many people my msn starts with a...
by chiefdestroyer
Mon May 22, 2006 2:19 am
Forum: Programming
Topic: sbsp viewer help
Replies: 9
Views: 1457

SBSP Viewer

creating a simple bsp viewer is not too difficult but will depend on how much you know about 3d modeling and your 3d framework (directx for most) and halo 2 raw data (it's mesh format) if you are using vb i do not have a clue how to go about it but in c# or java i would build my own data structure f...
by chiefdestroyer
Mon Apr 03, 2006 12:00 am
Forum: Programming
Topic: Loading XML Plugins in a app
Replies: 3
Views: 770

XML Plugin

well it helps to know the programming language with C# and any other OOP language there are two options you can read it and display it directly C# System.IO.StreamReader sr = new System.IO.StreamReader(fileName); System.Xml.XmlTextReader xr = new System.Xml.XmlTextReader(sr); System.Xml.XmlDocument ...
by chiefdestroyer
Thu Mar 30, 2006 11:18 pm
Forum: Programming
Topic: DDS
Replies: 17
Views: 2297

cause it was better than getting abused for creating a new topic based on the same kinda of problem (DDS). but any one got any ideas of why it does have the problems there is a output file of what it puts out currently
by chiefdestroyer
Wed Mar 29, 2006 11:52 pm
Forum: Programming
Topic: DDS
Replies: 17
Views: 2297

DDS troubles

I am also having difficult rendering and outputting some DDS files DXT ones i am extracting them from the make and decoding them into a raw rgba stuct and then adding a bitmap header onto them and turning it into a bufferedImage and then rendering it PROBLEMS puts a blue shade of there image reverse...
by chiefdestroyer
Mon Feb 06, 2006 10:14 pm
Forum: Programming
Topic: [Tutorial] Programming a Simple Text Editor in C#
Replies: 20
Views: 5428

dam i thought i have found another java programmer that was interested in halo cause it would be really handy to know someone else that could help with some of my projects not really how to do stuff help more cutting the project size in half help and would be extremly handy for a idea of a project t...
by chiefdestroyer
Mon Feb 06, 2006 1:37 am
Forum: Programming
Topic: [Tutorial] Programming a Simple Text Editor in C#
Replies: 20
Views: 5428

ok alot of people say that but i don't really see how i know it's swing components are very efficient on memory but other than that i reckon it is pretty average not that i have been comparing i guess it also depends on what you are doing with it but i like it cause it is so proper and you can just ...
by chiefdestroyer
Sun Feb 05, 2006 10:00 pm
Forum: Programming
Topic: [Tutorial] Programming a Simple Text Editor in C#
Replies: 20
Views: 5428

programming

i agreee with LiguidEnforcer if you learn c++ you can learn anything i have not learnt c++ but i have looked at it i personal don't think i want to learn it i have also kinda learnt VB and have learnt c# and am a very good programmer at java i reckon java is a much better langauge cause it is very p...
by chiefdestroyer
Thu Jan 19, 2006 9:40 pm
Forum: Programming
Topic: DDS
Replies: 17
Views: 2297

.dds files rednering code

i also had a try at loading .dds files into picture holder of some kind but i can not just import a libary cause i am using java so i ended up looking through darkmatter source code on how he rendered the .dds files not easy stuff i have not done it yet but if you want to do it with out libarys the ...
by chiefdestroyer
Thu Sep 29, 2005 1:43 am
Forum: Programming
Topic: WE NEED A JAVA TUTORIAL
Replies: 2
Views: 921

Java

Good to see someone else wanting to use java!!! what you planing to make halo map editor or something else!!!!! the best thing you should use is eclipse it will pickup any errors in your code and it is very good for debuging your programs I would use Borland JBuilder X for getting code examples usin...
by chiefdestroyer
Thu Sep 29, 2005 12:41 am
Forum: Programming
Topic: xoring dwords of data in Java or C (Encryptomatic Signature)
Replies: 5
Views: 895

yere right

so i am meant to learn all the classes of Java and then all the methods that go under those classes yere right you try doing that i use the learn as you need method to get through programing No i am not been programing for long but i have person who is teaching me it. and have any of u's actually tr...
by chiefdestroyer
Sat Sep 24, 2005 9:54 am
Forum: Programming
Topic: xoring dwords of data in Java or C (Encryptomatic Signature)
Replies: 5
Views: 895

xoring dwords of data in Java or C (Encryptomatic Signature)

Could someone please tell me the basic code for xoring dwords of data in Java. But if not can someone please tell me how it is done in C. i need it for Resigning Halo 2 map files.

Why is no one using Java for modding map files??