Mac ThirdPerson App *Need Help!*

Discuss general issues about modding HaloPC. Post ideas for mods here.
Post Reply
Tyler777





Posts: 570
Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:

Mac ThirdPerson App *Need Help!*

Post by Tyler777 »

I Keep Getting 2 Syntax errors when i try to run it so idk can anyone help that knows RB?

I Get those errors when i try to build the app yes apps complete once those errors are fixed macs will have a app for 3rd person
Image

Here is What the GUI will look like
Image
User avatar
bcnipod





Posts: 3580
Joined: Tue May 15, 2007 8:52 am
Location: 45 Minutes outside Boston
Contact:

Post by bcnipod »

This might sound like a stupid question but will we have to own RB to run this or will it be a stand-alone application?
User avatar
Altimit01




Connoisseur Snitch! Literarian 500

Posts: 947
Joined: Sun Jun 04, 2006 12:10 pm

Post by Altimit01 »

No you won't need RB. This thing about coding as opposed to scripting is it compiles to an executable. Every app I've released was written in RB. Only one of them needed an extra component either installed or kept locally and it was a simple matter of tucking it into the frameworks folder of the application bundle.

Errors:
"rbGlobal module" is an illegal name. Object names cannot contain spacing. Try using "rbGlobal_module" or simply "rbGlobal".

"Call" is a reserved key wrod for a function used by RB, specifically allowing you to run functions and not have to use their output. (yes you can get errors for simply invoking functions that return a value if you don't use the value.) You can delete the method since according to the version you put on hdev it's a dummy function anyway.
Image
Download Eschaton: Halomods | Filefront | Mediafire
Tyler777





Posts: 570
Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:

Post by Tyler777 »

thanks alt main helped me with 1 error but i deleted the call stuff but i still get the call error any ideas?
User avatar
bcnipod





Posts: 3580
Joined: Tue May 15, 2007 8:52 am
Location: 45 Minutes outside Boston
Contact:

Post by bcnipod »

look at your post on Halo Dev forums. Main posted something for you.
Tyler777





Posts: 570
Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:

Post by Tyler777 »

i know that got rid of the fist problem its basicly what alt just said but still getting the vblib error
Main





Posts: 262
Joined: Sat Mar 05, 2005 5:53 pm
Location: 0x402AB038-Speed(Float).

Post by Main »

Tyler777 wrote:i know that got rid of the fist problem its basicly what alt just said but still getting the vblib error
Yeah, go into that lib area and delete the VB checker, it's the first one on the list.
Image
Very small due to Signature Regulations.
Tyler777





Posts: 570
Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:

Post by Tyler777 »

altimit is helping me clean up the errors in it
halomacmodder





Posts: 159
Joined: Thu Sep 07, 2006 3:16 pm

Post by halomacmodder »

Any new advancements?
Tyler777





Posts: 570
Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:

Post by Tyler777 »

both those errors are fixed altimit is fixing the rest (giving him lots of credit for the help)

i fucked up converting the code so it made errors we thougth we had but we just gotta change the way the hex is linked
halomacmodder





Posts: 159
Joined: Thu Sep 07, 2006 3:16 pm

Post by halomacmodder »

Ok, really can't wait to see this finished :D
User avatar
bcnipod





Posts: 3580
Joined: Tue May 15, 2007 8:52 am
Location: 45 Minutes outside Boston
Contact:

Post by bcnipod »

I know i little tiny bit of PPC code if that helps, also I know quite a bit of Unix code, and some Java.
halomacmodder





Posts: 159
Joined: Thu Sep 07, 2006 3:16 pm

Post by halomacmodder »

Could we please get an update on the progress? Sorry, I'm really itching to get my hands on this thing...
User avatar
Altimit01




Connoisseur Snitch! Literarian 500

Posts: 947
Joined: Sun Jun 04, 2006 12:10 pm

Post by Altimit01 »

Progress: those errors were fixed. Now there's quite a few, mainly things not being declared, bad syntax and other forms of insanity.
Image
Download Eschaton: Halomods | Filefront | Mediafire
Tyler777





Posts: 570
Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:

Post by Tyler777 »

well seeing as this is my biggest project i am glad i am getting alts help i am still learning RB its pretty simple tho alought easyer than that of C++ and Xcode
Post Reply