Page 26 of 82

Re: EHM 1 Database & Saved Game Editor

Posted: Sun Apr 09, 2017 6:21 pm
by xECK29x
Townsy17 wrote:Hi, just a quick question. Using the TBL 9.1 Rosters, I tried adding a bunch of the top rookies from the OHL draft so they would be in the game. Originally, I only added Suzuki and created a new game just to see if it would work, which it did. Then, I added a few more players, edited some attributes for other players, and updated the draft history of a few players drafted last year. However, upon doing so, I went to start a new game and got this fatal error: v1.4.1 select_leagues_screen.cpp 114 - I don't know whether it was updating the draft histories that did it, but for some reason it won't work anymore. Any help on this would be greatly appreciated, cheers.
Wow crazy i have the same issue, I recently changed some junior players as well so that must be the issue, try checking if maybe the junior teams you edited happen to have too many players, that is what I am about to look into myself. I did also attempt to fix the duplicated Garrett Metcalfe/Metcalf issue in the TBL rosters, I did attempt editing draft information as well, but reverted it.

Re: EHM 1 Database & Saved Game Editor

Posted: Sun Apr 09, 2017 7:07 pm
by xECK29x
Have a feeling 114 may be a club ID, is there an easy way to identify the club?

Edit: I was wrong, see below

Re: EHM 1 Database & Saved Game Editor

Posted: Mon Apr 10, 2017 8:05 pm
by fredriiklarsson
Is it possible to export team colours and import them in to a new database?

Re: EHM 1 Database & Saved Game Editor

Posted: Tue Apr 11, 2017 9:18 pm
by archibalduk
xECK29x wrote:BTW that error I was getting is completely related to editing draft history, it appears this is completely bugged in the editor/database if modified. Even restoring the values/retiring the players does nothing to fix this issue.
Thanks for reporting! I'll check it out next weekend.

Re: EHM 1 Database & Saved Game Editor

Posted: Tue Apr 11, 2017 11:58 pm
by xECK29x
archibalduk wrote:
xECK29x wrote:BTW that error I was getting is completely related to editing draft history, it appears this is completely bugged in the editor/database if modified. Even restoring the values/retiring the players does nothing to fix this issue.
Thanks for reporting! I'll check it out next weekend.
Excellent, if you can help fix this DB it will save me a few weeks of work :). If you would like the DB to look at just PM me. Keep up the great work!

Re: EHM 1 Database & Saved Game Editor

Posted: Wed Apr 12, 2017 3:03 pm
by Named
archi: is there possibility to add to editor options of moving up and down Stages and also copying them? Seems order of stages sometimes had affect to drawing rounds but i'm not yet figure it out :-k No matter of which dates are implemented to rounds they sometimes draw after previous Stages with completely different dates.

Re: EHM 1 Database & Saved Game Editor

Posted: Sun Apr 16, 2017 12:32 pm
by archibalduk
I have moved the discussion regarding the extra_config settings to the extra_config thread here: http://www.ehmtheblueline.com/forums/vi ... 82#p225386
Named wrote:archi: is there possibility to add to editor options of moving up and down Stages and also copying them? Seems order of stages sometimes had affect to drawing rounds but i'm not yet figure it out :-k No matter of which dates are implemented to rounds they sometimes draw after previous Stages with completely different dates.
I'll have a think about this. It should be possible.

Re: EHM 1 Database & Saved Game Editor

Posted: Sun Apr 16, 2017 2:25 pm
by Named
Thanks. :) it would be really helpfull as we dont have to redo Stages and just move them up or down. They seems had higher priority than Schedule Dates in game. Also I have a question that option "Stage name" from Stage main screen in Rules & Structures is correct showing options to choose? I think we should be able to read defined Stage Names but it display the same thing as Competition above them. Could You check it? I post some screen to explain more what i mean. :)

Image

Re: EHM 1 Database & Saved Game Editor

Posted: Mon Apr 17, 2017 2:36 am
by RomanS90
Good afternoon! Tell me, can I change the roaster settings with this editor? I can not create a new manager. I try to add through the editor, it gives an error: the maximum number of managers has been exceeded.

The second question, can you say how to add a new team to the NHL? Vegas, for example. In an already existing game.

Re: EHM 1 Database & Saved Game Editor

Posted: Mon Apr 17, 2017 10:51 am
by archibalduk
Named wrote:Also I have a question that option "Stage name" from Stage main screen in Rules & Structures is correct showing options to choose? I think we should be able to read defined Stage Names but it display the same thing as Competition above them. Could You check it? I post some screen to explain more what i mean. :)
Thanks! I have now fixed this. :thup:

Re: EHM 1 Database & Saved Game Editor

Posted: Mon Apr 17, 2017 10:56 am
by archibalduk
RomanS90 wrote:Good afternoon! Tell me, can I change the roaster settings with this editor? I can not create a new manager. I try to add through the editor, it gives an error: the maximum number of managers has been exceeded.

The second question, can you say how to add a new team to the NHL? Vegas, for example. In an already existing game.
It sounds like you are editing a saved game. You cannot move players between rosters in saved games (is this what you mean by "roster settings"?).

You cannot add new teams to an existing playable league in saved games.

Re: EHM 1 Database & Saved Game Editor

Posted: Mon Apr 17, 2017 11:22 am
by Named
Archi could You also check that Competition Name? They seems sometimes appear in game, sometimes not. Also seems option from this screen. "Overall standings Stage" crashing game. Have we got any feedback how tu use this option? I have some idea to use it but getting crashes :D

EDIT: Maybe i found some feedback 4 You. When i mark this option League Competitions Names appears like on a screen. Something seems connected :-k. EIHL works with this option.

Image

Re: EHM 1 Database & Saved Game Editor

Posted: Mon Apr 17, 2017 12:30 pm
by archibalduk
xECK29x wrote:
archibalduk wrote:
xECK29x wrote:BTW that error I was getting is completely related to editing draft history, it appears this is completely bugged in the editor/database if modified. Even restoring the values/retiring the players does nothing to fix this issue.
Thanks for reporting! I'll check it out next weekend.
Excellent, if you can help fix this DB it will save me a few weeks of work :). If you would like the DB to look at just PM me. Keep up the great work!
I think the error is caused by the ordering of the Drafted Players (i.e. draft history) table. The current Editor does not actually delete the records you delete (it just makes then invalid) which is why deleting them does not resolve the issue. I've added proper deletion (which enables the DB to work again) and am now looking at what ordering is required in order to enable new records to be added correctly.

Re: EHM 1 Database & Saved Game Editor

Posted: Mon Apr 17, 2017 5:21 pm
by archibalduk
archibalduk wrote:I think the error is caused by the ordering of the Drafted Players (i.e. draft history) table. The current Editor does not actually delete the records you delete (it just makes then invalid) which is why deleting them does not resolve the issue. I've added proper deletion (which enables the DB to work again) and am now looking at what ordering is required in order to enable new records to be added correctly.
It turns out that it wasn't the ordering that was causing the issue but rather the spare First and Second Name indexes used in the table. It seems the game will crash unless these are set to zero. I'll check this one with Riz because I'm not sure this is working as expected.

Re: EHM 1 Database & Saved Game Editor

Posted: Mon Apr 17, 2017 8:46 pm
by szczepek25
Named wrote:Archi could You also check that Competition Name? They seems sometimes appear in game, sometimes not. Also seems option from this screen. "Overall standings Stage" crashing game. Have we got any feedback how tu use this option? I have some idea to use it but getting crashes :D

EDIT: Maybe i found some feedback 4 You. When i mark this option League Competitions Names appears like on a screen. Something seems connected :-k. EIHL works with this option.

Image

Named... :joy: :notworthy:

Re: EHM 1 Database & Saved Game Editor

Posted: Wed Apr 19, 2017 10:07 pm
by MikelPickle
I cannot edit a saved game in the editor. Every time I try to, it says Result :Failure

Image

Re: EHM 1 Database & Saved Game Editor

Posted: Thu Apr 20, 2017 6:08 am
by RomanS90
Sorry! I repeat the request. How can I add another general manager to my game? If there is a limited number of general managers in the roster settings.

Re: EHM 1 Database & Saved Game Editor

Posted: Thu Apr 20, 2017 7:12 am
by Named
RomanS90 SCREEN.

Re: EHM 1 Database & Saved Game Editor

Posted: Thu Apr 20, 2017 7:35 am
by archibalduk
RomanS90 wrote:Sorry! I repeat the request. How can I add another general manager to my game? If there is a limited number of general managers in the roster settings.
As I mentioned above, saved game editing is very limited. It should not be used to move or add new players, staff or human managers.

Re: EHM 1 Database & Saved Game Editor

Posted: Thu Apr 20, 2017 7:36 am
by archibalduk
MikelPickle wrote:I cannot edit a saved game in the editor. Every time I try to, it says Result :Failure

Image
Can you post a fuller screenshot of the log please? It is not possible to see what you are doing with just those two lines.

Re: EHM 1 Database & Saved Game Editor

Posted: Thu Apr 20, 2017 5:54 pm
by MikelPickle
Image

Re: EHM 1 Database & Saved Game Editor

Posted: Thu Apr 20, 2017 6:33 pm
by archibalduk
Thanks. The reason for the error is because you're trying to load a compressed saved game. You need to disable the Save Compressed setting in EHM and re-save the game.

Re: EHM 1 Database & Saved Game Editor

Posted: Thu Apr 20, 2017 8:01 pm
by MikelPickle
I was just trying to edit the NHL Salary Cap, but I cant seem to find where to do it. Is there a way to do it?

Re: EHM 1 Database & Saved Game Editor

Posted: Thu Apr 20, 2017 8:10 pm
by archibalduk
MikelPickle wrote:I was just trying to edit the NHL Salary Cap, but I cant seem to find where to do it. Is there a way to do it?
The Transfer Rules screen contains these settings. However, editing of saved games is very limited and you might find it does not work as expected or at all.

Re: EHM 1 Database & Saved Game Editor

Posted: Thu Apr 20, 2017 8:41 pm
by MikelPickle
When I change something in the editor (Salary cap, team name, affiliation,etc.), it switches up each players position and randomizes their history.
Image
Image
Image