Mod Idea - Roll over on Cursor and ...

weakciv

Prince
Joined
Jul 15, 2005
Messages
469
Location
-1, -4
Just an idea, does anyone know enough to accomplish it?

1) Currently as you roll over terrain/units/cities/etc the information popup is in the lower left. I think it might be a bit more intuitive to have the Top-left part of that information anchored to the Bottom-right of the cursor. That way as you point to something you see the information at your cursor. Of course logic would need to be put in to keep that information on screen when you are near the edges.

2) Currently the "xxx was founded in a distant land" or "Your warrior was killed by an Archer" messages are in the upper left part of the screen. Maybe we could have that information centered at the top just under the Research bar.


Again, just ideas. what do you think? anyone know how to accomplish this>
 
same here about wanting the information to pop up under the cursor. this is one of the few (small) gripes i have with civ iv. i keep looking for information where my cursor is, rather than the very bottom left of the screen. this maybe ok for those on a laptop or small screen but with a 21" monitor and 1600x1200 res? my eyes have to do some traveling..
 
Yeah, Python is where the interface changes can be made.
 
Code:
screen.setHelpTextArea( 350, FontTypes.SMALL_FONT, 7, yResolution - 172, -0.1, False, "", True, False, CvUtil.FONT_LEFT_JUSTIFY, 150 )

might be it, it's used many times in Assets\Python\Screens\CvMainInterface.py

I don't have time to look into this myself today, maybe someone else can take a quick look.
 
yup that is the issue I am finding too. Some of the import files I cant find. must be packed in one of the core archives.
 
Back
Top Bottom