in python https://github.com/ashdnazg/bos2cob
It works for TA scripts and not TAK scripts for now.
bos2cob
Moderator: Moderators
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: bos2cob
I like! This is awesome cause I love being able to use notepad++ for bos but it's a giant pain in the ass when you have to keep porting it back to scriptor, so being able to just call it like this is a godsend.
Also: "kilometrage"?
Do you mean it just has a lot less usage than scriptor so wrt results YMMV?
Also: "kilometrage"?
Do you mean it just has a lot less usage than scriptor so wrt results YMMV?
Re: bos2cob
I refuse to use mileage as no one should use miles.
You can use elmoage if you want.
it's not YMMV since results should be consistent on different machines.
It just means that it had significantly less usage than scriptor and unknown bugs may still be present.
You can use elmoage if you want.
it's not YMMV since results should be consistent on different machines.
It just means that it had significantly less usage than scriptor and unknown bugs may still be present.
-
- Posts: 823
- Joined: 21 Oct 2008, 02:54
Re: bos2cob
What....hokomoko wrote:I refuse to use mileage as no one should use miles.
You can use elmoage if you want.
it's not YMMV since results should be consistent on different machines.
It just means that it had significantly less usage than scriptor and unknown bugs may still be present.
Re: bos2cob
Except nautical miles make a hell lot of sense, because one nm equals one minute on the N/S circumference of earth.
Re: bos2cob
Thanks, This will be very handy no more VM for scriptor 

Re: bos2cob
btw, there's a bug in your current abroadside cob.nixtux wrote:Thanks, This will be very handy no more VM for scriptor
the bos contains
Code: Select all
while( get 17 > 0 ) {...}
Code: Select all
while( get (17 > 0) ) {...}
Re: bos2cob
Very nice work, the only thing I was able to get it to choke on was a badly written float value (0.5.000 instead of 0.5000)
Excellent, may I include it in the BAR repo?
Excellent, may I include it in the BAR repo?
Re: bos2cob
feel free, just note that it's GPL (not really necessary to attach the license file as it's mentioned in the files too)
Re: bos2cob
Updated to fix a bug with hex integer values.