The ''Da VB Code''
Okay, bit misleading and a crap pun, but I thought it was time I started a thread of my shenanigans.....and there is no accounting for taste is there
What? P0rn?! Erm, sorry - no, and before anyone gets really disappointed - this also isn't anything to do with religion as the pun title may have suggested
Its to do with VB - Visual Basic - programming language.
The background is easy - Accushot makes some fantastic little programs which we use in modding, and dammit, it made me wonder
Anyways, after an Xmas bonus - I had some 'unexpected' cash to spend...so didn't mind blowing 70 notes on the program (that includes delivery and insurance - it was 50 quid to buy). Once bought and installed - I quickly, erm, forgot about it.
What brought me back to the thing was a rememberance of an issue with the Freelancer:Explorer - and the creation of tradelanes. You 'draw' the tradelane on the nav map - but its often up to 6k away from where you wanted it to be - either due to nav map size (cannot see location) or alternatively due to a set 7k between rings not dividing into the distance correctly. Needless to say that I got fed up of using a calculator and pen/paper to figure out where anything up to 20 rings could be.
So - my first venture was to make a tradelane calculator - which I started off making in Excel (first time I ever used Excel) and finished off making in VB. Its dirty, rough and unrefined - but when you enter the start and end coords, it works just fine
I would have posted a running dialogue on the creation of that item, and still will explain what I did if I thought it would be interesting - but since its 'solved' - I will only post what I found/did if asked.
However, I have another 'project' in line - and this one is, erm, very ambitious indeed! Simply put - i know how to define a few variables, and know how to do some simple calculations.
What? P0rn?! Erm, sorry - no, and before anyone gets really disappointed - this also isn't anything to do with religion as the pun title may have suggested
Its to do with VB - Visual Basic - programming language.
The background is easy - Accushot makes some fantastic little programs which we use in modding, and dammit, it made me wonder
Anyways, after an Xmas bonus - I had some 'unexpected' cash to spend...so didn't mind blowing 70 notes on the program (that includes delivery and insurance - it was 50 quid to buy). Once bought and installed - I quickly, erm, forgot about it.
What brought me back to the thing was a rememberance of an issue with the Freelancer:Explorer - and the creation of tradelanes. You 'draw' the tradelane on the nav map - but its often up to 6k away from where you wanted it to be - either due to nav map size (cannot see location) or alternatively due to a set 7k between rings not dividing into the distance correctly. Needless to say that I got fed up of using a calculator and pen/paper to figure out where anything up to 20 rings could be.
So - my first venture was to make a tradelane calculator - which I started off making in Excel (first time I ever used Excel) and finished off making in VB. Its dirty, rough and unrefined - but when you enter the start and end coords, it works just fine
I would have posted a running dialogue on the creation of that item, and still will explain what I did if I thought it would be interesting - but since its 'solved' - I will only post what I found/did if asked.
However, I have another 'project' in line - and this one is, erm, very ambitious indeed! Simply put - i know how to define a few variables, and know how to do some simple calculations.