Progress Update:
Arg, the way I choose to implelent the displaying of AI ship makes it very complicated if the same system is used more than once on the route )-: As I'm very lazy and don't want to do complicated stuff, I'll change my route one last time (hmm, or maybe add additional hyperlinks between systems...). The total jump count should still be around 60 regardless.
Probalby won't work on it again until Friday, so Masamune you'll probably end up finishing before me. d-: I'm definitely going for runner-up award though (-:
My resource involved currently is roughly (off the top of my head):
cron ~= (# of AI)log(# of jumps) + (# of AI)! + (# of waypoints) + (# of AI)(# of waypoints) + 2*(# of AI)
syst ~= (# of jumps) * (# of AI)^2
misn ~= 1 + 2*(# of waypoints) + (# of AI)^2 + (# of AI)+1
outf ~= (# of AI)+1 + 2
str# ~= 2 + (# of AI)+1
desc ~= 1 + 2*(# of waypoints) + (# of AI)+1 + (1 or 0, see "spob") + (# of AI)+1
ship = 1
dude ~= 2
govt ~= g*(# of AI)^2 + 2 (the "g" depends on the actual route for aesthestics then out of a real need for them. g has to be at least 1, and in my current route it's about 12).
spob = 1 or 0, depending on how exactly Nova carries out a feature (haven't tested it yet)
pers, oops, char, weap, flet = 0
Compared to Masamune's implementation, mine saves cron and misn as the number of jumps increases (though I use a ton of syst), but I probalby use up more resources as the number of AI and waypoint increases. At only about 60 jumps, he'll probably end up using less resources then I do.
Here is my challenge: from the list of resources, figure out how I'm implementing the race! (-:
note: all logs are base 2, and round to the higher integer (3.1 would become 4)
note2: all "(# of AI)^2" and "(# of AI)!" are actually complicated functions that roughly grow at the rate indicated. When (# of AI) = 3, however, both equals 5.
------------------
Fundraising to buy a mac so I can play EV:N without using a Emulator (too slow with carrier combats) or taking over my best friend's computer.
Please send all contributions via paypal to panguim@uclink4.berkeley.edu
Making a TC based on J.R.R. Tolkein's works. (url="http://"http://www.ev-nova.net/forums/viewtopic.php?t=935")http://www.ev-nova.n...topic.php?t=935(/url)
(This message has been edited by Pan Sola (edited 03-25-2003).)