Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
possible? lvz question

 
Post new topic   Reply to topic Printable version
 View previous topic  .lvl information structure needed Post :: Post Wrong objects getting turned on  View next topic  
Author Message
SideBurn
Novice


Age:42
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 63
Location: uk
Offline

PostPosted: Fri Dec 19, 2003 8:44 pm    Post subject: possible? lvz question Reply to topic Reply with quote

ok, is it poss to make lvz so it appears above a certain player, but which only another player can see?
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address MSN Messenger
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Fri Dec 19, 2003 9:58 pm    Post subject: Reply to topic Reply with quote

Not without lots of work, and a terrible end result.
_________________
Hyperspace Owner

Smong> so long as 99% deaths feel lame it will always be hyperspace to me
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
SuSE
Me measures good


Joined: Dec 02 2002
Posts: 2307
Offline

PostPosted: Fri Dec 19, 2003 10:25 pm    Post subject: Reply to topic Reply with quote

if you just want a single indicator, use a flag or the powerball
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Fri Dec 19, 2003 10:28 pm    Post subject: Reply to topic Reply with quote

Of course there is always using ship8 for an indicator or something along those lines.
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
SuSE
Me measures good


Joined: Dec 02 2002
Posts: 2307
Offline

PostPosted: Fri Dec 19, 2003 10:48 pm    Post subject: Reply to topic Reply with quote

ya, you could funkafy the turret image
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Dark_Nexus
Guest


Offline

PostPosted: Thu Jan 01, 2004 1:17 am    Post subject: i am not expert but... Reply to topic Reply with quote

to tur on objects for cetrain people you private message a person with *objon <id number> and that person will be the only one able to see it, so you need to decide who can see it, if you just want everyone but that player to see it, then...

Code: Show/Hide
String player = p->name;
_listnode <Player> *parse = playerlist->head

while (parse)
{
Player *p = parse->item;

if (CMPSTR(player,p->name))
{
}

else
{
sendPrivate(p, "*objon 157");
}

parse = parse->next;
}


is one way to do it for mervbot, different ways to do it, but that is how i would do it.
Back to top
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Thu Jan 01, 2004 1:26 pm    Post subject: Reply to topic Reply with quote

That's not the hard part. The hard part is getting the LVZ to constantly update over the person.

He's not talking about over youreslf:
SideBurn wrote:
so it appears above a certain player, but which only another player can see

_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
D1st0rt
Miss Directed Wannabe


Age:37
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Fri Jan 02, 2004 10:54 am    Post subject: Reply to topic Reply with quote

what if you do *objon publicly then pm the target player with *objoff? Wouldn't that be simpler if it works?
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Fri Jan 02, 2004 4:39 pm    Post subject: Reply to topic Reply with quote

The problem is not with viewing objects, it's with positioning objects.

I noticed that in MERV .39, there's a new struct called lvzObject, which seems to have properties that you can change. But, there doesn't seem to be any functions using it yet. Maybe there's hope for 'dynamic' lvz's in the future?
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Smong
Server Help Squatter


Joined: 1043048991
Posts: 0x91E
Offline

PostPosted: Mon Jan 05, 2004 11:41 am    Post subject: Reply to topic Reply with quote

I think it is possible to move lvz, that was why merv 39 beta was released. Although lvz that have coordinates relative to a player's ship is not yet implemented (it has been suggested many times).
Back to top
View users profile Send private message Add User to Ignore List Visit posters website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> LVZ/LVL Questions All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 14 page(s) served in previous 5 minutes.

phpBB Created this page in 0.434325 seconds : 34 queries executed (88.0%): GZIP compression disabled