Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> A Mark And Recall Mod, is it a good idea?
RobRendell
post Oct 19 2005, 08:56 AM
Post #1


Agent

Joined: 22-September 05
From: Melbourne, Australia



Well, the impression I get is that Bethesda have taken out the Mark and Recall spells, on the grounds that the travel map allows everyone to move about quickly, not just spell-casters.

However, I don't think that Mark and Recall have been completely superceded by the travel map. Moving about using the travel map still takes time, in-game, and it doesn't work indoors. I used Mark and Recall a lot in Morrowind to avoid the drudgery of carting loot back and forth in dungeons (since my characters often started without a very high strength stat), and the travel map won't help with that.

Now, I haven't played the game yet, obviously, so maybe it'll be designed such that the spells really wouldn't be useful anyway. But in Morrowind, I used Mark and Recall heavily, and I anticipate that I'm going to miss it in Oblivion, so I'm considering writing a mod to add some equivalent spells back in.

Technically, from what I understand of the changes to the scripting language, it would now be easy to write outdoors-only mark and recall spells. Mind you, the travel map already works outdoors, so you're just saving yourself time...

A local mark and recall spell pair that only moves you around within the same indoor cell could also be useful, and shouldn't be too challenging to write.

However, a full re-implementation of Morrowind's mark and recall would be a pain, because cells are named by strings, and there are still no string variables in the scripting language to store the data. So, you'd have to do something like the Morrowind multimark mod, which has a scadload of if-elseif-else statements testing all the indoor cell names, and another scadload of if-elseif-else statements to call the PositionCell to move you back. Obviously, this is fragile - any new locations added by other mods aren't supported. Also, I don't want to spoil the game for myself by reading through all the indoor cell names.

So, I'm pondering my options. Would other people be interested in a mod that re-introduced Mark and Recall in some form, if they have indeed been removed? Would you consider using it on your first play through, or would that interfere with the experience that Bethesda was trying to create?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ShogunSniper
post Oct 20 2005, 11:48 AM
Post #2


Master
Group Icon
Joined: 30-May 05
From: The state of Confusion.



i would try it. i liked mark/recall in MW and i hope they don't take it out in OB. somehow, i think hey won't. like you said "fast" travel takes in-game time but is instantanious for the player where as teleportation spells are instantanious for both the game and the player.

but i'm not a modder so i don't understand half the things you said. biggrin.gif


--------------------
War is over if you want it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
The Wolf
post Oct 25 2005, 10:02 AM
Post #3


Agent

Joined: 28-September 05



It would be nice, in MW Mark/Recall saved me a lot of time.


--------------------
user posted image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kzar
post Jan 21 2006, 12:02 AM
Post #4


Associate

Joined: 20-January 06



I use it a lot in MW. But I figure it'll ruin the gameplay in Oblivion.. Since it was no longer a considered factor in quest writing, etc. Even when I use it in MW I kind of feel like a cheater. kvright.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
stargelman
post Jan 21 2006, 01:05 PM
Post #5


Senor Snore
Group Icon
Joined: 8-February 05
From: Onderon



I've been working with locations quite a lot when working on my daggerfall music mod.

I also looked at the great multimark mod, which uses like 20 or 30 scripts to do what it does so well. It does all that without string variables, and the way it was made, I think it can be ported to Oblivion fairly easy - the author even included a perl script to generate scripts for all the location names!

The location names are strings, but the locations itself, despite looking like strings in the editor, are not. The strings are internally resolved to numerical IDs. Thus, even without strings and arrays and such, it's still possible to reimplement mark/recall. Hell, that guy with his multi-mark mod did that for Morrowind without ever touching the matching spell effect!

So yes, it is realistic.


--------------------
Being good means getting better.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kzar
post Jan 22 2006, 12:35 AM
Post #6


Associate

Joined: 20-January 06



I think the multi mark mod requires MW Enhanced. Which is basically a secondary app that runs alongside MW and interfaces with it to make modding more powerful. So we need Oblivion Enhanced smile.gif I assume Oblivion Enhanced will be out pretty quickly.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
stargelman
post Jan 22 2006, 12:58 AM
Post #7


Senor Snore
Group Icon
Joined: 8-February 05
From: Onderon



QUOTE(kzar @ Jan 22 2006, 12:35 AM)
I think the multi mark mod requires MW Enhanced. Which is basically a secondary app that runs alongside MW and interfaces with it to make modding more powerful. So we need Oblivion Enhanced smile.gif I assume Oblivion Enhanced will be out pretty quickly.
*


Nope smile.gif It's just standard scripts. A looooooot of them.


--------------------
Being good means getting better.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
RobRendell
post Jan 23 2006, 07:05 AM
Post #8


Agent

Joined: 22-September 05
From: Melbourne, Australia



Well, MrSmileyFaceDude said this in the latest set of dev quotes:

QUOTE
As an experiment, I used a Script Effect spell to implement a kind of mark & recall spell. You'd cast it once, and it would move a special marker to where you were standing. Cast it again, and it would move you to where the marker was. Took about 20 minutes. Maybe I'll release it as a mod after the game's out. Our designers have found some insane uses for Script Effect, and I'm looking forward to seeing what the mod community comes up with!


So, there's an alternative, more elegant approach. It would even work to indoor locations without a string variable. And you could have several marker objects, making the same strategy applicable for a revamped multimark mod.

Anyway, we'll see whether we miss the spells once the game comes out. Can't be long now... (he says optimistically smile.gif )

This post has been edited by RobRendell: Jan 23 2006, 07:06 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Muad'Dib
post Feb 21 2006, 09:17 AM
Post #9


Retainer

Joined: 21-February 06



Well its good to know that its possible.

If its possible, Im sure it will be done.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Ola Martin
post Mar 4 2006, 01:39 AM
Post #10


Finder
Group Icon
Joined: 3-March 06
From: The land of Nords, no not Skyrim, NORWAY



Who can survive without the spells tongue.gif okey I can.


--------------------
waiting4skyrim now, banner still not updated^^
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

- Lo-Fi Version Time is now: 22nd September 2024 - 02:29 AM