Request: Teleporter Tiles

Request patches for Keens 1-3.
Post Reply
User avatar
CommanderSpleen
Posts: 1017
Joined: Sun Aug 31, 2003 12:11 pm
Location: The Land of Sparkly Things
Contact:

Request: Teleporter Tiles

Post by CommanderSpleen »

Two possible solutions:
Teleporters don't animate or modify tiles on the map at all. OR
One set of teleporters uses the same tile on both ends. (i.e. dirt->dirt)

Of course, there's always a third solution: MOAR TELEPORTERS
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Now are we talking Keen 1 or Keen 3? I'm assuming Keen 1. Both solutions are possible, Lemm could probably give you more teleporters.
User avatar
CommanderSpleen
Posts: 1017
Joined: Sun Aug 31, 2003 12:11 pm
Location: The Land of Sparkly Things
Contact:

Post by CommanderSpleen »

Aye, Keen 1.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Now I suspect you know how to make all teleporters use the same tiles whatever they are already so I'll just leave this here:

Code: Select all

#Departure teleport no animation or tile replacement:
%patch $AF9A $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90
             $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90
             $90 $90 $90 $90 $90 $90 $90 $90
%patch $AFBE $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90
             $90 $90 $90 $90 $90 $90 $90 $90 $90 $90

#Destination teleport no animation or tile replacement:
%patch $B0CC $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90
             $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90
             $90 $90 $90 $90 $90 $90 $90 $90
%patch $B0F0 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90
             $90 $90 $90 $90 $90 $90 $90 $90 $90 $90
Post Reply