Author Topic: How to load strat maps on own server?  (Read 868 times)

0 Members and 1 Guest are viewing this topic.

Offline Digglez

  • Duke
  • *******
  • Renown: 573
  • Infamy: 596
  • cRPG Player
  • YOU INCOMPETENT TOH'PAH!
    • View Profile
  • Faction: Northmen
  • Game nicks: GotLander, Hamarr, Digglesan, Black_D34th
How to load strat maps on own server?
« on: November 03, 2012, 04:53:19 pm »
+1
Besides the Native maps, All i see are the blank 1-100+

Any info would be appreciated

Offline Jacko

  • Moderator
  • *****
  • Renown: 839
  • Infamy: 99
  • cRPG Player Sir White Knight
  • Mappers Guild
    • View Profile
  • Faction: Fffnanguard!
  • Game nicks: Jacko
Re: How to load strat maps on own server?
« Reply #1 on: November 03, 2012, 08:49:23 pm »
+1
All maps have kept their original single player name: http://eelio.pagesperso-orange.fr/

Easiest would be to just Copy over the map of choice to whatever blank name you want. Otherwise you can add one of the strat maps under a blank name (in the place of blank_15, you put in town_wall_10), in both Strings and Scenes.

It's easier then what I make it sound :P
Monkeys!

Offline Digglez

  • Duke
  • *******
  • Renown: 573
  • Infamy: 596
  • cRPG Player
  • YOU INCOMPETENT TOH'PAH!
    • View Profile
  • Faction: Northmen
  • Game nicks: GotLander, Hamarr, Digglesan, Black_D34th
Re: How to load strat maps on own server?
« Reply #2 on: November 07, 2012, 07:16:36 pm »
0
All maps have kept their original single player name: http://eelio.pagesperso-orange.fr/

Easiest would be to just Copy over the map of choice to whatever blank name you want. Otherwise you can add one of the strat maps under a blank name (in the place of blank_15, you put in town_wall_10), in both Strings and Scenes.

It's easier then what I make it sound :P

can you give an example of this?  Are you editing files here?
I was able to find the correct map in scene editor, but that isnt as useful as normal gameplay.


Offline Digglez

  • Duke
  • *******
  • Renown: 573
  • Infamy: 596
  • cRPG Player
  • YOU INCOMPETENT TOH'PAH!
    • View Profile
  • Faction: Northmen
  • Game nicks: GotLander, Hamarr, Digglesan, Black_D34th
Re: How to load strat maps on own server?
« Reply #3 on: November 08, 2012, 06:40:18 pm »
0
All maps have kept their original single player name: http://eelio.pagesperso-orange.fr/

Easiest would be to just Copy over the map of choice to whatever blank name you want. Otherwise you can add one of the strat maps under a blank name (in the place of blank_15, you put in town_wall_10), in both Strings and Scenes.

Update, I figured out what you were meaning is RENAME the current files in cRPG/SceneOjb folder to blank 1 so when you pick Blank 1 on your server, it will load the map you want.  I copied the file, pasted a duplicate and named it Blank 1 to try it out on my server.  However it kept bringing up some other map I wasnt expecting.

Will check back later.  Your directions very unclear

Offline Jacko

  • Moderator
  • *****
  • Renown: 839
  • Infamy: 99
  • cRPG Player Sir White Knight
  • Mappers Guild
    • View Profile
  • Faction: Fffnanguard!
  • Game nicks: Jacko
Re: How to load strat maps on own server?
« Reply #4 on: November 08, 2012, 07:08:30 pm »
+1
Yeah sorry, most server owners seem to know how to do this already,  but I'll post a walkthrough when I get back home,  or tomorrow,  kind of forgot about this.
Monkeys!

Offline Jacko

  • Moderator
  • *****
  • Renown: 839
  • Infamy: 99
  • cRPG Player Sir White Knight
  • Mappers Guild
    • View Profile
  • Faction: Fffnanguard!
  • Game nicks: Jacko
Re: How to load strat maps on own server?
« Reply #5 on: November 10, 2012, 12:15:53 am »
0
Okey, this is what I did to get it to work:

In your server module, open up scenes.txt.

Copy the strategus scene of your choice, for  example Reyvadin (which will be used through out the example):

Code: [Select]
scn_town_8_walls town_8_walls 256 none none 0.000000 0.000000 100.000000 100.000000 -100.000000 0x000000013002491600055157000000d20000152a0000611a
  0
  0
 outer_terrain_plain 

Copy that line of code and replace one of the blank1-200 entries (use the ones after 20 (earlier might be in use)), like this:

Code: [Select]
scn_blank_49 blank_49 256 none none 0.000000 0.000000 100.000000 100.000000 -100.000000 0x0000000130000500400649920004406900002920000056d7
  0
  0
 outer_terrain_plain
###
scn_town_8_walls town_8_walls 256 none none 0.000000 0.000000 100.000000 100.000000 -100.000000 0x000000013002491600055157000000d20000152a0000611a
  0
  0
 outer_terrain_plain
###
scn_blank_51 blank_51 256 none none 0.000000 0.000000 100.000000 100.000000 -100.000000 0x0000000130000500400649920004406900002920000056d7
  0
  0
 outer_terrain_plain

Now open up strings.txt and enter the correct name (correct name being the name of the scene), like this:

Code: [Select]
str_blank_49 Blank_49
str_town_8_wall Reyvadin
str_blank_51 Blank_51
The second name is optional, and is what will show up in the game browser.

In your server config, simply add "add_map town_8_wall", as a map, and you're ready to go.

Bit tired, hope that's a decent enough explanation.
Monkeys!

Offline Digglez

  • Duke
  • *******
  • Renown: 573
  • Infamy: 596
  • cRPG Player
  • YOU INCOMPETENT TOH'PAH!
    • View Profile
  • Faction: Northmen
  • Game nicks: GotLander, Hamarr, Digglesan, Black_D34th
Re: How to load strat maps on own server?
« Reply #6 on: November 10, 2012, 11:20:44 pm »
0
do those directions all translate the same for running server off your own local computer?

Offline Jacko

  • Moderator
  • *****
  • Renown: 839
  • Infamy: 99
  • cRPG Player Sir White Knight
  • Mappers Guild
    • View Profile
  • Faction: Fffnanguard!
  • Game nicks: Jacko
Re: How to load strat maps on own server?
« Reply #7 on: November 11, 2012, 12:56:37 am »
0
Do you mean locally hosted; Multiplayer>host game?
Monkeys!

Offline Digglez

  • Duke
  • *******
  • Renown: 573
  • Infamy: 596
  • cRPG Player
  • YOU INCOMPETENT TOH'PAH!
    • View Profile
  • Faction: Northmen
  • Game nicks: GotLander, Hamarr, Digglesan, Black_D34th
Re: How to load strat maps on own server?
« Reply #8 on: November 11, 2012, 07:19:22 am »
0
Do you mean locally hosted; Multiplayer>host game?
yes

Offline Jacko

  • Moderator
  • *****
  • Renown: 839
  • Infamy: 99
  • cRPG Player Sir White Knight
  • Mappers Guild
    • View Profile
  • Faction: Fffnanguard!
  • Game nicks: Jacko
Re: How to load strat maps on own server?
« Reply #9 on: November 11, 2012, 11:13:02 am »
0
Probably?

 :lol:
Monkeys!