Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

NPC video

Newbie Spellweaver
Joined
Oct 22, 2013
Messages
14
Reaction score
2
Hello
Could someone pass me the code or file of this NPC video?
I saw it on a private server, where the player clicked on it and begins to spend a youtube video or some armazanamento.

sorry for my english, I'm using google translator.

Thank's.
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
Re: [help] NPC video

Link the video? I don't know what one you're talking about.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
14
Reaction score
2
Re: [help] NPC video

NPC video


example: in the game, the player can access a youtube video straight from a NPC, you know?
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
Re: [help] NPC video

I've never seen a client with such a feature, no.

I have seen that the client has the ability to teleport to a "field" which will play an ASPX file from a WMV7 server which does not exist, and that that URI can be diverted so that you can play any ASPX, possibly any DirectShow video, you like before being teleported back to the teleport NPC.

I don't think YouTube really existed when that feature was added to PT. (certainly it was there in 2007, but looks like it had been there for some time before; unused)

It is such a feature like the 2D side-scrolling map, and the in-game voice chat, they have been there since before the game came out of Beta, but their implementation was never completed or activated in release versions.
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
"Please explain" what? My explanation? No. Re-read my last post. I refuse to copy and paste it here. :p
 
Upvote 0
Moderator
Staff member
Moderator
Joined
Feb 22, 2008
Messages
2,404
Reaction score
724
Here is the code for npc streaming video: (bobsobol, forgive me about the charset! :lol: )
Code:
[COLOR=#000000]*¼Ó¼º[/COLOR][COLOR=#000000]NPC[/COLOR]
[COLOR=#000000]*¸ð¾çÆÄÀÏ[/COLOR][COLOR=#000000]"char\npc\Jin\Jin.ini"[/COLOR]

[COLOR=#000000]*À̸§[/COLOR][COLOR=#000000]"ºí·¹½ºÄ³½½ ¸®Æ÷ÅÍ"[/COLOR]
[COLOR=#000000]*µ¿¿µ»óÁ¦¸ñ     "NPC Name"[/COLOR]

[COLOR=#000000]*µ¿¿µ»ó°æ·Î     "http://www.testespt.com.br/video_1.wmv"[/COLOR]

[COLOR=#000000]*¿¬°áÆÄÀÏ[/COLOR][COLOR=#000000] "name\Ric_Video.zhoon"[/COLOR]

I think video size should be <= 3MB be aware that this could lag
 
Upvote 0
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
14
Reaction score
2
something is wrong, when I click on it nothing appears.
2013-10-30-18-6-21 - NPC video - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
something is wrong, when I click on it nothing appears.
View attachment 139322
And...? Do you think that is enough information for us to advise you further, or are you just proud of your existing ineptitude?

Sorry to be blunt, but that post is rather like saying "I pooped in my pants." How do you expect us to respond? Can we fix this for you? Nope! Why did you poop your pants? Could you not find the potty? Was the poopy unexpected? Where you trying to lift something really heavy from the ground? Are you a bit scared?

Something, would be nice. Ya know? ^_^
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
14
Reaction score
2
sorry to be blunt but you never help anything bobsobol :eek:tt1:


want more information?


I did everything just right there, put the right code, and put the video .wmv Which Is Indicated in the code on my site and put the link in npc and created npc.
However when i click the npc nothing appears.


SheenBR be able to help me I thank you very much * - * ty * - *
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
Well, Sheen asked me to forgive it, but I'd suggest a translation error in this code:-
Code:
[COLOR=#000000]*¼Ó¼º[/COLOR][COLOR=#000000]NPC[/COLOR]
[COLOR=#000000]*¸ð¾çÆÄÀÏ[/COLOR][COLOR=#000000]"char\npc\Jin\Jin.ini"[/COLOR]

[COLOR=#000000]*À̸§[/COLOR][COLOR=#000000]"ºí·¹½ºÄ³½½ ¸®Æ÷ÅÍ"[/COLOR]
[COLOR=#000000]*µ¿¿µ»óÁ¦¸ñ     "NPC Name"[/COLOR]

[COLOR=#000000]*µ¿¿µ»ó°æ·Î     "http://www.testespt.com.br/video_1.wmv"[/COLOR]

[COLOR=#000000]*¿¬°áÆÄÀÏ[/COLOR][COLOR=#000000] "name\Ric_Video.zhoon"[/COLOR]
Damaged in transit?

I've not seen such a file, but I know the ASF (WMV will do to, they're both WM7 formats) has to be embedded in the client executable. I don't know that it needs to be in the NPC file, or if they have to match. (I only patched the exe)

Can we have a hex dump or attachment of that file Sheen? For clarity. :)

The original ASF (I believe) was hosted, not on a web server, but on a Windows Media Stream Server. It still hosts a URL, but from IIS (or equivalent) you may have to wait for the file to download, and suffer overheads in memory consumption / drive space which you wouldn't otherwise see. I cobbled together a media server from FOSS tools based on FFMpeg, but it was *super* unreliable. Sandurr made it work pretty flawlessly, so credits to him.
 
Upvote 0
Joined
Jul 24, 2006
Messages
883
Reaction score
581
Dunno what you are doing wrong.

Worked perfectly fine for me.

2013-11-05 09_53_07-LocalPT - NPC video - RaGEZONE Forums 2013-11-05 09_53_09-LocalPT - NPC video - RaGEZONE Forums 2013-11-05 09_53_14-LocalPT - NPC video - RaGEZONE Forums

I like PT so much im playing a video of me playing PT inside PT while I play PT.

Edit: It's a bit retarded, only works in window mode if you put the window up the top left of your screen. Works fine in full screen mode however..

2013-11-05 10_10_50-LocalPT - NPC video - RaGEZONE Forums 2013-11-05 10_10_53-LocalPT - NPC video - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
14
Reaction score
2
Hello, Sunny
you upload the video on your own site?
and what video format you use?
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
14
Reaction score
2
you made ​​any changes in the code?
and what size video you send to the site?

be able to send your code to see how it is ...
 
Upvote 0
Back
Top