Origionaly posted by
peaceofpi on a different site:
I think pretty much every "private" server out there uses the Church login, this happened immediately after ZFB8's had the same thing. I work with ZFB8, and had the first new login map (currently anyway) and I guess I'll get my name out there before someone steals the tutorial from GzO.
Now, let's get started.
Code:
<DUMMY name="camera_pos 02">
<POSITION>0.0000000 0.0000000 0.0000000</POSITION>
<DIRECTION>0.0000000 0.0000000 0.0000000</DIRECTION>
</DUMMY>
<DUMMY name="camera_pos 01">
<POSITION>0.0000000 0.0000000 0.0000000</POSITION>
<DIRECTION>0.0000000 0.0000000 0.0000000</DIRECTION>
</DUMMY>
The above code is found inside Login.RS.xml, which is inside Login.mrs. Obviously it's not filled with zeroes, but giving you any coordinates at all would be too kind of me. You're on your own.
Get the map you want as a login map, extract it, and edit its .RS.xml. Paste those two DUMMYs in the appropriate spot, then go coordinate hunting. If I'm not mistaken, the distance for each point is relative to { 0 0 0 } on the map, so think from there.
That's pretty much all you need. Rename it Login, and pack it up. A hint for camera_pos 02: It's the position the camera is in when it stops moving, obviously, so it'll be close to the character's spawn point. If you still don't get it, this means the coordinates for the spawn and camera_pos 02 should be very similar.
To view the content, you need to sign in or register