FDC TC - WFX plugin for advanced system tweaking from TC

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

FDC TC - WFX plugin for advanced system tweaking from TC

Post by *alexanderwdark »

FDC TC based on my FDK (Fast Disk Cleaner) engine.

This freeware tool has text-based plugin support, can make system tweak based on Registry, Ini and Cfg (ini w/o sections) file.

Any user can add it's own plugin, because it format is simple and useful.

Collection now has more the 210 system tweaking plugins.

And now I wrote plugin for the best file manager based on it's, FDK, source code.

download it

Warnin for non-russian speaking! Plugin has English/Russian GUI, text-based tweaking plugins have Russian titles and descriptions.
Last edited by alexanderwdark on 2008-04-27, 16:12 UTC, edited 5 times in total.
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

Please add languages support for GUI (the rest can be translated easily by users).
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

fenix_productions wrote:Please add languages support for GUI (the rest can be translated easily by users).
GUI - it's no problem, but collection of plugins - it's a problem ))

There are 226 plugins at this moment.
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

fenix_productions wrote:Please add languages support for GUI (the rest can be translated easily by users).

WCX FDC_TC with English/Russian GUI
User avatar
Lefteous
Power Member
Power Member
Posts: 9536
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

I got the following error messages during installation. It's in German maybe the addresses can help you finding the problem. "Unbekannter Softwarefehler" means "unknown software error".

---------------------------
TOTALCMD.EXE - Fehler in Anwendung
---------------------------
Die Ausnahme "Unbekannter Softwarefehler" (0x0eedfade) ist in der Anwendung an der Stelle 0x7c812a5b aufgetreten.


---------------------------
OK Abbrechen
---------------------------


and

---------------------------
TOTALCMD.EXE - Fehler in Anwendung
---------------------------
Die Anweisung in "0x027339e6" verweist auf Speicher in "0x027c20d8". Der Vorgang

"read" konnte nicht auf dem Speicher durchgeführt werden.


Klicken Sie auf "OK", um das Programm zu beenden.
Klicken Sie auf "Abbrechen", um das Programm zu debuggen.
---------------------------
OK Abbrechen
---------------------------


---------------------------
Error
---------------------------
Runtime error 216 at 027339E6
---------------------------
OK
---------------------------

I'm using Windows XP SP 2 German and the latest TC build.
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

Did You download it correctly? Please, try to download again. Has plugin write access to total commander directory?
User avatar
Lefteous
Power Member
Power Member
Posts: 9536
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

Has plugin write access to total commander directory?
No of course not.
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

Lefteous wrote:
Has plugin write access to total commander directory?
No of course not.
It's a problem - now it supports only ini storing it that dir. And plugins are rebuilding and checking when plugin loads, write access to plugin directory must be enabled.


Last edition of FDC_TC
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

alexanderwdark wrote:Has plugin write access to total commander directory?
Lefteous wrote:No of course not.
Plugin now writes only to it's own directory and don't writes to directory of TC.

Readonly checking was added.

Download last edition of FDC_TC

GUI is En/Ru, plugins are in Russian.
Last edited by alexanderwdark on 2008-04-24, 14:43 UTC, edited 1 time in total.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50479
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

First, many thanks for writing a TC plugin!
Plugin now writes only to it's own directory and don't writes to directory of TC.
I recommend that plugins write their ini file to the location of the wincmd.ini. You can find out this location by implementing FsSetDefaultParams. The DefaultIniName field contains path+file name of a standard ini file name. Just use the path with your own file name.
Author of Total Commander
https://www.ghisler.com
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

ghisler(Author) wrote:First, many thanks for writing a TC plugin!
Plugin now writes only to it's own directory and don't writes to directory of TC.
I recommend that plugins write their ini file to the location of the wincmd.ini. You can find out this location by implementing FsSetDefaultParams. The DefaultIniName field contains path+file name of a standard ini file name. Just use the path with your own file name.
Yes, I use it in my StegoTC and DarkCryptTC plugins, it's very useful. Thanx.

But in FDC_TC i need to process text-based plugins, rebuild base, etc. and need write access to plugin directory. Maybe, later I find solution...
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50479
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Maybe if writing to TC directory fails, you should try to write these to the ini directory too?
Author of Total Commander
https://www.ghisler.com
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

ghisler(Author) wrote:Maybe if writing to TC directory fails, you should try to write these to the ini directory too?
Yes, but it was plugins duplication. After istalling plugins are location in wfx directory. If using ini directory i need to copy plugins to this directory and work with it. For modifications by-hand (deleting, editing text-based scripts) it maybe not useful.


P.S. There is FDC_TC version, which stores plugins and config in ini location

build 27.04.2008



Also, there is interesting thing.

If I pack this plugin installpack to zip, it detects and install OK.

If I convert or pack install pack to rar (3.71) it's not detected as wfx installer archive.

Zip archive with installpack
Post Reply