HOF Mod Support/Suggestions

Status
Not open for further replies.
Thanks Denniz, the application is running now, but everything is blank. Got to go find a thread with what to do now. I assume its:

1) Launch Civ4 w/ HOF mod
2) enable mapfider in options
3) hit alt-m
4) click load in civ4
That's it, only add: 1a) Start a game with desired settings. And "4) click load in civ4" is for after you have generated a bunch of saves and want to play one.

Look here for Methos' FAQ about map finder.
 
hehe, sorry, one more question

mapfinder03.jpg


mapfinder04.jpg


Why are the buttons and actually that whole row blacked out? They work as shown in second picture.
 
The "field of view" mod is great! It really works well with my wide screen. Does this part of the mod required SDK changes? Also, is it possible to turn it off (ie use default settings) for the city view? I find that the city view is giving way too much detail ... city tiles are scrunched in the centre of the screen.
 
The "field of view" mod is great! It really works well with my wide screen. Does this part of the mod required SDK changes? Also, is it possible to turn it off (ie use default settings) for the city view? I find that the city view is giving way too much detail ... city tiles are scrunched in the centre of the screen.
It required SDK changes. I will have to ask Gyathaar about the city view.
 
The "field of view" mod is great! It really works well with my wide screen. Does this part of the mod required SDK changes? Also, is it possible to turn it off (ie use default settings) for the city view? I find that the city view is giving way too much detail ... city tiles are scrunched in the centre of the screen.

I played around some, and found a way to make it look of for all but the very lowest values of the field of view (most zoomed in)

Will prolly add it to next version..

Incase some other mod wants to add it to their code, then this is the SDK code:
Code:
void CyGame::setFieldOfView(double fVal)
{
	GC.getDefinesVarSystem()->SetValue("FIELD_OF_VIEW", float(fVal));
	double fCityZoom = 3500.0 * 42.0 / fVal;
	if(fCityZoom > 5000.0)
		fCityZoom = 5000.0;
	GC.getDefinesVarSystem()->SetValue("CAMERA_CITY_ZOOM_IN_DISTANCE",fCityZoom);
}
 
I just found something in my opinion very odd in the HoF-table:
I began by looking at one of my games that was worth only 6.8 Points for QM, although being on Immortal.
There are 2 games with the setting "Std Im Diplo Mara" in there.
The best finished 1544AD and mine 1560AD.
The first game gets 64 Points and because mine is the "worse", I got lousy 6.8 Points!
I don't think that is fair and till now I thought your calculation took into account, how close the games are together.
So to get more points for my game, I have to submit a very bad game or wait for someone to do so... I am disappointed about that.

Another thing we discussed some time ago, was an "unofficial" filter "warlords/vanilla". Any news on that?
 
I just found something in my opinion very odd in the HoF-table:
I began by looking at one of my games that was worth only 6.8 Points for QM, although being on Immortal.
There are 2 games with the setting "Std Im Diplo Mara" in there.
The best finished 1544AD and mine 1560AD.
The first game gets 64 Points and because mine is the "worse", I got lousy 6.8 Points!
I don't think that is fair and till now I thought your calculation took into account, how close the games are together.
So to get more points for my game, I have to submit a very bad game or wait for someone to do so... I am disappointed about that.


It might have something to do with there being better games with the same settings on another speed :hmm:
 
Hey guys. This thread is for help & suggestions regarding the HOF Mod. The other staff may not monitor this thread as closely, so your question may be overlooked here. Not being a QScore expert, I can't answer your question.

I would suggest posting you question in the FAQ thread or creating a new thread.
 
I just found something in my opinion very odd in the HoF-table:
I began by looking at one of my games that was worth only 6.8 Points for QM, although being on Immortal.
There are 2 games with the setting "Std Im Diplo Mara" in there.
The best finished 1544AD and mine 1560AD.
The first game gets 64 Points and because mine is the "worse", I got lousy 6.8 Points!
I don't think that is fair and till now I thought your calculation took into account, how close the games are together.
So to get more points for my game, I have to submit a very bad game or wait for someone to do so... I am disappointed about that.

Another thing we discussed some time ago, was an "unofficial" filter "warlords/vanilla". Any news on that?

I would suggest posting you question in the FAQ thread or creating a new thread.

As Denniz has suggested, I have answered your question in the FAQ thread.
 
A little input from a GOTM player who loves the HOF Mods.
Sorry if this has been reported before (I checked only the last few pages): on 2.08.004's domestic advisor, if I click on the square left of the city name, I end up in the adventure map screen, instead of the city screen. On the latest vanilla mod (.011) it works properly, though.
 
A little input from a GOTM player who loves the HOF Mods.
Sorry if this has been reported before (I checked only the last few pages): on 2.08.004's domestic advisor, if I click on the square left of the city name, I end up in the adventure map screen, instead of the city screen. On the latest vanilla mod (.011) it works properly, though.
I hadn't heard that one. At least I can compare with .011 to see what's different. ;)
 
A little input from a GOTM player who loves the HOF Mods.
Sorry if this has been reported before (I checked only the last few pages): on 2.08.004's domestic advisor, if I click on the square left of the city name, I end up in the adventure map screen, instead of the city screen. On the latest vanilla mod (.011) it works properly, though.

Same here, can't zoom into city using 2.08.004 in the domestic advisor screen. The other mods work ok.
 
All,

I just got the latest build and whenever I am in the domestic advisor and I try to select a city from there (box on left side), it just takes me out to the world instead of the city.

I was using an older version and I don't remember this being a problem.

Any ideas?

Thx
jonpfl
 
All,

I just got the latest build and whenever I am in the domestic advisor and I try to select a city from there (box on left side), it just takes me out to the world instead of the city.

I was using an older version and I don't remember this being a problem.

Any ideas?

Thx
jonpfl
I assume you are talking about HOF-2.08.004. This bug has been reported. I will be fixed in the next version. Thanks.
 
Could HoF gauntlet scoring show current amount of Qscore (while it's still running) your game is going to get beside its finish time+points?

-Dracandross
 
Could HoF gauntlet scoring show current amount of Qscore (while it's still running) your game is going to get beside its finish time+points?

-Dracandross
Are you speaking of the guantlet web page? I didm't think we show QScores prior to publication as they can change.
 
Status
Not open for further replies.
Back
Top Bottom