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 many crons and how to make pilot output
Hello,
I tinkered with EV development in the past but I gave it up for a long time. I'm back now, with renewed vigor but I have two questions to get me back on my feet again. I am using EVNEW in a Windows environment.
Whatever the number is, is it required that they fall within the range of 128 - (maxcrons + 127)? Or will any ID number work as long as the total number of crons falls under (maxcrons)?
512 max cröns. I assume they use the same ID range as most other Nova resources, but you could easily test it.
From the Good Book:
Appendix IV - Log Files
Nova supports two different kinds of debug log output that are useful to plugin developers:
1. If you create a file called "debuglog.txt" in your Nova folder, a large amount of debug info will be dumped into this file as the game runs. Further, enabling this output also turns on some additional error checking, which can be very handy for finding errors in plugins.
2. If you create a file called "pilotlog.txt" in your Nova folder, every time a pilot file is opened its contents will be written in human-readable form to the pilotlog.txt file. (works only after registering)
I've too just started working on a plug after a hiatus. It takes a little bit of time to recover the basics, doesn't it?
It sure does!
Thanks for the info bubbles...