UI issues

Discuss stuff related to HaloCE (for modding, go to the HEK General forum).
Post Reply
User avatar
JK-47




Bloodhound Pyre Socialist Grunge

Posts: 10883
Joined: Wed Dec 01, 2004 2:54 pm
Location: Utah

UI issues

Post by JK-47 »

I decided I want to get into CE stuff, so I start out with UI making.

I made camera points after deleting everything in guerilla and setting the settings on the MP map from multiplayer to main menu. Then I went into Sapien and flew around the map saving each camerapoint with the name of "cut'number here'". I made sure there were no duplicate named camera points, and it all compiled fine in Sapien. I scripted each point in a notepad document, then compiled it together in tool and it all worked out fine.

I open up CE, and when I get to the main menu, I get this:

Image

It doesn't even move around the map.. it just sits there... What's the problem?
Image
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post by Patrickssj6 »

The script in the tutorial doesn't work correctly, don't ask me why.

Go to the ancient GBX forums and search for your answer there...I might add that the forums have been moved into the "old games" section...so search for your answer but don't make a topic :D
...left for good
User avatar
JK-47




Bloodhound Pyre Socialist Grunge

Posts: 10883
Joined: Wed Dec 01, 2004 2:54 pm
Location: Utah

Post by JK-47 »

Ok, thanks, I found something :)

But another question, when I type out the script, do I have to space everything out like this?

Code: Select all

(script startup set_cam
(begin
                      (camera_set cut1 0)
)
)
Or can I just do it like this?

Code: Select all

(script startup set_cam
(begin
(camera_set cut1 0)
)
)
Image
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post by Patrickssj6 »

You can tab it into the other side of the world...as long it's between the brackets you are fine. It's just referring to C#/Java (Bracket System)etc syntax.


Image
...left for good
User avatar
JK-47




Bloodhound Pyre Socialist Grunge

Posts: 10883
Joined: Wed Dec 01, 2004 2:54 pm
Location: Utah

Post by JK-47 »

Alright, thanks :)
Image
Post Reply