Page 1 of 1

*** Brand new Nav computer to Sell ! ***

Posted: Mon Feb 17, 2014 3:39 am
by ezee
No , i don't sell anything .
:lol:

First time i use the Nav computer in VS ( press shift+M ) .
Pretty cool !

And i think it could be great to have different kind of NavCmp .
So i ask you , modders , to make for us new models to buy .

Perhaps in a first step same perfs but different designs .
Then after with upgraded functions ? ( Like news when there is a relay station near , waypoints etc ... )

I will try to make one also : http://wiki.vega-strike.org/HowTo:Nav_C ... _Interface
( the kind that has google inside 8) )
:lol:

Re: *** Brand new Nav computer to Sell ! ***

Posted: Thu Feb 20, 2014 9:27 pm
by klauss
Problem with the nav computer is, it's *completely* hardcoded in the engine.

If some modder wants to mod it and has specific feature requests (ie: being able to change X, Y, Z, whatever), I can maybe accomodate those requests. Without specific requests, though, such a "moddability" feature is too vague to even begin to figure out what needs changing.

Re: *** Brand new Nav computer to Sell ! ***

Posted: Thu Feb 20, 2014 9:58 pm
by ezee
Hi klauss .

The problem for me is not so to code the nav , but to understand how to use ( and moreover debug ) the .exe that i successfully build .

I mean , i need some instructions about tha actual workflow with the svn , and the vc9 solutions .

What is the release architecture ? It's said that we must use the data and win32 folder ,
but in wich order ?
exemple :
_ myrelease/data ; myrelease/win32 with the .exe in win32 ?
_ ???

I have no time to tweak like a blind , and i have no examples .
And where are the coders ?
We could work together , but it seem that this is not the good season for coop ...
:roll:

I feel ...


Hardcoded -> http://spacetechs.free.fr/VEGASTRIKEDEV ... puter.html
8)

Re: *** Brand new Nav computer to Sell ! ***

Posted: Mon Feb 24, 2014 11:41 pm
by klauss
Honestly, I've been disconnected from windows long enough to be of no help.

Send pheonixstorm a PM if he doesn't answer and searching the forums doesn't turn up an answer.

OTOMH, it should be as simple as putting the .exe in win32 and running it (assuming you have all the dependencies built with the same compiler and in a compatible manner, which I gather is the really difficult trick in windows)

Re: *** Brand new Nav computer to Sell ! ***

Posted: Tue Feb 25, 2014 12:30 am
by ezee
Well , what worked yesterday ( ... ) was the .exe with the content of data in win32/bin ,
But what was working yesterday no more works today .
Strange problems with vectors allocation while loading , perhaps bad csv ?
Or problem with python2.7 and the content of data ?
i don't know .

I will try what you said in an other thread , checkout the all trunk .
( but that is Biiiiig ! )