Recent content by ronaldace

  1. R

    Help with tutorial

    Not really.. I drop the Midway at Nav 2 and go to nav 3, fight a bit, return to Nav 2, grab Midway again and return to nav 1. Just wanted to play a bit with autopilot, BindtoActiveSphere and such.. Making things a bit harder each time.. :p Now I'm into real missions (started yesterday)...
  2. R

    Help with tutorial

    Oh no! THe autopilot lines were fine, it was just that I had a BindtoSphere line in the wrong place and that was causing all the trouble. :D
  3. R

    Need help withan ending

    What's exactly the problem? I've seen something: First, you have: if(M_EnemiesDead) then SF_ObjectiveSetComplete(mobj_defend); SF_SetMissionSuccess; SF_Exit; end; in nav1. Shouldn't you use "then BEGIN"? Maybe it's not necessary (I don't know much Pascal). :p
  4. R

    Help with tutorial

    Thanks for your help. Luckily I got it working already with help from Eder. :D
  5. R

    Help with tutorial

    Thanks for your help! :) but I already have a variable for that. it turns to "true" when I go to nav 2 after killing the morays, but I just don't know how to make the binding false... Just wondering also, I've seen you working with objectives and all that... Do you know of any in-depth...
  6. R

    Help with tutorial

    How about I unbing it from Nav 2 when I arrive at Nav 1? By the way, how can I unbind? Tell me that and I'll try to get it to work.
  7. R

    Help with tutorial

    No, it doesn't seem like your addresses are wrong, because the ones in your web are the sames as the WCUE file. But as Eder said, WCUE uses a modified EXE, so that must be the cause. Now, I've been trying to code the following mission: First I show up at Nav 1 with the Midway and a...
  8. R

    Need help withan ending

    *gulp* I... I... i've passed out.. :eek: Kidding.. As soon as I get some more knowledge I'll give it a try.
  9. R

    Need help withan ending

    Just wondering, what's the idea of that mission? Just would like to give it a try myself, if you don't mind..
  10. R

    Help with tutorial

    Can't find that thread, Iceblade
  11. R

    Help with tutorial

    Allright. Been trying to make my own SO exe file but found something strange: In the UE exe, the save folder is located in 0D 34E0, just as KillerWave tutorial says, but the same folder in my SO exe is located in 0D 3C38. Is this normal or is there anything strange here?
  12. R

    Help with tutorial

    Cool! just sent him an email. :p By the way, what exe editor do you recommend, for making my own version of the SO exe file? IGNORE THIS, just got Hex Edit.. :D
  13. R

    Help with tutorial

    Tutorial? Geez... u could make a book with all that! :D I'm checking it out now. Thanx 4 d link!
  14. R

    Help in UE mission

    That would be cool... Because, getting killed in such a way after all the mission.... :'( (Don't get me wrong, I enjoyed a lot the game! but that part was a bit too tough, I guess..)
  15. R

    Help with tutorial

    Allright! :D this is my code which seems to work perfectly!! yeeeaaahhh!!!! :p -------------------- // Mision 2 mission s1; #SetOutputPath("$wcso$\mission\"); #include wcp, consts, pilots; #strings targetid; #AddToSearchPath ("$wcso$\language"); var aliensalive = 5; function...
Back
Top