Game Development Community

Cannot find path for "MissionGroup/Paths/Path1

by Puiu Marcel · in Technical Issues · 10/05/2004 (2:23 am) · 2 replies

In file "aiPlayer.cs" the function "spawn(%this)" contains the folowing linecode: "%player.followPath("MissionGroup/Paths/Path1", -1);". I want to change the path for the bot but I can't find Path1 file. Can you help me?

#1
10/05/2004 (2:38 am)
It's in the mission you are loading.
#2
10/05/2004 (5:38 am)
Path 1 is in the default stronghold mission, if you are trying to put it into another mission, open up your stronghold.mis with your text editor and copy the path1 code block to the new mission you want it in..


you can , once you get in game, highlight the path one, copy and paste it in game and rename it to path 2 (and save mission as) to make new paths, but it may be better to copy path 1 from your .mis then paste, then rename right in your .mis

hope this helps