Technical support > Feature Requests

SVN 9088 Ship problem

<< < (3/7) > >>

vvb:

--- Quote from: "kracken" --- Oups, sorry, I forgot to commit the modification to display fuel. It is now in revision 9177.
--- End quote ---


 I've try revision 9190. Same old thing.


--- Quote from: "kracken" --- Anyway, the speed of your aircraft is 0, and should be higher, this is why you can't move your aircraft. I don't now yet what causes this bug, I don't have this problem on my computer.
--- End quote ---


 I don't know... Today I look through the output of compiling... I don't found nothing suspicious... I'm using Fedora Core 6...
 So, here is full output of New Game created, base in North America (near first UFO). Two fuel tanks are added, refuel in process... Try to send Firebird on first mission.

--- Code: ---
]developer 1
ExecuteString: '+select 178 44746'
ExecuteString: 'multi_select_click'
ExecuteString: '-select 178 44812'
ExecuteString: '+select 178 45999'
ExecuteString: 'ships_click 0'
distance to go to destination: 17.658939
distance to go to destination and then come back to base: 35.317879
Your aircraft doesn't have enough fuel to go there and then come back to its home base. It can only fly on: 0.000000
ExecuteString: '-select 178 46065'
ExecuteString: '-turnright 100 48771'
ExecuteString: '-turnup 114 49783'
]developer 0
ExecuteString: 'developer 0'
]debug_aircraftlist
Aircrafts in base PHALANX HQ: 2
Aircraft Firebird-class Dropship
...idx cur=base/global 0=0/0
...weapon slot 0 is empty
...shield slot is empty
...electronics slot 0 contains craft_el_fuelpod (functional)
...electronics slot 1 contains craft_el_fuelpod (functional)
...stats: 0 0 0 0 0 0 160000 0
...name craft_drop_firebird
...type 0
...size 8
...fuel 119985
...status Refuel
...pos 88:51
...team: (8/8)
......idx (in global array): 7
.........name: Jana Zaharova
......idx (in global array): 6
.........name: Kyoko Saitou
......idx (in global array): 5
.........name: Luca Gonzalez
......idx (in global array): 4
.........name: Denise Mayer
......idx (in global array): 3
.........name: Andrew Furlong
......idx (in global array): 2
.........name: Adham Sulaiman
......idx (in global array): 1
.........name: Jaja Adedayo
......idx (in global array): 0
.........name: Natara Nasser
Aircraft Stiletto-class Interceptor
...idx cur=base/global 1=1/1
...weapon slot 0 contains craft_weapon_sparrowhawk (functional)
......this weapon is loaded with ammo craft_ammo_sparrowhawk
...weapon slot 1 is empty
...weapon slot 2 is empty
...shield slot contains craft_shield_polymer (24 hours before installation is finished)
...electronics slot 0 contains craft_el_fuelpod (functional)
...electronics slot 1 is empty
...stats: 0 16 0 0 0 0 0 50
...name craft_inter_stiletto
...type 1
...size 1
...fuel 0
...status At homebase
...pos 88:51
...team: (0/1)
]quit

--- End code ---



--- Quote from: "kracken" --- Could you check in your base/ufo/aircraftmanagement.ufo that you have a line speed 10 in the stats of your firebird ? (line 59 in current file)
--- End quote ---


 Here it is. Everthing is just fine.

--- Code: ---
aircraft craft_drop_firebird                                                
{                                                                            
        param {                                                              
                speed           10                                          
                range           0                                            
                shield          0                                            
                ecm                     0                                    
                damage          0                                            
                accuracy        0                                            
                fuelsize        100000                                      
        }

--- End code ---


 Another strange here in 9190. Now in console there is another font for text. Before 9190 the letters was very small, now they a just HUGE... 8-/

Mattn:
yeah - i implemented a new console font - i you wanna switch to the smaller one: open the console, type con_font 1

to switch back to big font type con_font 0

vvb:

--- Quote from: "Mattn" --- if you wanna switch to the smaller one: open the console, type con_font 1
to switch back to big font type con_font 0
--- End quote ---


 Is it possible to create font, which size is between these two fonts? The one is too small to see, the other one is TOO BIG. 8)

kracken:
I made a workaround for your problem of 0 speed. Last commit should allow you to move your aircraft.

Please try it and tell me if this is OK.
I must say that I didn't manage to solve the problem, however...

Seculor:
I dont know if this is the same bug, but in the old svn8889 after I remove the shield from an aircraft, it can no longer fly anywhere. Here is the debug_aircraftlist output before i remove the shield:

--- Code: ---
Aircraft Firebird-class Dropship
...idx cur=base/global 0=0/0
...weapon
...shield
...item
...name craft_drop_firebird
...speed 10
...type 0
...size 8
...status At homebase
...pos -31:57
...team: (8/8)

--- End code ---


and here it is with shield removed:


--- Code: ---
Aircraft Firebird-class Dropship
...idx cur=base/global 0=0/0
...weapon
...shield
...item
...name craft_drop_firebird
...speed 0
...type 0
...size 8
...status At homebase
...pos -31:57
...team: (8/8)

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version