First out with a revised Swedish Land OOB for January 1914:
Code:
landunit = {
id = { type = 53111 id = 1 }
name = "I. arméfördelningen"
location = 93 # Malmö
# leader = [Axel von Matern]
division = {
id = { type = 53111 id = 2 }
name = "I. arméfördelningen"
strength = 20
type = infantry
model = 1
# extra = [Cavalry Section]
}
}
landunit = {
id = { type = 53111 id = 3 }
name = "II. arméfördelningen"
location = 100 # Norrköping
# leader = [Lars Tingsten]
division = {
id = { type = 53111 id = 4 }
name = "II. arméfördelningen"
strength = 20
type = infantry
model = 1
}
}
landunit = {
id = { type = 53111 id = 5 }
name = "III. arméfördelningen"
location = 99 # Skövde
# leader = [Philip von Platen]
division = {
id = { type = 53111 id = 6 }
name = "III. arméfördelningen"
strength = 20
type = infantry
model = 1
# extra = [Artillery Section]
}
}
landunit = {
id = { type = 53111 id = 7 }
name = "IV. arméfördelningen"
location = 101 # Stockholm
# leader = [Carl Jungstedt]
division = {
id = { type = 53111 id = 8 }
name = "IV. arméfördelningen"
strength = 20
type = infantry
model = 1
# extra = [Artillery Section]
}
}
landunit = {
id = { type = 53111 id = 9 }
name = "V. arméfördelningen"
location = 101 # Stockholm
# leader = [Olof Malm]
division = {
id = { type = 53111 id = 10 }
name = "V. arméfördelningen"
strength = 20
type = infantry
model = 1
# extra = [Engineer Section]
}
}
landunit = {
id = { type = 53111 id = 11 }
name = "VI. arméfördelningen"
location = 119 # Östersund
# leader = [Johan Wrangel]
division = {
id = { type = 53111 id = 12 }
name = "VI. arméfördelningen"
strength = 20
type = infantry
model = 1
}
}
landunit = {
id = { type = 53111 id = 13 }
name = "Bodens trupper"
location = 127 # Luleå
# leader = [Per Bergenzaum]
division = {
id = { type = 53111 id = 14 }
name = "Bodens trupper"
strength = 10
max_strenght = 30
type = infantry
model = 1
}
}
landunit = {
id = { type = 53111 id = 15 }
name = "Gotlands trupper"
location = 196 # Gotland
# leader = [Erik Bergström]
division = {
id = { type = 53111 id = 16 }
name = "Gotlands trupper"
strength = 5
max_strenght = 20
type = infantry
model = 1
}
}
I put strenght down at 20 as these formations only had a cadre of troops in peacetime and were not fully mobilized. I don't know if we should do it this way, or just put them at full strenght as they were in TGW? model = 1 equals 1895 Infantry. [... Section] will have to be changed to whatever name the section will take, and leader numbers instead of names of course on the appropriate lines. 
And a revised Norwegian Land OOB for January 1914:
Code:
landunit = {
id = { type = 39111 id = 1 }
name = "1. brigad"
location = 107 # Oslo
division = {
id = { type = 39111 id = 2 }
name = "1. brigad"
strength = 10
max_strenght = 40
type = infantry
model = 1
}
}
landunit = {
id = { type = 39111 id = 3 }
name = "2. brigad"
location = 107 # Oslo
division = {
id = { type = 39111 id = 4 }
name = "2. brigad"
strength = 10
max_strenght = 40
type = infantry
model = 1
}
}
landunit = {
id = { type = 39111 id = 5 }
name = "3. brigad"
location = 108 # Kristiansand
division = {
id = { type = 39111 id = 6 }
name = "3. brigad"
strength = 10
max_strenght = 40
type = infantry
model = 1
}
}
landunit = {
id = { type = 39111 id = 7 }
name = "4. brigad"
location = 110 # Bergen
division = {
id = { type = 39111 id = 8 }
name = "4. brigad"
strength = 10
max_strenght = 40
type = infantry
model = 1
}
}
landunit = {
id = { type = 39111 id = 9 }
name = "5. brigad"
location = 118 # Trondheim
division = {
id = { type = 39111 id = 10 }
name = "5. brigad"
strength = 10
max_strenght = 40
type = infantry
model = 1
}
}
landunit = {
id = { type = 39111 id = 11 }
name = "6. brigad"
location = 125 # Narvik
division = {
id = { type = 39111 id = 12 }
name = "6. brigad"
strength = 10
max_strenght = 40
type = infantry
model = 1
}
}
Same thing about strenght as the Swedish one.
Allenby, It'd be nice if you could pass the map out so that the team can test stuff easier.
/Johan