Page 1 of 1

Regions in campaign

Posted: Tue Jul 19, 2011 9:52 pm
by yuke5
What would you name a region in zero editor if you wanted to make it a goto objective in campaign? Do you have to me it anything special?
I'm also wondering where you localize tips for campaign(Those little popup boxes)
Thank you in advance.
Edit:
One last question: How can you make the changes in zero editor meet up with your campaign LUA. Do you name it anything in zero editor? I know the scripts in with "c_c" and that I need to add them to the addme but that is about it.

Re: Regions in campaign

Posted: Wed Jul 20, 2011 2:22 am
by AQT
1) The region in ZE can be named anything, as long as its property has the same name.
2) The path of the string is determined via lua, so just make sure it is reading the localization from the correct location.
3) Making a campaign is a multi-task process; you have to make the changes correspond manually from ZE to lua and vice versa.

I suggest you look at the stock campaign scripts and the campaign layer of the stock maps in ZE for a better understanding with all this.

Re: Regions in campaign

Posted: Wed Jul 20, 2011 3:56 am
by yuke5
I've been flipping through the LUA's I haven't checked it out in zero editor, I didn't know I could. Thanks a lot! :D I'm probably biting off a bit more than I can chew right now, but I figure I'll get it down with practice, makings mistakes, and figuring them out. Once again, thank you :D