| Pages: 1 2 3 4 5 6 7 8 9 10 20 30 40 50 60 70 80 90 100 .. 188 :: one page |
| Author |
Thread Statistics | Show CCP posts - 1 post(s) |

underwoodr
|
Posted - 2009.03.25 14:34:00 -
[3241]
I know you guys are probably busy updating for apocrypha, but is there any chance you can make it detect which internet program you use by default, for example when you goto "help-about" and click on the "download thread" link, it opens Internet explorer, Would be better if it used your default program, just a thought:) Thanks Underwoodr.
|

Warrio
Southern Cross Incorporated Dara Cothrom
|
Posted - 2009.03.25 15:29:00 -
[3242]
I would wager that the new edition of EFT will be by far the largest affecter of T3 ship production and marketing. sXe |

romek mablung
Caldari Perkone
|
Posted - 2009.03.25 16:59:00 -
[3243]
Latest build of EveHQ has tactical cruisers fitting!enjoy,found it yesterday.
|

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2009.03.25 17:01:00 -
[3244]
Originally by: underwoodr I know you guys are probably busy updating for apocrypha, but is there any chance you can make it detect which internet program you use by default, for example when you goto "help-about" and click on the "download thread" link, it opens Internet explorer, Would be better if it used your default program, just a thought:) Thanks Underwoodr.
Actually, this change is quite clear:
program EVEshellexec; {$IFOPT D+} {$APPTYPE CONSOLE} {$ENDIF}
uses Windows, ShellAPI;
{$R *.res}
var url: String; ShellExecuteInfo: TShellExecuteInfo;
begin url := Paramstr(1); CharLowerBuff(@url[1], Length(url)); if pos('shellexec:', url) = 1 then begin url := copy(Paramstr(1), 11, Length(url)) + #$0; with ShellExecuteInfo do begin fMask := SEE_MASK_NOCLOSEPROCESS + SEE_MASK_FLAG_NO_UI; lpVerb := nil; // <------- this one lpFile := @url[1]; lpDirectory := ''; nShow := 0; cbSize := SizeOf(ShellExecuteInfo); end; ShellExecuteEx(@ShellExecuteInfo); {$IFOPT D+} WriteLn(url); ReadLn(url); {$ENDIF} end; end. -- Thanks CCP for cu |

underwoodr
|
Posted - 2009.03.25 18:24:00 -
[3245]
Originally by: Tonto Auri
Originally by: underwoodr I know you guys are probably busy updating for apocrypha, but is there any chance you can make it detect which internet program you use by default, for example when you goto "help-about" and click on the "download thread" link, it opens Internet explorer, Would be better if it used your default program, just a thought:) Thanks Underwoodr.
Actually, this change is quite clear:
program EVEshellexec; {$IFOPT D+} {$APPTYPE CONSOLE} {$ENDIF}
uses Windows, ShellAPI;
{$R *.res}
var url: String; ShellExecuteInfo: TShellExecuteInfo;
begin url := Paramstr(1); CharLowerBuff(@url[1], Length(url)); if pos('shellexec:', url) = 1 then begin url := copy(Paramstr(1), 11, Length(url)) + #$0; with ShellExecuteInfo do begin fMask := SEE_MASK_NOCLOSEPROCESS + SEE_MASK_FLAG_NO_UI; lpVerb := nil; // <------- this one lpFile := @url[1]; lpDirectory := ''; nShow := 0; cbSize := SizeOf(ShellExecuteInfo); end; ShellExecuteEx(@ShellExecuteInfo); {$IFOPT D+} WriteLn(url); ReadLn(url); {$ENDIF} end; end.
ok.. now is this a planned change? or are you telling me theres a way to change it myself, because if so ive no idea what to do with that code lol Thanks Underwoodr
|

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2009.03.25 19:20:00 -
[3246]
Originally by: underwoodr ok.. now is this a planned change? or are you telling me theres a way to change it myself, because if so ive no idea what to do with that code lol Thanks Underwoodr
That was complete code of my own small prog, the "shellexec:" URL handler for Windows systems. I have no other contacts to reach Gripen other than this forum, so I posted it here. -- Thanks CCP for cu |

Heavy Nova
Gallente
|
Posted - 2009.03.26 02:50:00 -
[3247]
Originally by: Gripen Confirming that I'm working on the update. Ability to change ship slot layout with t3 subsystems is something what wasn't available in EVE before, so EFT and its data architecture were not designed for this. Making it possible requires quite a few rewrites in different parts of code.
I love you. :D
She's so fine, there's no tellin' where the money went. |

Lobster Man
Metafarmers
|
Posted - 2009.03.26 04:11:00 -
[3248]
Originally by: Gripen Confirming that I'm working on the update. Ability to change ship slot layout with t3 subsystems is something what wasn't available in EVE before, so EFT and its data architecture were not designed for this. Making it possible requires quite a few rewrites in different parts of code.
<3 <3 
Very much looking forward to this, take your time to make it right, and I'll send a donation next time I log in on my main  (I assume you'd want them sent to the character Gripen)
|

Lysio Malduran
|
Posted - 2009.03.26 17:00:00 -
[3249]
Hi, I have a problem with the import of my Char. I have make a new Limited API key,too. I have downloaded the version from this site, and when i created a new char and try to import my char from eve, it apears the small window where i can choose my Char. When i choose it and click on import, it not function. The EFT don't take over the char skills. There are allready all skills lv 0.
|

Ruyman
Paladines
|
Posted - 2009.03.26 18:38:00 -
[3250]
Originally by: Gripen Confirming that I'm working on the update. Ability to change ship slot layout with t3 subsystems is something what wasn't available in EVE before, so EFT and its data architecture were not designed for this. Making it possible requires quite a few rewrites in different parts of code.
Good to know. I canŠt wait to see the new EFT.
Any possible date for the release? November Bellicose |

Tarjema Maloria
In Pain Corp
|
Posted - 2009.03.26 19:50:00 -
[3251]
I would like to report a bug with EFT. It would appear that in game shield flux coil II's are getting reduced CPU use requirement from Energy Grid Upgrades as it is the main pre requisite skill. But in EFT it does not recieve this benefit.
|

Nasguul v2
|
Posted - 2009.03.26 20:35:00 -
[3252]
Edited by: Nasguul v2 on 26/03/2009 20:37:08 Sending a Donation Gripen s way TIA for update your tool is the best evem toh were enemies
Nasguul
|

Retsil Evad
Caldari The Arrow Project Morsus Mihi
|
Posted - 2009.03.26 23:56:00 -
[3253]
Originally by: Gripen Confirming that I'm working on the update. Ability to change ship slot layout with t3 subsystems is something what wasn't available in EVE before, so EFT and its data architecture were not designed for this. Making it possible requires quite a few rewrites in different parts of code.
Thank you kind sir. And once that new version comes out I shall be dropping some iskies in your wallet and I think that others should do the same.
============== Office use ONLY ==============
BRING BACK EVE TV!!!!!!! |

David LeBatas
Deep Core Mining Inc.
|
Posted - 2009.03.27 09:38:00 -
[3254]
Is there a way to keep EFT synced between two PCs without breaking it. I tried copying cfg files back an forth, but it only resulted in an exception error when starting EFT, so now I've lost most of my loadouts and neither client works.
|

Fossil Wolf
omen. Gay4Life
|
Posted - 2009.03.27 10:23:00 -
[3255]
Originally by: David LeBatas Is there a way to keep EFT synced between two PCs without breaking it. I tried copying cfg files back an forth, but it only resulted in an exception error when starting EFT, so now I've lost most of my loadouts and neither client works.
You can keep them in sync by using a dropbox its free. Drop the whole program into a folder with in 'My Dropbox' and it will auto sync between the two computers.
|

Majenta RedBlade
|
Posted - 2009.03.27 10:30:00 -
[3256]
Is there any way some one could help me, Ive tried to download EFT numerous times now but when I try to install it a message comes up that basicly tells me to F*$% off. I'm not the most computer literate person and can't find any answers myself. I have a powerful computer which runs vista ... I'm now losing my mind..... Please help a poor old man get this wonderful program, thank you :)
|

I'Can'Has'Hauler
Amarr Viziam
|
Posted - 2009.03.27 11:14:00 -
[3257]
/me huggles Gripen a great big fluffy lot.
Now.. Get to work.
------------ /me the alt |

Employee Kate
|
Posted - 2009.03.27 13:01:00 -
[3258]
In my EFT, 2x tracking enhancer I is giving me a higher optimal range than 2x tracking enhancer IIs.
Could anybody enlighten me if this is a known/unknown error, or is there something i'm missing? cheers. |

Warrio
Southern Cross Incorporated Dara Cothrom
|
Posted - 2009.03.27 14:19:00 -
[3259]
Originally by: Employee Kate In my EFT, 2x tracking enhancer I is giving me a higher optimal range than 2x tracking enhancer IIs.
Could anybody enlighten me if this is a known/unknown error, or is there something i'm missing? cheers.
Confirm that. I get the same error. Looks like there is an extra entry in the T1s that is doubling their effectiveness. sXe |

HellSpeed
Gallente Estrale Frontiers BlackWater.
|
Posted - 2009.03.27 14:57:00 -
[3260]
Any possibility of making an "Import" exported in-game EVE fitting xml files? It would help speed up things. On the other hand, why are you reading my signature? |

Caldari Citizen4714
|
Posted - 2009.03.27 15:45:00 -
[3261]
Bug: Sometimes a fitting will get corrupted and EFT will lock up when starting up. The only way I've found to fix it is to start deleting the most recently made fits until it starts again.
An error message - that is NOT a modal dialog with only an OK button - informing me which fit is corrupted would be nice, skip loading that one and start up. - Support DISBANDING the Alliance CCP Renamed at the Alliance's Request |

David LeBatas
WOLIMAZO INC
|
Posted - 2009.03.27 16:31:00 -
[3262]
Originally by: Fossil Wolf
Originally by: David LeBatas Is there a way to keep EFT synced between two PCs without breaking it. I tried copying cfg files back an forth, but it only resulted in an exception error when starting EFT, so now I've lost most of my loadouts and neither client works.
You can keep them in sync by using a dropbox its free. Drop the whole program into a folder with in 'My Dropbox' and it will auto sync between the two computers.
If it was that simple, I wouldn't have bothered posting. As I said, I am getting exception errors by EFT if files get overwritten or the number of cfg files increases over the previous amount by some threshold.
|

Employee Kate
|
Posted - 2009.03.27 17:14:00 -
[3263]
Originally by: Warrio
Originally by: Employee Kate In my EFT, 2x tracking enhancer I is giving me a higher optimal range than 2x tracking enhancer IIs.
Could anybody enlighten me if this is a known/unknown error, or is there something i'm missing? cheers.
Confirm that. I get the same error. Looks like there is an extra entry in the T1s that is doubling their effectiveness.
But which one displays the correct info? Tracking II or I? |

Nif Makria
Caldari Aquilan Federation
|
Posted - 2009.03.27 23:55:00 -
[3264]
Ive a standard Raven with a shield tank setup. Ive updated my skills ( i checked that the last thin I learnt was in the skills list in EFT) I dont have any implants at all.
Now according to EFT my capacitor will run out after 5minutes... yet in testing this in game, im still sitting after about 15minutes and my capacitor is still only 75% used.
Why is the EFT way way out on capacitor time? - am i missing something? Im worried as if the EFT is out on the capacitor time, then could it be out on something else as well?
EFT made me fit 3 capacitor flux coils so I can get stable - in reality I can fix 2 - get stable and use that slot for something else !! Had I not tested this I EFT would have me use up a slot that was not needed. Be seeing you.... |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2009.03.28 01:27:00 -
[3265]
Can we see that fit at the very least? And the image of that fit in EFT, please. -- Thanks CCP for cu |

Peter Francisco
|
Posted - 2009.03.28 12:14:00 -
[3266]
Originally by: Nif Makria
Now according to EFT my capacitor will run out after 5minutes... yet in testing this in game, im still sitting after about 15minutes and my capacitor is still only 75% used.
Is EFT accounting for turrets/launchers (or other modules), while your testing does not?
|

Warrio
Southern Cross Incorporated Dara Cothrom
|
Posted - 2009.03.28 13:05:00 -
[3267]
Originally by: Employee Kate
Originally by: Warrio
Originally by: Employee Kate In my EFT, 2x tracking enhancer I is giving me a higher optimal range than 2x tracking enhancer IIs.
Could anybody enlighten me if this is a known/unknown error, or is there something i'm missing? cheers.
Confirm that. I get the same error. Looks like there is an extra entry in the T1s that is doubling their effectiveness.
But which one displays the correct info? Tracking II or I?
Tracking II is fine. Tracking I is showing double bonuses. sXe |

Blonde Prince
|
Posted - 2009.03.28 13:09:00 -
[3268]
Originally by: Nif Makria Ive a standard Raven with a shield tank setup. Ive updated my skills ( i checked that the last thin I learnt was in the skills list in EFT) I dont have any implants at all.
Now according to EFT my capacitor will run out after 5minutes... yet in testing this in game, im still sitting after about 15minutes and my capacitor is still only 75% used.
Why is the EFT way way out on capacitor time? - am i missing something? Im worried as if the EFT is out on the capacitor time, then could it be out on something else as well?
EFT made me fit 3 capacitor flux coils so I can get stable - in reality I can fix 2 - get stable and use that slot for something else !! Had I not tested this I EFT would have me use up a slot that was not needed.
Make sure you have the ship piloted in EFT. If pain persists, link the fit here.
|

HEPEAJIbHOCTb
|
Posted - 2009.03.28 18:24:00 -
[3269]
I found a bag. I fly following Arby: [Arbitrator, New Setup 1] Nanofiber Internal Structure II Nanofiber Internal Structure II Reactor Control Unit I Damage Control II
10MN MicroWarpdrive I Large Shield Extender II Large Shield Extender II Warp Disruptor II
E50 Prototype Energy Vampire E50 Prototype Energy Vampire E5 Prototype Energy Vampire Small Energy Neutralizer II
Anti-EM Screen Reinforcer I Anti-Thermal Screen Reinforcer I Anti-Kinetic Screen Reinforcer I
Hornet EC-300 x5 Hammerhead II x5 Hobgoblin II x7 Warrior II x8
With this skills: http://eve-sheet.com/skills/HEPEAJIbHOCTb
In EFT I permarun 3 nos, neut, point and DCU with 100% capacitor. In game cap goes to 0 in a 2-3 min.
|

Lelulie
Minmatar Republic Military School
|
Posted - 2009.03.28 18:51:00 -
[3270]
EFT assumes you have a target to fully NOS to the extent of your fittings under the previous NOS changes.
I'd bet you didn't for your test. ------------------------------------ |
| |
|
| Pages: 1 2 3 4 5 6 7 8 9 10 20 30 40 50 60 70 80 90 100 .. 188 :: one page |
| First page | Previous page | Next page | Last page |