Download link: http://sinseditor.blacklotushq.com/Releases/SinsEditor102.rar
Thank you for using Sins Editor. This program is intended to assist with the editing of entity files.
As of v1.0.2, Sins Editor provides the following features:
Basic editing operations catering to the entity and constants file structure. These operations include:
Advantages over basic text editors:
Future release v1.1.0 promises the following features:
ouch nice to see the bug got squashed (the more serious one you found i hope)
the one i found is just a nuisance bug
take your time
and for heavens sake dont drive yourself crazy
took me a whole month to figure out how to hack a game i played years ago that had a sneaky way of keeping you from hacking, about halfway thru i wanted to shoot the people who did the protection setup (i won in the end thats all that matters)
By shooting?
HAHA NOPE
i figured it out they used a decreasing -
if you bought 1 it would drop a number 1 then they made it ascii
old game as i said
The one you discovered as well as the "critical issue" were both fixed.
I missed an easy way to save the states. So, I think it will be fine. If I make each line an object that contains the state (collapsed/expanded, of course if it has no children, it is collapsed as well), I can restore the way the tree looks easily enough. It will take a bit (maybe 30 minutes or even more, since i have to change a reasonable amount of code. If it does, I will do more tomorrow on it). I am both angry that I forgot such a simple solution and relieved that such a simple solutioin exists. The point is, if all goes well, the program UI behavior should be just fine.
-Ian
cool was hopeing it was an easy fix seemed too me it didnt close the stuff you had open before
easy work around is JUST DONT OPEN THE SAME FILE twice in a row LOL
Heh, yes, it was an easy fix.
I keep two copies of my file objects, mFiles and mOldFiles.
mFiles is the one that is kept up to date any time the file is modified, where as mOldFiles is only updated when the file is saved or first loaded. This is how I detect whether or not a file has been modified and needs to be saved.
On the Close All command, I did mFiles.Clear() but not mOldFiles.Clear(). So, when it tried to readd the files to mOldFiles on load, mOldFiles contained that file already, and would throw an exception. The fix was extremely simple. Just add mOldFiles->Clear(). A one-line fix.
This does not happen on the close command, since I use a different method, which was working properly.
I have a cold now, so I am relaxing. Well, I always relax anyway. Point is, I haven't done any work on the project today . Maybe I will tomorrow. But, as I said, since I understand an easy way to fix the one thing I didn't like now, the version delivered will be well polished.
Just wait a few days for me to feel better and do some work on it .
I am very sorry that I set a release time and then made folks wait a long time.
Not like you're getting paid for it, so the only deadline is whenever you feel like it.
Either that, or I want off.
Much too tired to be posting lucidly:
hope you feel better
i have a birthday today so im not gonna be doing much but fun stuff!
Well, since my boss forced me to come in to work today despite me being ill, I am going to get my revenge by doing jack shit the entire day. So, since I am doing nothing, I might as well write up a readme here for you to read and me to copy/paste into a document later and use it as the real readme, thus saving time.
Thank you for using Sins Editor. This program is intended to assist with the editing of entity files, and will allow you to edit the constants file as well.
As of v1.0.1, Sins Editor provides the following features:
You do the helpful info very well. You should make a new career out of it.
yeah thats the spirit
get better
then put it out
just make sure you spread the cold around at work
Nah, it is only the boss's fault. There is no reason for me to give it to a bunch of people who have nothing to do with the issue.
i know there is an issue but can you download it anyways if so where cause im not finding it. im trying to make a mod and having issues with conversion and thought this might help but nothing else has
which version of the game code will it work for? and should we wait to 1.01 before getting it or is it usable now?
Hmm... technically, it is usable and it will allow modding; however, I don't want to release the download link for v1.0.0 and deal with bug reports of things I already fixed.
There are quite a few improvements in v1.0.1, so it is better to wait for it to be released.
It should be a day or two.
So khill9981 and dchan1936, give it a day or two. .
its ok im still trying to get around the lack of scripting for what im trying to do
Here it is. v1.0.1It can parse constants files; however, I have disabled that.
The reason being: The hybrid treeview/listview custom control I use, while being very useful in some areas, is also poor in others. Mainly it has a bad insertion algorithm, and it seems to have serious problems handling large views.
The constant file loads and is parsed correctly and can be displayed by the program; however, if I try to scroll, the program does not like that.
The exception it throws is at the highest level, and thus even if I catch it, I cannot prevent program termination. When working with data that requires saving, having a program unexpectedly terminate is not an option.
Until I move to a new control, I will have to disable parsing anything besides entity files.
You can also only insert upwards; however, I plan to change that in v1.1.0. It is not a big issue.
Enjoy, and please report any bugs to me; however, if they are not program-breaking, do not expect a fix until v1.1.0.
As for v1.1.0, I have no ETA. I don't work on this program much, and I have a lot of things I want to add as well as a few things I want to fix. I will not release v1.1.0 until what I want to do is done. This could be anywhere from a few weeks to over a month. It depends on how much time / week I put into the project. So far, it has been only about 1 1/2 - 2 hours per week.
Have fun!
Give opinions!
Download: http://sinseditor.blacklotushq.com/Releases/SinsEditor101.rar
Hi, I have a favor to ask of anyone willing to do this.
For v1.1.0, I want to have a list of valid values for each type definition in an entity file (eg: entityType "Ability";"Buff";"Ship", etc). Obviously number values are not taken into account. To do this requires a lot of looking up valid values and whatnot, which will greatly increase the time it takes for me to get v1.1.0 out.
What I would like from someone (or multiple people), is a list of all valid values for each entity definition in the exact format (I will make up defintions, since I don't know the real ones)
entityType "Ability","Buff","Ship"buffInstantActionType "ApplyBuffToTarget","ApplyBuffToSelf"instantActionTriggerType "AlwaysPerform","PerformOnEvent"buffType "BuffAbilityGuidance","BuffAbilityDestruction"
....
I would like the list to be in a file called "values.def"
This would allow me to easily load up the values and have them appear appropriately in the UI.
It would also allow for new values to be added at any time.
If someone can take the time to do this while I work on the other features, I would be extremely greatful and I would most certainly mention you as a contributor.
Thank you,
well most of these are already listed in the sticky at the top of the moding page. "modifyer list" or something like that. altho not in the order you want them and not complete to the point where you want it,
Suppose I'll do it just as soon as I have some spare time. Not really sure if any were added for Entrenchment, however.
Maybe this will help...
http://files.filefront.com/Enumszip/;13016170;/fileinfo.html
It's the enum collection I've compiled so far while working on my Mod Manager.
StCobalt, yes, I know; however, I do not want to spend the time compiling a list when that time can be spent adding new features. I don't have much time, so when I do get time, I want to be productive. Having others who don't have access to the source or don't know how to code help out with things like this, while I continue to add features, is extremely productive and allows for a much faster release of the program.
KitKun, since I can add things dynamically to the complete list, it will be easy to patch it for entrenchment. No worries. I would appreciate your help a lot.
ProgressBar, are the enum classes the exact name of the entry in an entity file? Also, are the values which are bound in xml the same ones in the entity files? For example:
[XmlEnum("0")]
AllOnDelayInstantActionsDone = 0,
...
You bind AllOnDelayInstantActionsDone to 0, is AllOnDelayInstantActionsDone the exact name I will see in the entity files?
FinishConditionType "AllOnDelayInstantActionsDone"
If so, yeah, these files would be helpful, and I can convert them into my list and send it to kitkun so she does not have to do much work at all.
If not, I do not think I can use it; however, I will comment that the way you have it set up is very nice!
The name of all my enum values is exactly as it appears (minus quote marks) in the entities.
The XmlEnum value is just what I use to serialize classes to save space.
And the int value assigned (i.e. AllOnDelayInstantActionsDone = 0) is arbitrary... really just either alphabetically ordered or just the order I discovered the value in.
There are many great features available to you once you register, including:
Sign in or Create Account