![]() |
VDC v1.5 - Printable Version +- Little Fighter Empire - Forums (https://lf-empire.de/forum) +-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7) +--- Forum: Projects (https://lf-empire.de/forum/forumdisplay.php?fid=10) +--- Thread: VDC v1.5 (/showthread.php?tid=9777) |
RE: VDC v1.1 - Kim_Bo - 04-12-2015 (04-11-2015, 07:16 PM)MangaD Wrote: If I start scrolling through the frames with the up/down arrow, the program will run out of memory and an unhandled exception is thrown. I've tried to do the same, but problem did not occurred. You have to buy more RAM xD (just joking) To solve this- do You think that 11 frames loaded in same time would be enough? My idea would be like: 5 (for going up).... current ....5 (for going down) (moving up or down is loading the new frame, and unloads the last one) I will try to look into code (not earlier then in next weekend), maybe we could solve this problem. RE: VDC v1.1 - YinYin - 04-12-2015 (04-12-2015, 05:43 PM)Kim_Bo Wrote: I've tried to do the same, but problem did not occurred. You have to buy more RAM xD (just joking) Already solved it. It's because Bat has half a sprite sheet (_1.bmp) and the unused dash defend uses a picture from that empty area. Eventually did have to try catch the line that crops the currently viewed frame, in case it tries to crop out of range. RE: VDC v1.1 - Archer-Dante - 04-13-2015 ![]() Well... What i did in wrong way? ;D There is no sprite appears... RE: VDC v1.1 - bashscrazy - 04-13-2015 I just downloaded it right now and tested it myself. In my DBZ LF2 Mod folder it doesn't work either. I tried on my original LF2 folder and it works fine. I did numerous tests and figured out the problem. You need atleast 1 lf2 EXE in your folder, modded or original named lf2.exe Should fix it. EDIT: (04-08-2015, 03:59 PM)YinYin Wrote: Updated to v1.1 Apparently YinYin already mentioned that earlier VDC v1.2 - YinYin - 04-13-2015 Update (04-02-2015, 04:19 PM)YinYin Wrote: v1.2 (04-13-2015, 06:44 PM)Archer-Dante Wrote: What i did in wrong way? ;DYou tell me. (04-09-2015, 10:29 AM)Deep Wrote: Its re-directing me to the same page again and again after clicking Authorize Download.Is this still a problem? Does that always happen on mediafire? edit: (04-13-2015, 08:45 PM)bashscrazy Wrote: You need atleast 1 lf2 EXE in your folder, modded or original named lf2.exeWell aware. Will do once a settings dialog is in allowing you to specify the lf2 directory. Else I have to go by something to track it down automatically. RE: VDC v1.1 - bashscrazy - 04-13-2015 Oh lol, I wasn't saying that you should fix it but it would fix the issue of no images appearing lol RE: VDC v1.1 - YinYin - 04-13-2015 Oh right. I should probably add a notification for when the lf2 directory is unspecified either way. RE: VDC v1.2 - Archer-Dante - 04-13-2015 Quote:You tell me. Ok, now i'm figured out what's wrong. VDC sprite viewer doesn't work if in native game folder exe isn't named as "lf2.exe" that's weird~ RE: VDC v1.2 - Kim_Bo - 04-14-2015 few bugs found on my side: 1. Don't know which function i should use- open or import? Scenario: I open *.dat file, make minor change, then save as same *.dat file. Import different file, and then import the first file- it seems like file is still encrypted. 2. Some exception occurred when trying to zoom in and out with bigger frames using mouse scroll. VDC stopped and Mouse -1 exception showed. 3. In Frame Viewer Ctrl+Z behaves weird. Sometime scales itr, sometimes goes to different frame. RE: VDC v1.2 - YinYin - 04-14-2015 (04-14-2015, 04:33 PM)Kim_Bo Wrote: few bugs found on my side:The program currently only decrypts files via the import. Else it works entirely in unencrypted .txt format. What you did was save unencrypted text into a .dat file and then tried to decrypt that unencrytped file (you can do the same with a normal data changer: rename any .txt file to .dat and open that with it). (04-14-2015, 04:33 PM)Kim_Bo Wrote: 2. Some exception occurred when trying to zoom in and out with bigger frames using mouse scroll. VDC stopped and Mouse -1 exception showed.Full detail of the exception would be nice. (04-14-2015, 04:33 PM)Kim_Bo Wrote: 3. In Frame Viewer Ctrl+Z behaves weird. Sometime scales itr, sometimes goes to different frame.That's a problem with how I update the text box from the frame viewer. I currently look for lines that contain changed data, delete them and reinsert them with the respective strings replaced. In turn every updated line has two undo steps, which is rather awkward. If anyone can find out how to modify the undo stack of the fast text box or replace a line in one step that'd help. |