Forge Tools

I'm working with the forge tools.
Essentially I'm trying to create an EVE Online mod.
It was all working well, I started by making the Caldari race.
Using existing models, I was essentially going to make the physical stats and icons for all the eve ships to start with.

I found that pretty much the ONLY way to mod the game is to make a change, load the game and mod, and see if it crashes.  Every other change I attempt to make causes a minidump.  I've got about 300 minidumps in my directory now.

It's really annoying having to figure out what I did wrong simply by the binary yes/no "did it crash" solution.  The game does not inform me at all what went wrong when it is reading a file.

As it is now, at some point I made a few too many changes, and I can't figure out which file is causing a crash.  I've reverted as many files as I can figure I changed, since my last "it didn't crash" load, but it just won't load anymore.

Can we get some error messages and "you did this wrong" popups so that it's easier to do mods?  The detail at which we can mod is EXTREMELY impressive, but with all the crashing, it's incredibly hard to make any changes in any reasonable amount of time.

And I can't submit 300 minidumps either, that's a waste of everybody's time.
3,686 views 5 replies
Reply #1 Top
WOW I really hope you manage to solve the problems an EVE mod would be awesome!

Starbucaneer
Reply #2 Top
There's an option you can toggle in your user.setting file that shows you better error info. It's towards the bottom of the file.
Reply #3 Top
Now that I've recieved a response from CCP allowing the use of the race and ship names, and their icons, I'm going to continue work on this mod. Thanks for the tip Annatar11.

:D
Reply #4 Top
Gnord, you want to set the logging setting as Annatar mentioned.  I'd also suggest using the developer exe, which should have a lot more useful error messages pop up directly.
Reply #5 Top
Yes, I found that too when I downloaded the new mod toolkit. I basically had to start over, but I'm using source control program now, so it's a lot easier to track what I've edited, and how, and to backtrack. Since it's all text, so far it's worked quite well.