![]() |
[C#] LF Studio by wirwl - Printable Version +- Little Fighter Empire - Forums (https://lf-empire.de/forum) +-- Forum: General Zone (https://lf-empire.de/forum/forumdisplay.php?fid=23) +--- Forum: Programming (https://lf-empire.de/forum/forumdisplay.php?fid=50) +--- Thread: [C#] LF Studio by wirwl (/showthread.php?tid=6669) |
RE: [C#] LF Studio by wirwl - YinYin - 04-12-2012 admin yes compatibility mode admittedly no i will try that but this should not be needed RE: [C#] LF Studio by wirwl - wirwl - 04-20-2012 New version of LFStudio 0.8.0 - http://u.to/oW4FAg 1) Improve perfomance of loading projects, plugins, importing files. 2) Add splash screen. 3) Fixed errors. RE: [C#] LF Studio by wirwl - Azriel - 04-20-2012 this is awesome =D. i did still have startup issues, but after trying a few times i got it. the static graphic viewer is amazing Azriel~ RE: [C#] LF Studio by wirwl - wirwl - 04-20-2012 (04-20-2012, 12:47 PM)Azriel Wrote: this is awesome =D. i did still have startup issues, but after trying a few times i got it. the static graphic viewer is amazingI'm glad. In next versions i'm planning create "dynamic graphic viwer", plugins (char installer, sprite mirrorer, char resizer), window for selecting weapons, etc.... RE: [C#] LF Studio by wirwl - YinYin - 04-21-2012 startup error: Code: System.UnauthorizedAccessException: Access to "c:\test1.txt" was denied. also the lfo firen splash was a bit unsettling win 7 noticed that the program didn't run correctly on the first start and did some compatibility settings on it's own on the second run it got the same error as above + it detected unhandled exceptions and then terminated: Code: System.NullReferenceException: Object reference not set to an instance of an object. third run same as second (btw i like the save modded files button if it does work in case of such an emergency) fourth run as admin - now i do have some test1 and test2.txt inside c: but the program actually starts without any problems this time - please remove this test.txt requirement ... or in fact any other direct c: access leave it to the programs own path and the projects paths Code: Application_Startup: 0.0017374 sec. testing feedback on the program itself later on - i will have some fun with those visual frames hopefully edit: why is there no simple open or at least import file? as i already have most of my things or templates lying around i do not ever start with a blank (new) file. also consider allowing to simply edit files without having a project open. and the static graphic viewer only gave me 'invalid pic' ... how exactly do i get it to work? RE: [C#] LF Studio by wirwl - wirwl - 04-21-2012 test1.txt its for debugging, i'm will release fixed version today. How to simply import files see first post in this thread. You just need create project and import files from file system (context menu) to project. Open files with double click in "Projects explorer". Quote:as i already have most of my things or templates lying around i do not ever start with a blank (new) file.You can add existing file in "projects explorer" (context menu) RE: [C#] LF Studio by wirwl - YinYin - 04-21-2012 oh that's great the program somehow does not accept my pens right click so there were no context menus for me at all (have to use the touch pad instead for right clicking) the static graphic viewer is awesome - i can finally simply draw the areas and move the weapon to its spot two things are off right now: next: -999 is displayed as invalid (or any other negative next apparently) and the 'next' frame gets drawn rather badly right above the selected one the feature of showing the next right away ain't bad if it were done right either make the center points of both match or display them well next to each other (like your first preview with the arrow in between) maybe actually allow both to be switched what are the focus to buttons supposed to do? RE: [C#] LF Studio by wirwl - wirwl - 04-21-2012 Hotfix. LFStudio 0.8.1 http://u.to/pw0GAg Quote:what are the focus to buttons supposed to do?sometime it's usefull... RE: [C#] LF Studio by wirwl - prince_freeza - 04-21-2012 one thing for sure his studio helped me so much with locating opoints/wpoints/centrex/centries...etc all the stuff i was spending hours on paint trying to allocate before. could do the them in minutes. one thing id suggest you add, is when you lets say locate the opoint in davis ball frames you can add a ball or something just like the thing with the wooden bat in the wpoint locating system. RE: [C#] LF Studio by wirwl - YinYin - 04-21-2012 (04-21-2012, 03:24 PM)wirwl Wrote: sometime it's usefull... i still dont know what it actually does |