| View previous topic :: View next topic |
| Author |
Message |
|
|
|
|
|
Well, there should be a .scr file like "urmapname.scr"...Open up notepad, and drag ur .scr file into notepad...Copy and paste the text in that .scr file and post it here...... _________________ HeavenBound
I'm new at this  |
|
Fri Oct 16, 2009 2:38 am |
|
|

|
|
|
|
|
thanks got that cheers!!
know how to post a map?? |
|
Fri Oct 16, 2009 9:52 am |
|
|
|
|
|
|
|
| HeavenBound wrote: | | Well, there should be a .scr file like "urmapname.scr"...Open up notepad, and drag ur .scr file into notepad...Copy and paste the text in that .scr file and post it here...... |
to copy hit ctrl and c at the same time..... lol _________________ HeavenBound
I'm new at this  |
|
Wed Oct 21, 2009 3:21 am |
|
|

|
|
|
|
|
u must think i'm stupid
once i COPY it where do i PASTE it,
and dont say something obvious please!! |
|
Wed Oct 21, 2009 9:28 pm |
|
|
|
|
|
|
|
You know how ur replying? Post it in the reply box...so we can read it....and see what's wrong... lol _________________ HeavenBound
I'm new at this  |
|
Wed Oct 21, 2009 10:33 pm |
|
|

|
|
|
|
|
u cant read a map mate..
the guy asked for my MAP FILE and my script file, my script is already on the forum all i need to show is my map... but i dont think it will help. |
|
Mon Oct 26, 2009 4:11 pm |
|
|

|
|
|
|
|
it seems on every map the same thing happens, he sees an enemy and it immediatly freezes and returns me to the game menu!! it something to do with a loop or something - it says on the error i posted
Try to use the script that 'smithy' posted earlier and see if the same thing happens to you... |
|
Thu Oct 29, 2009 11:45 pm |
|
|

|
|
|
|
|
exec global/auto.scr
exec global/friendly.scr
level waittill prespawn
level waittill spawn
//----------------------------------------------------------------------------
main:
//----------------------------------------------------------------------------
thread FriendInit //or waitthread FriendInit
end
//----------------------------------------------------------------------------
FriendInit:
//----------------------------------------------------------------------------
level.friendly1.targetname = friend1
$friend1.destination = $player
// Sets the type of friendly soldier
$friend1.friendtype = 1
// stagger how far away they keep from their destinations
$friend1.distance = 175
// setup the friendlies to follow the player...
$friend1 thread global/friendly.scr::friendlythink
end |
|
Tue Nov 17, 2009 10:52 am |
|
|
|
|
|
|
|
I was having a similar problem untill i figured this out.
insert $friend1.waittime = 0.1 BEFORE $friend1 thread global/friendly.scr::friendlythink. additionally, and this is just from examining the stock maps, move the destination friendtype and distance commmands to AFTER $friend1 thread global/friendly.scr::friendlythink. hope this helps. |
|
Sat Jun 19, 2010 7:45 pm |
|
|

|
|
|
|
|
Great, i've been waiting ages for a reply, thanks!
but sadly since asking the question my computer crashed and i have currently not been mapping since as i have not got round to downloading it again! if i ever do i'll use your idea and i'll tell you if it works or fails
thanks |
|
Sat Jun 19, 2010 8:21 pm |
|
|
|