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).
I am attempting to create a few new worlds (a plugin). I finally got a new system connected to sol, and have a station positoined within it. The only problem is once I land on it, I can not leave, go to the bar, or do anything without the program crashing. I am not sure what I have done wrong, but maybe there is something I need to set. Ideas?
------------------
Quote
Originally posted by F17Stealth: **I am attempting to create a few new worlds (a plugin). I finally got a new system connected to sol, and have a station positoined within it. The only problem is once I land on it, I can not leave, go to the bar, or do anything without the program crashing. I am not sure what I have done wrong, but maybe there is something I need to set. Ideas?
**
Thats strange. Its not an easy failure to accomplish. How's it set up? -Az
------------------ It is here. EVNEW Public Beta (url="http://"http://www.aznt.com/EVN/EVNEW")www.aznt.com/EVN/EVNEW(/url) Stuffit is a piece of .sit.
Well, I just found out what the problem was. Apparently the first "stkWzgintroductory" mission was going (i haven't overwritten it yet) and it was causing things to crash. Once I did away with it, everything was fine. Thanks though!
Originally posted by F17Stealth: **Well, I just found out what the problem was. Apparently the first "stkWzgintroductory" mission was going (i haven't overwritten it yet) and it was causing things to crash. Once I did away with it, everything was fine. Thanks though!
The first what?! In any case, a mission ought not cause a crash.... -Az EDIT: Spelling. ------------------ It is here. EVNEW Public Beta (url="http://"http://www.aznt.com/EVN/EVNEW")www.aznt.com/EVN/EVNEW(/url) Stuffit is a piece of .sit.
(This message has been edited by Azratax2 (edited 02-22-2004).)
Originally posted by Azratax2: **The first what?! In any case, a mission aughtny cause a crash.... -Az
There have been incidents of missions causing event loops through badly-programmed NCBs (the pirate offshoot mission in 1.0.3 (?) is a good example of this. The game locks up.
------------------ (url="http://"http://www.mazca.com/")mazca(/url) there are 11 types of people in the world - those who understand binary, those who don't, and those who think this joke is so funny that they have to put it in their signatures along with about 10% of the internet population.
Originally posted by Mazca: there are 11 types of people in the world - those who understand binary, those who don't, and those who think this joke is so funny that they have to put it in their signatures along with about 10% of the internet population.
I've always preferred: There are 10 types of people in the world - those who understand ternary, those who don't, and those who confuse it with binary.
------------------ Get (url="http://"http://www.aznt.com/EVN/EVNEW")EVNEW(/url) - the free, open-source EVN plugin Editor for Windows!
Originally posted by Mazca: **There have been incidents of missions causing event loops through badly-programmed NCBs (the pirate offshoot mission in 1.0.3 (?) is a good example of this. The game locks up.
Woah. Interesting. Do you know what malformed NCB's actually do it? -Az
I believe NCB themsleves are fine, the way the mission was "programmed" and set/cleared NCB, however, caused problems.
------------------ The (url="http://"https://secure.ambrosiasw.com/cgi-bin/store/hazel.cgi?action=serve&item;=breakdown.html&BREAKDOWN;_SKUID=1480")Ambrosia Mac CD(/url) with other registrations - 5$. Paying for (url="http://"http://www.ambrosiasw.com/games/evn/")EV Nova(/url) as it's such a great game - 30$. The (url="http://"http://www.ambrosiasw.com/games/evn/tshirts.html")1337 EV Nova T-shirt(/url) - 22$. The (url="http://"http://w00tware.ev-nova.net/")NovaTools(/url) by wOOtWare to tinker with your Nova - FREE! The feeling you're a Nova geek - priceless. There are things you can't buy or that are free, for everything else, there's indeed Eurocard Mastercard.
Let's just say that infinite loops are a bad thing...
------------------ (url="http://"http://fenris.ma.cx/forum")Fenris(/url)
Originally posted by Aprosenf: **I've always preferred: There are 10 types of people in the world - those who understand ternary, those who don't, and those who confuse it with binary.
And the other seven?
------------------ How do you prove that you exist?... mabey we don't exist... ~Vivi Ornentier~ (url="http://"http://afterdawn.zapto.org:8080/Nova/EVNovaTC.html")My site for Nova(/url) It's about a plugin I am making. It also has all of the other plugins that I have worked on in some way.
Originally posted by Avatar7: **And the other seven?
You obviously fall into the second catagory. Joe
------------------ "Life is tough, but it's even tougher when you're stupid." -John Wayne
Originally posted by jdh545: **You obviously fall into the second catagory. Joe
Apparently. I really don't like being left in the dark though :frown:.
Originally posted by Avatar7: **Apparently. I really don't like being left in the dark though:frown:.
Ternary. Base 3. So couting in ternary would be like 1, 2, 10, 11, 12, 20, 21, 22... etc. 10 in ternary = 3 in base 10. (22=8, and so on). Binary, which most techies are famlilar with, is base 2 (which means that each digit only can have two states - which is why this is used in computers). -Az