Little Fighter Empire - Forums

Full Version: [C#] LF Studio by wirwl
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
I'm glad present my Advanced Data Editor that I'm called "Little Fighter Studio", short name "LFS"
There are syntax highlight, auto-complete window, projects explorer, you can run lf2 exe directly in App and so on.

Advanced users can create plugins. You need experience with Visual Studio and C#.

There are next plugins:
1) MultiLineFindAndReplace (last build 102)
Show screenshot (Click to View)
2) MemoryReader (last build 100)
Show screenshot (Click to View)
3) FrameGenerator (last build 101)
Show screenshot (Click to View)
I'm planning create next plugins:
1) Char installer
2) Visual background editor - like in this video: http://youtu.be/9pyRVJxHiXk
3) An many others plugins...

System requirement:
1) The Microsoft .NET Framework 4 redistributable package (stand alone) or Web Installer(clickable)

Download last version (with plugins):
LFStudio 1.0.1 - http://u.to/on6cAg


Official Youtube channel: http://www.youtube.com/user/LitteFighterStudio
Avaliable videos:
1) Import files from File System

Some screenshots:
GETTING STARTED:
You can work with dat files without project (File -> Open file), but it's more powerful using project system because it provides access to more features.
Follow this steps:
1) Create Project:
See screenshot (Click to View)
2) Appears save file dialog, type name for project file.

3) Fill project options and press "Save":
See screenshot (Click to View)
4) Press right mouse button on project title in "Projects explorer" window and choose "Import files in project":
See screenshot (Click to View)
See screenshot (Click to View)
See screenshot (Click to View)
5) Now you ready create your own mod! Grin
Little update:
1) Remove non existing path to projects from "projects.txt"
2) Fix problem with loading "lf2.xshd"
Could I suggest uploading these files onto a filehost? LFE's storage is not great, and there is a limit for (normal) members.
>>Click here to check.<<
i will test this once you've got a visualizer working (:
cant wait
What news?!
1) Released Lf Studio 0.1.2 (To Download see The first post in this topic)
2) Fix many bugs
3) Implemented plugin system!
4) Released The First plugin: "Multiline Find & Replace"(Click to watch Screenshot, To Download see The first post in this topic)
5) Redesigned icons in Projects Explorer
The Next:
1) Fix another many bugs (pain) :'(
2) Will create a plugin "Frame generator"

Stripped the white colour. Hard for some people using a certain theme to read. ~ blow_fly98
Can you reduce the version of the .NET Framework? It requires .NET Framework 4 and I cant seem to find it.
Sorry I can't reduce the version of the .Net Framewrok.
Net framework 4 (stand-alone)
http://www.microsoft.com/download/en/det...x?id=17718
or Net framework 4 (web installer)
http://www.microsoft.com/download/en/det...x?id=17851
News:
Updated plugin Multiline Find & Replace (Build 101)
Fixed problem with infinity loop.
Link to download: http://www.mediafire.com/?8pxnazf5j8xabqi
how does one write his own plug-in for this? Can you release the source for the multiline find or at least some basic template? I want to try writing one :D
(07-12-2011, 02:48 PM)Lord Silva Wrote: [ -> ]how does one write his own plug-in for this? Can you release the source for the multiline find or at least some basic template? I want to try writing one :D

Download this archive: http://www.mediafire.com/?jczdyk1lazc8lqb
It include
1) Minimal Plugin without GUI
2) Minimal Plugin with Win Forms Window
3) Minimal Plugin with WPF Window
You can open solution(projects) in Visual Studio 2010.

If you want create plugin - describe your plugin. I'm try to help you in coding.

P.S. This code you can use to access to active opened file (dat or txt), for example
Code:
DockingManager dm = (DockingManager)AppObjects.AppGrid.FindName("DockManager");
TextEditor te = ((dm.ActiveDocument as DocumentContent).Content as TextEditor);
Pages: 1 2 3 4 5 6 7 8 9 10 11 12