ncb question

and others, come to think of it.

hello,

  1. the idea around this is to move a pilot to a different (identical with one more spob added) system set at x=5000/y=5000 (so far away that the pilot won't be able to run into it ever again) by using the Nxxx operators instead of hiding the system. the system in question doesn't connect to any other systems at any point in the game, so i don't have to worry about that.

my question revolves around ncb's, which i've only just started dealing with. if i put N129 in the "OnShipDone" field, that would mean the ship and pilot will be transported magically to system id 129, retaining the same position he had in the other system upon destroying/raping/pillaging the special ships, correct?

and on a side note, if i duplicate system 1, which includes spob 1/2/3 and so on, i do not need to duplicate the spobs, correct?

  1. i would like to change the name of the pilot's ship at the start of the mission, yet am confused about what str# resource to use. i've created (temporarily) resource #151, which, as far as i can see, doesn't conflict with anything in the nova files. is it safe using id#'s 131, 132, 133, 135, 139, 142-149, 151-899, 902-999 in the plugin? the only string# listings i've found are in the nova application, data 5, and graphics 3.

  2. missions require you to put in an avail location, but if i have "S129" in the onsuccess field, that means mission 129 should start immediately upon the completion of the last mission. because of that specific operator, do i need to worry about the avail location field, or will the mission just start up right after the completion text of the last mission?

  3. the last one just revolves around stacked bits. by monkey see/monkey do, i've set up my bits in the mission success field as "b0 H129 b1 S129", which, as far as i know, means bit 0 and 1 are set, player gets ship 129, and mission 129 starts automatically. the nova missions didn't include any operators when they stacked bits, so i assume this type of stacking doesn't require a "&" symbol. am i correct in this assumption, or just pissing up a rope without that symbol?

thanks for helping, if you can.

This post has been edited by antihero : 25 July 2005 - 02:40 PM

  1. Yes, the Nxxxx operator moves the player to the target system in the same location relative to the center of the system.
    However, you will need to make new copies of the spobs if both the new system and the old are visible at the same time- if you use the same spobs, the ones in the higher-RID'd system will be unlandable and have no graphics.

  2. Those strings appear to be usable, although the game uses 25000+ for that purpose. The lowest available ID of that range is 25077.

  3. Sxxxx will immediately start the mission (it will start as if you had just clicked the "accept" button- the offer won't be shown). All you need to do to the availability requirements is make sure the thing won't show up on its own. Changing the "random" to 0 works for this.

  4. You are correct. Set strings do not require any operators.

Edwards

Edwards, on Jul 25 2005, 02:02 PM, said:

  1. Those strings appear to be usable, although the game uses 25000+ for that purpose. The lowest available ID of that range is 25077.
    View Post

so if i set the operator to T151, it will try to read string id 25151, or will it read 151? if i want it to be 25151, would i put T25151 or just T151?

what i'm wondering now is the amount of x's there are after the operators. let's take Kxxx. can i only put three numbers, replacing each x with each of the three, or can i extend the x's to Kxxxx or even Kxxxxx? can nova only handle the first three, and cut out the rest, or is it perfectly acceptable to use 5 digit numbers?

You would put T25151. The number of x's shown in the bible have no meaning.