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 noticed something while playing Polycon, a rather long drawn out TC, I'd like to see my ships actual stats.
It would be just like the Info page that comes up when you look at the different ships in a shipyard.
As it is, the game shows your stuff when you hit the "P" key But it shows your shields and armor as a percent instead of the total number of points.
Over on the Polycon discussion board (ev-nova.net), Yomcat suggested I fill out his form to do it.
I'll give it a go with resedit and try to do it myself, but I was wondering if anyone has already tried this and ran into problems, etc.
If this turns out to be Engine related well then, I know Andrew's response and I understand.
So, has such a plug been tried?
------------------ Ivanova: "I can only conclude that I am paying off karma at a vastly accelerated rate."
i'd be extremely surprised if it can be done w/o at least minor modifications to the engine. that said, it probably wouldn't be too challenging, with all the info available on the format of the pilot files, to make an external app which does it. of course, i'm not at all familiar w/ programming on a mac, so i don't actually know how hard it would be to load all the necessary resources (from the data files and plugs) to do the computation
------------------ if you find yourself in bed with a raving lunatic, don't worry: looks can be deceiving, it's probably not me
Yup, it's an engine thing. Sorry.
------------------ (url="http://"http://www.evula.com/")EVula,(/url) your friendly (url="http://"http://www.evula.com/")self-promoting(/url) EV & EVO Boards/Addon/Newswire/Chronicles moderator (url="http://"http://www.evula.com/")evula.com(/url) | (url="http://"http://www.evula.net/")evula.net(/url) | (url="http://"http://www.evula.org/")evula.org(/url) | (url="http://"http://www.ev-nova.net/")ev-nova.net(/url) :: (url="http://"http://forums.evula.com/")Lair Forums(/url) (url="http://"http://pftn.evula.net")pftn(/url) | (url="http://"http://dreamwave.evula.net")dreamwave(/url) | (url="http://"http://davidarthur.evula.net")davidarthur(/url) | (url="http://"http://ucplugs.evula.net")ucplugs(/url) | (url="http://"http://jager.evula.net")jager(/url) | (url="http://"http://stark.evula.net")stark(/url)
It would be possible with an external app (one that would simply give a report of the player's current ship). Basically, you would read in the ship info from the appropriate data file and pull all related info from the pilot file, merge the two, and you would have relatively accurate stats on the ship. I have heard that the pilot files are encrypted, though. Is this true?
------------------ (url="http://"http://www.ariossoftware.com")Arios SoftWare(/url) (url="http://"http://www.ariossoftware.com/prgrams/evone/")EVONE 1.0.0 - the plugin editor for EV/EVO/EVN(/url)
Yes, they are encrypted.
With pilotfile.txt in your Nova folder and a copy of ResEdit and the Nova files to reference, you could figure out outfit by outfit what they all do specifically to your ship. Then just add it up by hand.
------------------ Moderator- (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&number;=9&SUBMIT;=Go&mrxak;=cool")EV Developer's Corner(/url) | (url="http://"http://forums.evula.com/viewforum.php?f=18")mrxak's Assorted Webspace Forum(/url) (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/search.cgi?action=intro")Save Time, Search First(/url) | (url="http://"http://www.AmbrosiaSW.com/webboard/Forum9/HTML/003091.html")Need Plug Testers?(/url) | (url="http://"http://www.AmbrosiaSW.com/webboard/Forum9/HTML/003196.html")Need Developers?(/url) | (url="http://"http://www.evula.com/survival_guide/")EV/EVO/EVN Survival Guide(/url) | (url="http://"http://www.AmbrosiaSW.com/games/evn/addons.html")Nova Addons(/url) | (url="http://"http://w00tware.ev-nova.net/")Got NovaTools?(/url) (url="http://"http://www.evula.org/mrxak/")mrxak's Assorted Webspace(/url) | (url="http://"http://www.ambrosiasw.com/cgi-bin/vftp/dl-redirect.pl/TheChallenge102.sea.bin?path=evn/plugins&file;=TheChallenge102.sea.bin")The Challenge v1.0.2(/url) | (url="http://"http://www.evula.org/mrxak/Haikus/haikuarchive.html")The Haiku Archive(/url) | (url="http://"http://www.evula.org/mrxak/EV/N/mbspt/mbspt.html")mrxak's Big Secret Plug-in/Tutorial(/url) | (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/postdisplay.cgi?forum=Forum10&topic;=007599-2&whichpost;=mrxak11-06-200203:22PM")mrxak?(/url) Don't let borification happen to YOU -mrxak
Quote
Originally posted by nighthawk: **i'd be extremely surprised if it can be done w/o at least minor modifications to the engine. that said, it probably wouldn't be too challenging, with all the info available on the format of the pilot files, to make an external app which does it. of course, i'm not at all familiar w/ programming on a mac, so i don't actually know how hard it would be to load all the necessary resources (from the data files and plugs) to do the computation
**
If you start modifying the engine, Matt Burch, and Andrew Welch will have your head.
------------------ Not all who wander are lost.
Originally posted by EVula: **Yup, it's an engine thing. Sorry.
Well that was easy, all I had to do was ask!