 |
 |
GoldenEye 007 Nintendo 64 Community, GoldenEye X, Nintendo 64 Games Discussion GoldenEye Cheats, GoldenEye X Codes, Tips, Help, Nintendo 64 Gaming Community
|
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
DF Ank1 00 Agent


Joined: 17 Feb 2009 Posts: 512 Location: Feldkirch, Austria  |
Posted: Tue Feb 17, 2009 10:51 pm Post subject: I need help for the next level Teti´s Runway ( Read this ) |
 |
|
Hello GoldenEye fans. I´m a new mapper, called DF Ank1. Maybe you saw me on goldeneyevault.com before. I´m the german translater.
I want to reales my map Teti´s Runway, but there are much problems:
1: I can´t start, and the reason is the Action Block when i kill a guard, that Objektive 3 is complete ( it works bevore, but now... ) Can you send me a correct action block please?
2: When i start, there is no text like " Teti´s Runway. Bregenz, Austria"
and i don´t know how i should make this.
3: I can´t exit a level when Bond is go to a car, and when i press Enter, or A.
4: The Q Watch Objective Menu is damaged. I can´t go to it. It freez.
Yeah that´s the only Problem. I hope all you can help me, that the next map will reales so fast as possible.
By the way: I make the next level : Teti´s Security Laboratory Bunker #2
And it looks very cool. But this map needs longer time to finished.
Ah one more : The whole GoldenEye: 007 game was translatet in german ( for those one, who interesting for it ).
All games from me will be aviable in german, english and french ( i hope i can make it
* Sorry for my bad English if someone is wrong ^^
The new mapper
DF Ank1 ( rudiank1@hotmail.com ) _________________ -----------------------------------------------------
Alec: Half of everything is luck James.
James: And the other half ?
Alec: Fate |
|
|
|
|
|
 |
 |
 |
 |
 |
TAKA Michinoku9.1 007

Joined: 22 Jun 2008 Posts: 607 Location: Crossmaglen,South Armagh, Ireland  |
Posted: Wed Feb 18, 2009 4:48 am Post subject: |
 |
|
1)Could you possibly post the other action you wrote for the guard to die and completes the objective
2) go to edit Intro block and choose intro camera from the box saying scene command then it should display 2 more boxes saying text preset just chose the text you want to be displayed from one of them
3) action EB(If Key pressed Return value loop) is used to check if a button is pressed(the same button to open doors and reload guns[does not check any others]) but it should be used possibly to activate the car{Action 5E(16 Object Activates[#])} and another block to detect if it is activated {Action 5C(Go into Return Value loop if 16 Object #Activated)}
4)in the objective editor you need to change the text so it matches the briefing file i had the same problem by changing the stage title etc and the objective text because it controls what is displayed in the watch
Edit: here is a sample of the action block you asked for{ignore the text}
Code: | 1007:
0200 Resume If Return Value Loop Met
301201 Detect If Guard Killed, Return Value Loop If So (Oddjob)
03 Leave The Routine, But When Return Continue From Spot
0100 Go To Beginning, Then Return Value Loop
0201 Resume If Return Value Loop Met
9A00000090 Set Objective Bits (If True: Objective #3) (00000090)
9C000000900C Check If Objective Value, Return Loop If So (If True: Objective #3) (00000090)
020C Resume If Return Value Loop Met
C30C10 Display Text Preset - Oddjob:no i am indestructable...ahh*
05FD0001 JAL To Function (Guard [whatever called it]) (JAL TO: 0001)
04 Terminator |
_________________ "We have always found the Irish a bit odd, They refuse to be English" Winston Churchill
"For over 30 Years the IRA showed that the British Government could not rule Ireland on its on terms. You asserted the right of the people of this island to freedom and independance, many of your comrades have paid the ultimate sacrafice in order to bring the freedom struggle forward towards its obtainment."
Gerry Adams
http://www.youtube.com/watch?v=8V3AEgStKvE |
|
|
|
|
|
 |
 |
 |
 |
 |
DF Ank1 00 Agent


Joined: 17 Feb 2009 Posts: 512 Location: Feldkirch, Austria  |
Posted: Wed Feb 18, 2009 7:24 am Post subject: 2 mistakes only.... |
 |
|
Well god. i can kill the gurad that and Objetive # is complete.
And the text on the beginning of a level is not going, but i make a Action Block : C3 Display Text Preset
So and the problem to end the level when i "use" the car is not away.
I tried it. Well i have stupid Action Block.
I want to use this*, but the level exit on the beginning of the level.
* = EB00 If Key Pressed, Return Value Loop
5E16 16 Object Activates (Red Car)
5C1600 Go Into Return Value Loop If 16 Object # Activated (Red Car)
0200 Resume If Return Value Loop Met
D2 Exit Level
05FD0007 JAL To Function (Guard [whatever called it]) (JAL TO: 0007)
04 Terminator
Everybody know that this is false. Can you (Taka) or someone else send me the Action Block for this.
Then i have to edit the text, and the level is finished.
WHEN EVERY GOES GOOD, THE LEVEL IS FINISHED TODAY AND AVIABLE ON GOLDENEYEVAULT OR SEND ME A MAIL TO GET THE LEVEL.
Btw: The Level Teti´s Security Laboratory #2 will be great, if everything goes good. Over 30 Cameras to destroy, over 30 Alarms, Aver 40 guards, and a lot of fun, but i need help to. But this we can make late....
And sorry for my bad english  _________________ -----------------------------------------------------
Alec: Half of everything is luck James.
James: And the other half ?
Alec: Fate |
|
|
|
|
|
 |
 |
 |
 |
 |
TAKA Michinoku9.1 007

Joined: 22 Jun 2008 Posts: 607 Location: Crossmaglen,South Armagh, Ireland  |
Posted: Wed Feb 18, 2009 9:36 am Post subject: |
 |
|
The key being pressed needs a loop to work without the level just ending
like so
0401
0200 Resume If Return Value Loop Met
03 Leave The Routine, But When Return Continue From Spot
EB02 If Key Pressed, Return Value Loop
0100 Go To Beginning, Then Return Value Loop
0202 Resume If Return Value Loop Met
5E2B 16 Object Activates (GoldenEye Control Console)
04 Terminator
Is used to activate the car
Then this block to end the level
1000
0201 Resume If Return Value Loop Met
03 Leave The Routine, But When Return Continue From Spot
5C2B02 Go Into Return Value Loop If 16 Object # Activated (GoldenEye Control Console)
0101 Go To Beginning, Then Return Value Loop
0202 Resume If Return Value Loop Met
D2 Exit Level
04 Terminator
Without the loop to return to the beginning it will just keep running through the commands without waiting for the condition to be met
and the 03 command is needed for iteration to ensure it loops without error _________________ "We have always found the Irish a bit odd, They refuse to be English" Winston Churchill
"For over 30 Years the IRA showed that the British Government could not rule Ireland on its on terms. You asserted the right of the people of this island to freedom and independance, many of your comrades have paid the ultimate sacrafice in order to bring the freedom struggle forward towards its obtainment."
Gerry Adams
http://www.youtube.com/watch?v=8V3AEgStKvE |
|
|
|
|
|
 |
 |
 |
 |
 |
DF Ank1 00 Agent


Joined: 17 Feb 2009 Posts: 512 Location: Feldkirch, Austria  |
Posted: Wed Feb 18, 2009 11:43 pm Post subject: Error |
 |
|
When i press Check Syntax, the error Block 0491 : Datan from line 5 to 6 will not be execute. And it doesnt work with this action block:
0201 Resume If Return Value Loop Met
03 Leave The Routine, But When Return Continue From Spot
5C1602 Go Into Return Value Loop If 16 Object # Activated (Red Car)
0101 Go To Beginning, Then Return Value Loop
0202 Resume If Return Value Loop Me
D2 Exit Level
04 Terminator
AND THIS ACTION BLOCK WORKS
But when one thing goes good, the next problem is cooming :
If i complete a Objective ( or all it does not matter ), and i go to the car and exit the level, there is a FAILED on the Statistic. And now i ask WHY is there a FAILED on there ? _________________ -----------------------------------------------------
Alec: Half of everything is luck James.
James: And the other half ?
Alec: Fate |
|
|
|
|
|
 |
 |
 |
 |
 |
TAKA Michinoku9.1 007

Joined: 22 Jun 2008 Posts: 607 Location: Crossmaglen,South Armagh, Ireland  |
Posted: Thu Feb 19, 2009 2:43 am Post subject: |
 |
|
i am unsure why it says lines 5 and 6 will not be executed are you sure that is action block 0491 ? and as for the objective not being complete i think that is to do with runway because i have always had that problem in my runway test levels maybe SubDrag knows something about it he got a runway mission working properly  _________________ "We have always found the Irish a bit odd, They refuse to be English" Winston Churchill
"For over 30 Years the IRA showed that the British Government could not rule Ireland on its on terms. You asserted the right of the people of this island to freedom and independance, many of your comrades have paid the ultimate sacrafice in order to bring the freedom struggle forward towards its obtainment."
Gerry Adams
http://www.youtube.com/watch?v=8V3AEgStKvE |
|
|
|
|
|
 |
 |
 |
 |
 |
DF Ank1 00 Agent


Joined: 17 Feb 2009 Posts: 512 Location: Feldkirch, Austria  |
Posted: Thu Feb 19, 2009 2:46 am Post subject: |
 |
|
Ok thanks the problem is away ( until now ) , but i will ask Subdrag...
It´s bad that he have so lot of work in the moment... _________________ -----------------------------------------------------
Alec: Half of everything is luck James.
James: And the other half ?
Alec: Fate |
|
|
|
|
|
 |
 |
 |
 |
 |
TAKA Michinoku9.1 007

Joined: 22 Jun 2008 Posts: 607 Location: Crossmaglen,South Armagh, Ireland  |
Posted: Thu Feb 19, 2009 2:48 am Post subject: |
 |
|
then you could try asking someone else i am sure a lot of people could answer your question that might not be as busy as SubDrag is  _________________ "We have always found the Irish a bit odd, They refuse to be English" Winston Churchill
"For over 30 Years the IRA showed that the British Government could not rule Ireland on its on terms. You asserted the right of the people of this island to freedom and independance, many of your comrades have paid the ultimate sacrafice in order to bring the freedom struggle forward towards its obtainment."
Gerry Adams
http://www.youtube.com/watch?v=8V3AEgStKvE |
|
|
|
|
|
 |
 |
 |
 |
 |
DF Ank1 00 Agent


Joined: 17 Feb 2009 Posts: 512 Location: Feldkirch, Austria  |
Posted: Thu Feb 19, 2009 2:50 am Post subject: |
 |
|
for example... ? i only know you and subdrag _________________ -----------------------------------------------------
Alec: Half of everything is luck James.
James: And the other half ?
Alec: Fate |
|
|
|
|
|
 |
 |
 |
 |
 |
TAKA Michinoku9.1 007

Joined: 22 Jun 2008 Posts: 607 Location: Crossmaglen,South Armagh, Ireland  |
Posted: Thu Feb 19, 2009 2:52 am Post subject: |
 |
|
I started off only knowing SubDrag but most of the guys here are real nice trust me i am sure they would be happy to help if they are not busy  _________________ "We have always found the Irish a bit odd, They refuse to be English" Winston Churchill
"For over 30 Years the IRA showed that the British Government could not rule Ireland on its on terms. You asserted the right of the people of this island to freedom and independance, many of your comrades have paid the ultimate sacrafice in order to bring the freedom struggle forward towards its obtainment."
Gerry Adams
http://www.youtube.com/watch?v=8V3AEgStKvE |
|
|
|
|
|
 |
 |
 |
 |
 |
DF Ank1 00 Agent


Joined: 17 Feb 2009 Posts: 512 Location: Feldkirch, Austria  |
Posted: Thu Feb 19, 2009 2:55 am Post subject: |
 |
|
Yeah great. Then i have more help, and then i can edit faster and i would not disturb you the whole time _________________ -----------------------------------------------------
Alec: Half of everything is luck James.
James: And the other half ?
Alec: Fate |
|
|
|
|
|
 |
 |
 |
 |
 |
TAKA Michinoku9.1 007

Joined: 22 Jun 2008 Posts: 607 Location: Crossmaglen,South Armagh, Ireland  |
Posted: Thu Feb 19, 2009 2:59 am Post subject: |
 |
|
i do not mind helping you really i remember what it was like being a beginner and the more hackers the better i am trying to help you get started so maybe you can release a lot of maps for us to play  _________________ "We have always found the Irish a bit odd, They refuse to be English" Winston Churchill
"For over 30 Years the IRA showed that the British Government could not rule Ireland on its on terms. You asserted the right of the people of this island to freedom and independance, many of your comrades have paid the ultimate sacrafice in order to bring the freedom struggle forward towards its obtainment."
Gerry Adams
http://www.youtube.com/watch?v=8V3AEgStKvE |
|
|
|
|
|
 |
 |
 |
 |
 |
DF Ank1 00 Agent


Joined: 17 Feb 2009 Posts: 512 Location: Feldkirch, Austria  |
Posted: Thu Feb 19, 2009 3:03 am Post subject: |
 |
|
Yes . Much much maps will coming.... Maybe the whole goldeneye ^^
in future, when i am good in programming, i can teach my friends and all the other peoples who asked me. _________________ -----------------------------------------------------
Alec: Half of everything is luck James.
James: And the other half ?
Alec: Fate |
|
|
|
|
|
 |
 |
 |
 |
 |
TAKA Michinoku9.1 007

Joined: 22 Jun 2008 Posts: 607 Location: Crossmaglen,South Armagh, Ireland  |
Posted: Thu Feb 19, 2009 3:05 am Post subject: |
 |
|
Indeed Then next thing everbody is making maps it will be fantastic  _________________ "We have always found the Irish a bit odd, They refuse to be English" Winston Churchill
"For over 30 Years the IRA showed that the British Government could not rule Ireland on its on terms. You asserted the right of the people of this island to freedom and independance, many of your comrades have paid the ultimate sacrafice in order to bring the freedom struggle forward towards its obtainment."
Gerry Adams
http://www.youtube.com/watch?v=8V3AEgStKvE |
|
|
|
|
|
 |
 |
 |
 |
 |
DF Ank1 00 Agent


Joined: 17 Feb 2009 Posts: 512 Location: Feldkirch, Austria  |
Posted: Thu Feb 19, 2009 3:11 am Post subject: |
 |
|
yes. my best frined hear want to editing it to. he want to make other textures and much hostage levels and kills like in the facility ( ouromov killed trevelyan = difficultes Action Block ever ) _________________ -----------------------------------------------------
Alec: Half of everything is luck James.
James: And the other half ?
Alec: Fate |
|
|
|
|
|
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
 |