[W.I.P] LF2 Data Debugger | Update [4/5/09] - 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: [W.I.P] LF2 Data Debugger | Update [4/5/09] (/showthread.php?tid=2788) Pages:
1
2
|
RE: [W.I.P] LF2 Data Debugger - Boop - 05-04-2009 (05-03-2009, 06:51 AM)no one Wrote: Some bugs: 1.White dot = 0,0 ... Where all the stuff is calculated from. It is a feature . 2.Fixed 3. Do you mean when you turn, and you see it flash for a split second? Not much I can do about that, doing complicated maths ;P. 4. Done . Anyway updated . Read first post. Looking for design suggestions for the editor... I don't think a blank window is good . RE: [W.I.P] LF2 Data Debugger - YinYin - 05-04-2009 (05-04-2009, 03:49 PM)Lord Silva Wrote: Looking for design suggestions for the editor... I don't think a blank window is good .true you might first of all want to label every input so we know what it is and then perhaps align in a similar way to the original data RE: [W.I.P] LF2 Data Debugger | Update [4/5/09] - no one - 05-04-2009 The editor window was brillian. Does it change the code in the dat file when you do in the game too? Only one thing to complain about: hard to code since there is no label. EDIT: ninja'd. RE: [W.I.P] LF2 Data Debugger | Update [4/5/09] - YinYin - 05-04-2009 i just noticed that the first input is actually the frame itself - thats pretty damn neat now how about adding centerx/y and other values d: edit: theres are one/two things i really really could use this for wpoint(/cpoint) positioning and weaponact(/action) because for itrs/bdys i usually create/select the areas as i draw/render the spritesheet and thus its usually right in first place (unless its a really complicated combo/juggling(-possibility) move thing) and hence i would only use this to quickly check whether its all lookin good with wpoints(/cpoints) you cant really do that - you may get the general area where it needs to go - and the angle(/frame) that might fit - but then you really need to test it in action, with several items(/characters) - doing it manually would take even more effort and time RE: [W.I.P] LF2 Data Debugger | Update [4/5/09] - kieutuan - 05-05-2009 can't save all changes will be lost when close RE: [W.I.P] LF2 Data Debugger | Update [4/5/09] - Cerberus - 05-05-2009 WOT?! i already DCed bit 2 (yes me) and i ever had problems with this x, y, w, h... but now the problem doesnt exist any longer. thank u silva! RE: [W.I.P] LF2 Data Debugger | Update [4/5/09] - genevrier - 05-05-2009 (05-05-2009, 02:12 PM)kieutuan Wrote: can't save The LF2 programme load the data into the memory. When you edit it with this debugger, only the data in memory will be edited. (At least, you can know the test the value in real time.) @Silva So would it be possible to add a "save to data" button? (It may require an external procedure to edit the data file though.) RE: [W.I.P] LF2 Data Debugger | Update [4/5/09] - Triak - 10-02-2015 No pictures on the first post |