Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How does one enter the flags into a Nova Cloak using Novatools?
I enter in things like 0x0082, etc, yet it has a habit of changing them to something else, which doesn't work when I test it.
------------------ (url="http://"http://3114.spyw.com")26th Century Living(/url) Plug In Development (url="http://"http://thedecline.mirrorz.com")the.decline:(/url) The dot is back. New version out now!
Only enter the number after the x. Don't enter 0x0082, but 0082. Or shorter, only 82.
------------------ (url="http://"http://www.evula.com")EVula(/url) | (url="http://"http://www.Evula.com/survival_guide")EVula's survival guide(/url) | (url="http://"http://pftn.evula.net")Pilot File Trade Network(/url) | (url="http://"http://www.ev-nova.net")EV-Nova(/url) | (url="http://"http://home.attbi.com/~slagblah/")Slagblah's home page(/url) | (url="http://"http://home.attbi.com/~slagblah/pilotlog.html")pilotlog(/url) (url="http://"http://www.resexcellence.com/support_files/resedit.shtml")ResEdit(/url) | (url="http://"http://w00tware.ev-nova.net/")Novatool(/url) | (url="http://"http://www.ariossoftware.com/programs/evone/")EVONE(/url) | (url="http://"http://davidarthur.evula.net/")Mission Computer(/url) (url="http://"http://home.attbi.com/~slagblah/PilotlogAnalyzer.hqx")Slagblah's pilotlog analyzer(/url) for a quick answer about your mission question Visit my (url="http://"http://perso.wanadoo.fr/straven")home page(/url) !
Quote
Originally posted by STraven: Only enter the number after the x. Don't enter 0x0082, but 0082. Or shorter, only 82.
Not quite. NovaTools uses decimal for that field, so you have to convert the hex number 0x0082 to decimal first and then enter that value (in this example: 130) in the field.
------------------ Got a question? Use the (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/search.cgi?action=intro&default;=26")search(/url) feature before you post a new topic. My EV Nova Links: (url="http://"http://www.ev-nova.net/walkthrough/")EVN Walkthrough(/url) | (url="http://"http://www.ev-nova.net/faq")EVN Gameplay FAQ(/url) | (url="http://"http://home.attbi.com/~slagblah/evn_fixes.html")EVN Quick Fix Page(/url) (url="http://"http://home.attbi.com/~slagblah/pilotlog.html")How to make a pilotlog file(/url) | (url="http://"http://home.attbi.com/~slagblah/pilotlog_howtoread.html")How to read a pilotlog file(/url)
Sorry I don't understand....
and what do you use for flags like 0x00A2?
If you download a hex calculator you can use it to convert the numbers for you. Basically A = 10, B = 11, etc. The rightmost digit is the ones place, next over is the sixteens place (multiply by 16), etc.
Or you can use this pre-converted table. To get the ModVal just add the values in the parens.
0x0001 - (1) - Faster fading 0x0002 - (2) - Visible on radar 0x0004 - (4) - Immediately drops shields on activation 0x0008 - (8) - Cloak deactivates when ship takes damage 0x0010 - (16) - Use 1 unit of fuel per second 0x0020 - (32) - Use 2 units of fuel per sec 0x0040 - (64) - Use 4 units of fuel per sec 0x0080 - (128) - Use 8 units of fuel per sec 0x0100 - (256) - Use 1 unit of shield per sec 0x0200 - (512) - Use 2 units of shield per sec 0x0400 - (1024) - Use 4 units of shield per sec 0x0800 - (2048) - Use 8 units of shield per sec 0x1000 - (4096) - Area cloak - ships in formation with a shďp carrying this cloaking device will also be cloaked
Thanks alot man