These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

[RELEASE] PHPBB fitting display mod - Up[dated for Crucible 1.6

Author
Khi3l
The Phoenix Revival
#61 - 2012-06-09 14:52:08 UTC
Khi3l wrote:
Any chance for Inferno release in 7zip format ?


BUMP

I think only database has changed. I'm not familiar with CCP DB dump so i can't do the changes myself.
Troy Aihaken
Quekz
#62 - 2012-07-03 20:36:54 UTC
Is the SMF and PHPBB ones still working if so please post the links below Big smileBig smile

NodeJS Developer | Frontend Development | Programming Enthusiast

Kugler
Triglavian Team
#63 - 2012-07-12 18:43:56 UTC  |  Edited by: Kugler
Bump.

Very good work. Thanks!

But

Any progress with Inferno database ?
Usikava
Section 0
#64 - 2012-07-21 13:32:08 UTC  |  Edited by: Usikava
So here you go updated SQL commands for inferno (there is 6 txt files in rar archive with commands for modules(files 1-5) and ammo (6th file) tables, I recommend u to fully clear tables and run commands to remove old modules and add new\renamed ones instead, though you can just run new commands to have both variants but it will create alot of duplicate entries in your DB), let me know if I forgot something I'll add it and reupload.
NEW FILES IN NEXT POST
Usikava
Section 0
#65 - 2012-07-21 18:09:47 UTC  |  Edited by: Usikava
Well we have found one mistake, not sure who've made as we haven't found Rapid Light Missile Launchers in the DB...
INSERT INTO `EFTmodules` (`TypeID`, `TypeName`, `location`) VALUES
(1877, 'Rapid Light Missile Launcher II', 'hiPower'),
(1875, 'Rapid Light Missile Launcher I', 'hiPower'),
(8007, 'Experimental SV-2000 Rapid Light Missile Launcher', 'hiPower'),
(13919, 'Domination Rapid Light Missile Launcher', 'hiPower'),
(13920, 'Dread Guristas Rapid Light Missile Launcher', 'hiPower'),
(16061, 'Caldari Navy Rapid Light Missile Launcher', 'hiPower'),
(17484, 'Republic Fleet Rapid Light Missile Launcher', 'hiPower'),
(20597, '''Pickaxe" Rapid Light Missile Launcher', 'hiPower'),
(22566, 'True Sansha Rapid Light Missile Launcher', 'hiPower');


*UPD*
Malkuth, Limos and Arbalest launcher commands fixed
INSERT INTO `EFTmodules` (`TypeID`, `TypeName`, `location`) VALUES
(8023, 'Upgraded ''Malkuth'' Rapid Light Missile Launcher', 'hiPower'),
(8025, 'Limited ''Limos'' Rapid Light Missile Launcher', 'hiPower'),
(8027, 'Prototype ''Arbalest'' Rapid Light Missile Launcher', 'hiPower');

And I've found that Scripts weren't in the DB ether so here u go:
INSERT INTO `EFTCharges` (`typeID`, `typeName`) VALUES
(28999, 'Optimal Range Script'),
(29001, 'Tracking Speed Script'),
(29009, 'Targeting Range Script'),
(29011, 'Scan Resolution Script'),
(29005, 'Optimal Range Disruption Script'),
(29007, 'Tracking Speed Disruption Script'),
(29013, 'Scan Resolution Dampening Script'),
(29015, 'Targeting Range Dampening Script');

So everyone who've used my uploaded commands from last post U could just run commands from this post
For everyone else here is the new archive:
PHPBB Fitter SQL Commands (EVE Files)
Khi3l
The Phoenix Revival
#66 - 2012-08-01 09:00:07 UTC
Anyone has an updated version of this mod and can post a zip file ?

Will be glad to port this on SMF but i can't extract the zip file on the first post and the 7z file hasn't been upgraded.

So Usikava, if you want, can you provide a new zip file (or 7z file) with the mod including your updates ?
Usikava
Section 0
#67 - 2012-08-07 22:37:49 UTC
Khi3l wrote:
Anyone has an updated version of this mod and can post a zip file ?

Will be glad to port this on SMF but i can't extract the zip file on the first post and the 7z file hasn't been upgraded.

So Usikava, if you want, can you provide a new zip file (or 7z file) with the mod including your updates ?


Deposit Files 7z file (eve-files just don't eat 7z =P) but still there is just 6 txt files in archive with updated SQL commands for DB there is no updates to mod itself