This is a very small mod, and ALL it does is make it so you never see winter in the game. Characters DO age properly, and everything else works as normal. But when your turn begins, it will never be winter -- so you will have no more winter battles. I have been playing with this for over a month with no problems whatsoever.
I made a poll a while ago and found that 2/3 of the community didn't like the winter battles.
I have included two attachments, one says Kingdoms and the other says M2TW. Download the M2TW one if you do not have Kingdoms, if you do have Kingdoms, download the Kingdoms one. (d'oh!)
To install, place the folder[s] from the zip file, in your Medieval II Total War installation folder.
The only files this mod changes, are the campaign_script.txt files.
If you want to add this mod to another mod you play, copy all the text in the spoiler below, and insert it between these two lines at the end of the campaign_script.txt file for the mod you play:
end_monitor
<insert here>
wait_monitors
Spoiler Alert, click show to read:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;NO WINTER SCRIPT BEGIN;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
monitor_event FactionTurnStart FactionIsLocal
console_command season summer
end_monitor
monitor_event FactionTurnEnd FactionType slave
if I_TurnNumber = 0
console_command season winter
end_if
if I_TurnNumber = 2
console_command season winter
end_if
if I_TurnNumber = 4
console_command season winter
end_if
if I_TurnNumber = 6
console_command season winter
end_if
if I_TurnNumber = 8
console_command season winter
end_if
if I_TurnNumber = 10
console_command season winter
end_if
if I_TurnNumber = 12
console_command season winter
end_if
if I_TurnNumber = 14
console_command season winter
end_if
if I_TurnNumber = 16
console_command season winter
end_if
if I_TurnNumber = 18
console_command season winter
end_if
if I_TurnNumber = 20
console_command season winter
end_if
if I_TurnNumber = 22
console_command season winter
end_if
if I_TurnNumber = 24
console_command season winter
end_if
if I_TurnNumber = 26
console_command season winter
end_if
if I_TurnNumber = 28
console_command season winter
end_if
if I_TurnNumber = 30
console_command season winter
end_if
if I_TurnNumber = 32
console_command season winter
end_if
if I_TurnNumber = 34
console_command season winter
end_if
if I_TurnNumber = 36
console_command season winter
end_if
if I_TurnNumber = 38
console_command season winter
end_if
if I_TurnNumber = 40
console_command season winter
end_if
if I_TurnNumber = 42
console_command season winter
end_if
if I_TurnNumber = 44
console_command season winter
end_if
if I_TurnNumber = 46
console_command season winter
end_if
if I_TurnNumber = 48
console_command season winter
end_if
if I_TurnNumber = 50
console_command season winter
end_if
if I_TurnNumber = 52
console_command season winter
end_if
if I_TurnNumber = 54
console_command season winter
end_if
if I_TurnNumber = 56
console_command season winter
end_if
if I_TurnNumber = 58
console_command season winter
end_if
if I_TurnNumber = 60
console_command season winter
end_if
if I_TurnNumber = 62
console_command season winter
end_if
if I_TurnNumber = 64
console_command season winter
end_if
if I_TurnNumber = 66
console_command season winter
end_if
if I_TurnNumber = 68
console_command season winter
end_if
if I_TurnNumber = 70
console_command season winter
end_if
if I_TurnNumber = 72
console_command season winter
end_if
if I_TurnNumber = 74
console_command season winter
end_if
if I_TurnNumber = 76
console_command season winter
end_if
if I_TurnNumber = 78
console_command season winter
end_if
if I_TurnNumber = 80
console_command season winter
end_if
if I_TurnNumber = 82
console_command season winter
end_if
if I_TurnNumber = 84
console_command season winter
end_if
if I_TurnNumber = 86
console_command season winter
end_if
if I_TurnNumber = 88
console_command season winter
end_if
if I_TurnNumber = 90
console_command season winter
end_if
if I_TurnNumber = 92
console_command season winter
end_if
if I_TurnNumber = 94
console_command season winter
end_if
if I_TurnNumber = 96
console_command season winter
end_if
if I_TurnNumber = 98
console_command season winter
end_if
if I_TurnNumber = 100
console_command season winter
end_if
if I_TurnNumber = 102
console_command season winter
end_if
if I_TurnNumber = 104
console_command season winter
end_if
if I_TurnNumber = 106
console_command season winter
end_if
if I_TurnNumber = 108
console_command season winter
end_if
if I_TurnNumber = 110
console_command season winter
end_if
if I_TurnNumber = 112
console_command season winter
end_if
if I_TurnNumber = 114
console_command season winter
end_if
if I_TurnNumber = 116
console_command season winter
end_if
if I_TurnNumber = 118
console_command season winter
end_if
if I_TurnNumber = 120
console_command season winter
end_if
if I_TurnNumber = 122
console_command season winter
end_if
if I_TurnNumber = 124
console_command season winter
end_if
if I_TurnNumber = 126
console_command season winter
end_if
if I_TurnNumber = 128
console_command season winter
end_if
if I_TurnNumber = 130
console_command season winter
end_if
if I_TurnNumber = 132
console_command season winter
end_if
if I_TurnNumber = 134
console_command season winter
end_if
if I_TurnNumber = 136
console_command season winter
end_if
if I_TurnNumber = 138
console_command season winter
end_if
if I_TurnNumber = 140
console_command season winter
end_if
if I_TurnNumber = 142
console_command season winter
end_if
if I_TurnNumber = 144
console_command season winter
end_if
if I_TurnNumber = 146
console_command season winter
end_if
if I_TurnNumber = 148
console_command season winter
end_if
if I_TurnNumber = 150
console_command season winter
end_if
if I_TurnNumber = 152
console_command season winter
end_if
if I_TurnNumber = 154
console_command season winter
end_if
if I_TurnNumber = 156
console_command season winter
end_if
if I_TurnNumber = 158
console_command season winter
end_if
if I_TurnNumber = 160
console_command season winter
end_if
if I_TurnNumber = 162
console_command season winter
end_if
if I_TurnNumber = 164
console_command season winter
end_if
if I_TurnNumber = 166
console_command season winter
end_if
if I_TurnNumber = 168
console_command season winter
end_if
if I_TurnNumber = 170
console_command season winter
end_if
if I_TurnNumber = 172
console_command season winter
end_if
if I_TurnNumber = 174
console_command season winter
end_if
if I_TurnNumber = 176
console_command season winter
end_if
if I_TurnNumber = 178
console_command season winter
end_if
if I_TurnNumber = 180
console_command season winter
end_if
if I_TurnNumber = 182
console_command season winter
end_if
if I_TurnNumber = 184
console_command season winter
end_if
if I_TurnNumber = 186
console_command season winter
end_if
if I_TurnNumber = 188
console_command season winter
end_if
if I_TurnNumber = 190
console_command season winter
end_if
if I_TurnNumber = 192
console_command season winter
end_if
if I_TurnNumber = 194
console_command season winter
end_if
if I_TurnNumber = 196
console_command season winter
end_if
if I_TurnNumber = 198
console_command season winter
end_if
if I_TurnNumber = 200
console_command season winter
end_if
if I_TurnNumber = 202
console_command season winter
end_if
if I_TurnNumber = 204
console_command season winter
end_if
if I_TurnNumber = 206
console_command season winter
end_if
if I_TurnNumber = 208
console_command season winter
end_if
if I_TurnNumber = 210
console_command season winter
end_if
if I_TurnNumber = 212
console_command season winter
end_if
if I_TurnNumber = 214
console_command season winter
end_if
if I_TurnNumber = 216
console_command season winter
end_if
if I_TurnNumber = 218
console_command season winter
end_if
if I_TurnNumber = 220
console_command season winter
end_if
if I_TurnNumber = 222
console_command season winter
end_if
if I_TurnNumber = 224
console_command season winter
end_if
if I_TurnNumber = 226
console_command season winter
end_if
if I_TurnNumber = 228
console_command season winter
end_if
if I_TurnNumber = 230
console_command season winter
end_if
if I_TurnNumber = 232
console_command season winter
end_if
if I_TurnNumber = 234
console_command season winter
end_if
if I_TurnNumber = 236
console_command season winter
end_if
if I_TurnNumber = 238
console_command season winter
end_if
if I_TurnNumber = 240
console_command season winter
end_if
if I_TurnNumber = 242
console_command season winter
end_if
if I_TurnNumber = 244
console_command season winter
end_if
if I_TurnNumber = 246
console_command season winter
end_if
if I_TurnNumber = 248
console_command season winter
end_if
if I_TurnNumber = 250
console_command season winter
end_if
if I_TurnNumber = 252
console_command season winter
end_if
if I_TurnNumber = 254
console_command season winter
end_if
if I_TurnNumber = 256
console_command season winter
end_if
if I_TurnNumber = 258
console_command season winter
end_if
if I_TurnNumber = 260
console_command season winter
end_if
if I_TurnNumber = 262
console_command season winter
end_if
if I_TurnNumber = 264
console_command season winter
end_if
if I_TurnNumber = 266
console_command season winter
end_if
if I_TurnNumber = 268
console_command season winter
end_if
if I_TurnNumber = 270
console_command season winter
end_if
if I_TurnNumber = 272
console_command season winter
end_if
if I_TurnNumber = 274
console_command season winter
end_if
if I_TurnNumber = 276
console_command season winter
end_if
if I_TurnNumber = 278
console_command season winter
end_if
if I_TurnNumber = 280
console_command season winter
end_if
if I_TurnNumber = 282
console_command season winter
end_if
if I_TurnNumber = 284
console_command season winter
end_if
if I_TurnNumber = 286
console_command season winter
end_if
if I_TurnNumber = 288
console_command season winter
end_if
if I_TurnNumber = 290
console_command season winter
end_if
if I_TurnNumber = 292
console_command season winter
end_if
if I_TurnNumber = 294
console_command season winter
end_if
if I_TurnNumber = 296
console_command season winter
end_if
if I_TurnNumber = 298
console_command season winter
end_if
if I_TurnNumber = 300
console_command season winter
end_if
if I_TurnNumber = 302
console_command season winter
end_if
if I_TurnNumber = 304
console_command season winter
end_if
if I_TurnNumber = 306
console_command season winter
end_if
if I_TurnNumber = 308
console_command season winter
end_if
if I_TurnNumber = 310
console_command season winter
end_if
if I_TurnNumber = 312
console_command season winter
end_if
if I_TurnNumber = 314
console_command season winter
end_if
if I_TurnNumber = 316
console_command season winter
end_if
if I_TurnNumber = 318
console_command season winter
end_if
if I_TurnNumber = 320
console_command season winter
end_if
if I_TurnNumber = 322
console_command season winter
end_if
if I_TurnNumber = 324
console_command season winter
end_if
if I_TurnNumber = 326
console_command season winter
end_if
if I_TurnNumber = 328
console_command season winter
end_if
if I_TurnNumber = 330
console_command season winter
end_if
if I_TurnNumber = 332
console_command season winter
end_if
if I_TurnNumber = 334
console_command season winter
end_if
if I_TurnNumber = 336
console_command season winter
end_if
if I_TurnNumber = 338
console_command season winter
end_if
if I_TurnNumber = 340
console_command season winter
end_if
if I_TurnNumber = 342
console_command season winter
end_if
if I_TurnNumber = 344
console_command season winter
end_if
if I_TurnNumber = 346
console_command season winter
end_if
if I_TurnNumber = 348
console_command season winter
end_if
if I_TurnNumber = 350
console_command season winter
end_if
if I_TurnNumber = 352
console_command season winter
end_if
if I_TurnNumber = 354
console_command season winter
end_if
if I_TurnNumber = 356
console_command season winter
end_if
if I_TurnNumber = 358
console_command season winter
end_if
if I_TurnNumber = 360
console_command season winter
end_if
if I_TurnNumber = 362
console_command season winter
end_if
if I_TurnNumber = 364
console_command season winter
end_if
if I_TurnNumber = 366
console_command season winter
end_if
if I_TurnNumber = 368
console_command season winter
end_if
if I_TurnNumber = 370
console_command season winter
end_if
if I_TurnNumber = 372
console_command season winter
end_if
if I_TurnNumber = 374
console_command season winter
end_if
if I_TurnNumber = 376
console_command season winter
end_if
if I_TurnNumber = 378
console_command season winter
end_if
if I_TurnNumber = 380
console_command season winter
end_if
if I_TurnNumber = 382
console_command season winter
end_if
if I_TurnNumber = 384
console_command season winter
end_if
if I_TurnNumber = 386
console_command season winter
end_if
if I_TurnNumber = 388
console_command season winter
end_if
if I_TurnNumber = 390
console_command season winter
end_if
if I_TurnNumber = 392
console_command season winter
end_if
if I_TurnNumber = 394
console_command season winter
end_if
if I_TurnNumber = 396
console_command season winter
end_if
if I_TurnNumber = 398
console_command season winter
end_if
if I_TurnNumber = 400
console_command season winter
end_if
if I_TurnNumber = 402
console_command season winter
end_if
if I_TurnNumber = 404
console_command season winter
end_if
if I_TurnNumber = 406
console_command season winter
end_if
if I_TurnNumber = 408
console_command season winter
end_if
if I_TurnNumber = 410
console_command season winter
end_if
if I_TurnNumber = 412
console_command season winter
end_if
if I_TurnNumber = 414
console_command season winter
end_if
if I_TurnNumber = 416
console_command season winter
end_if
if I_TurnNumber = 418
console_command season winter
end_if
if I_TurnNumber = 420
console_command season winter
end_if
if I_TurnNumber = 422
console_command season winter
end_if
if I_TurnNumber = 424
console_command season winter
end_if
if I_TurnNumber = 426
console_command season winter
end_if
if I_TurnNumber = 428
console_command season winter
end_if
if I_TurnNumber = 430
console_command season winter
end_if
if I_TurnNumber = 432
console_command season winter
end_if
if I_TurnNumber = 434
console_command season winter
end_if
if I_TurnNumber = 436
console_command season winter
end_if
if I_TurnNumber = 438
console_command season winter
end_if
if I_TurnNumber = 440
console_command season winter
end_if
if I_TurnNumber = 442
console_command season winter
end_if
if I_TurnNumber = 444
console_command season winter
end_if
if I_TurnNumber = 446
console_command season winter
end_if
if I_TurnNumber = 448
console_command season winter
end_if
if I_TurnNumber = 450
console_command season winter
end_if
if I_TurnNumber = 452
console_command season winter
end_if
if I_TurnNumber = 454
console_command season winter
end_if
if I_TurnNumber = 456
console_command season winter
end_if
if I_TurnNumber = 458
console_command season winter
end_if
if I_TurnNumber = 460
console_command season winter
end_if
if I_TurnNumber = 462
console_command season winter
end_if
if I_TurnNumber = 464
console_command season winter
end_if
if I_TurnNumber = 466
console_command season winter
end_if
if I_TurnNumber = 468
console_command season winter
end_if
if I_TurnNumber = 470
console_command season winter
end_if
if I_TurnNumber = 472
console_command season winter
end_if
if I_TurnNumber = 474
console_command season winter
end_if
if I_TurnNumber = 476
console_command season winter
end_if
if I_TurnNumber = 478
console_command season winter
end_if
if I_TurnNumber = 480
console_command season winter
end_if
if I_TurnNumber = 482
console_command season winter
end_if
if I_TurnNumber = 484
console_command season winter
end_if
if I_TurnNumber = 486
console_command season winter
end_if
if I_TurnNumber = 488
console_command season winter
end_if
if I_TurnNumber = 490
console_command season winter
end_if
if I_TurnNumber = 492
console_command season winter
end_if
if I_TurnNumber = 494
console_command season winter
end_if
if I_TurnNumber = 496
console_command season winter
end_if
if I_TurnNumber = 498
console_command season winter
end_if
if I_TurnNumber = 500
console_command season winter
end_if
end_monitor
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;NO WINTER SCRIPT END;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
WARNING
If you play past the 500th turn with this mod, then characters will stop aging. It will still always be summer, but characters won't get older.






Reply With Quote








