![]() |
Online One-Player Levels
Would it be possible to make it so there's no trace of any other player within certain levels? If not I'll probably add this to the suggestion forum. It would be good to be able to do for quest levels and trying to build a storyline. It would even make scripting certain things a bit easier, you wouldn't have to script serverside motion as often.
Sorry that I haven't though in-depth about this subject before posting. I figure noplayerkilling, disablefeatures a few features... but I wouldn't quite understand how I could get a player to work if I disabled the player. |
Maybe sneaky use of copylevel, but that would generate many copies of levels... hmm.
|
Quote:
|
playerleaves doesnt trigger on disconnect
|
Re: Online One-Player Levels
Quote:
SL did that for their intro, and put people in a waiting room if the level was in use. Even though they did that, i still waited for the intro. The Method is crude but no other players could enter if you warped them somewhere else upon entering |
Hm...
You could display NPC's instead of the player, and these NPC's are clientside :\ |
Re: Re: Online One-Player Levels
Quote:
Every proposed way has its own problems. Off to Future Improvements forum---- |
One-Player Levels
I think the idea of one-player quests would greatly improve questing. Especially in the sense of protection from lamers and the quality of NPC movement. Making copies of levels, or making every player into a clientside NPC would be ridiculous. As would making it so only one player can enter the level at a time (as with the SL intro). I think that if there was the ability to hide other players based on conditions, it could make quests a lot funner. I say conditions, because you might not want to hide a FAQ from a newb running through a quest and who can't figure things out for him/herself, and who doesn't know how to explain the problem that he/she has encountered.
|
Yes, this could be extremely useful in situations where you want players to do quests solely on their own without other players disturbing them in any way. Mainly like a way to create a temporary copy of a level in every aspect... then have it deleted when that player leaves.
|
Maybe try hiding the player and using showani at the players coordinates at an index of 200 or higher?
|
Quote:
|
NPC Code:NPC Code: |
I meant index of 200 and above.
|
Or you have an NPC that is inside the first level of this quest that remembers the first person to enter and kicks out all others as well as puts up a "road block" outside the entrance :p
Its not that hard to find ways of making single-player quests if you really wanted to. I know its a generic idea as I left out other things that would be needed :) |
I figure the copylevel way is the best.
By default, send everybody to level 1. On playerenters, if there are two players, send the new one to level 2 and create that if neccessary. Repeat. |
Quote:
my way works.. |
The copylevel idea would work well if Stefan implemented an option to expire levels that havn't had players in them for awhile. (expire = delete.)
|
Would work anyway since we are not ever getting an amount of levels > playerscount, which is not that exagerrative. We might delete levels by hand from time to time, or even have an NPC do that.
|
I don't know. I've been thinking about it with great thought. Heviricubed (sp?) said that maybe you could do it so that you disable the player feature from enablefeatures and then put a clientside npc of the player. That could be extremely difficult though, I would think. Having to make a clientside version of everything that does something serverside...
|
Ok wtf?
Im sure there is a rule against that |
Quote:
|
couldn't copylevel do what you're asking?
Edit: NM, that seems to have been covered in the scripting forums' version of this topic which I just looked over... what the flip? copylevel wasn't in my commands.rtf?! |
Quote:
|
Thank you to whoever merged the posts.
Anyways, hevaricubed... I ran into several problems trying showani... The animation gets stuck in the first frame, and you can't see what's being carried... Now, if I tried setcharani, the major problem I run into is that the NPC keeps whacking the player with his sword.... what to do? --yea... that is an easy question, make conditions not to use the sword ani.... but now, finding a non-hurting version of the sword ani...... --Wait, I'm beginning to think that setani has the same problems showani had x,x... hmmm...... --back to showani, but now i'm stuck on the problem that it only shows the first frame of animations and you can't see what you carry... any ideas anyone? --next i have to see how i would get it to work online. |
I'm using showani and setting player props under a timeout. I haven't even tested online yet, it's so bad.
Problems I'm having (offline): -Uses only the first frame of the animations for hurt and sword -Leaves out the bow image when you fire the bow. -Doesn't read to carry what the player is carrying. -Doesn't read what type of land tile the player is standing on (ex. shallow water and swamp tiles are read like normal grass tiles) -Etc. -Pfft... I don't want to have to rescript the entire player into a keydown NPC. -Etc. It would be much easier if there was just a way to disable being able to see other players. You wouldn't have to worry about having to run into them if you put noplayerkilling. I'm sure that clientside spawns of weapons could be made. Is there a possible way to check to see whether or not a feature is enabled? I don't think there is. It would also be easier to rescript weapons for this feature if you could check in their scripts whether or not the proposed feature is enabled. |
| All times are GMT +2. The time now is 09:31 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.