 |
|
Maquiladora
|
|
We made a mod to do exactly the same 2 things for CtP2 online games. It doesnt take long to figure out with a little experimentation which part you need to change.
For example to get rid of the graph in the load/save screen I just replaced the graph image name with the map image name from the map tab in loadsave.ldl. (just copy the image name from the map image code) so when you click on the graph tab you get the map. Im making it sound harder than it is.
|
|
|  |
 |
|
Westy Hippy
|
|
quote: Originally posted by Maquiladora
We made a mod to do exactly the same 2 things for CtP2 online games. It doesnt take long to figure out with a little experimentation which part you need to change.
For example to get rid of the graph in the load/save screen I just replaced the graph image name with the map image name from the map tab in loadsave.ldl. (just copy the image name from the map image code) so when you click on the graph tab you get the map. Im making it sound harder than it is. |
Yeah I managed to do that aswell!!!!! (load save screen)
Only thing is when I'm messing with the ranking screen (infoscreen.ldl) I can mess it up so you cant read the powergraph by making it too small but the game crashes sometimes!!
can you be more specific on changes to this screen?? or of a way to change the main screen so that the rankings button takes you to something else, eg library or civ screen??
Cheers
Dan
|
|
|  |
 |
|
Maquiladora
|
|
quote: can you be more specific on changes to this screen?? or of a way to change the main screen so that the rankings button takes you to something else, eg library or civ screen?? |
In CtP2 we changed the ranking graphs (and score/wonders tabs) like this:
code: # The graph
InfoGraph {
int xpix 10003
int ypix 40
int widthpix 300
int heightpix 200
code: List:CTP2_LISTBOX {
int xpix 10000
int ypix 44
int widthpix 470
int heightpix 226
The bold parts were added.
|
|
|  |
All times are GMT. The time now is 05:20. Apolyton Time is 00:20. |
top of page
|
|
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|