View unanswered posts | View active topics It is currently Thu Mar 28, 2024 10:18 am



Reply to topic  [ 7 posts ] 
 what video player is being used for the video screen? 
Author Message
Rank 10
Rank 10
User avatar

Joined: Tue Sep 01, 2015 7:56 am
Posts: 60
Is it some implementation of ffmpeg? Is there a way to change this to a portable version of vlc or something? I have an idea that uses a script to dynamically generate m3u playlist files with a link or list of links to flv videos on xvideos, for example. I tried to hack this into something that would play in game by renaming it to an mp4 file, which vlc picks up on and starts playing immediately, but the game does not like. I attached the file for an example. Rename it to .mp4 and open it with VLC (NSFW) or notepad++. It's very simple to produce this file of a random video, and the script is entirely in bash using curl so this can be deployed using a tiny portable cygwin hack or even something much more painful in a batch file with a win32 curl binary.

The idea I have is to have the game search for videos randomly based on seeded keyword/tag information that can either be manipulated from the command input or dynamically generated on the fly. Another idea is to have a computer workstation in game that the girls can decide or be commanded to search for porn on and then masturbate to it on the big screen...using something with the AI for that like in Eskarn's upcoming dungeon mod that describes the girls using independent will and more advanced interaction with things. Different personality types could have different tastes, like some girls would be into BDSM and others into tentacle rape because girls are freaks like that. :)


Attachments:
xvideos.zip [189 Bytes]
Downloaded 681 times
Thu Jan 21, 2016 3:48 am
Profile
Rank 10
Rank 10
User avatar

Joined: Tue Sep 01, 2015 7:56 am
Posts: 60
Also, I'm sick of the same few videos I've put into the videos folder and would like to have the feeling of actually flipping through porn channels for random videos like the old days. :)


Thu Jan 21, 2016 3:51 am
Profile
Rank 8
Rank 8

Joined: Mon Aug 10, 2015 12:28 pm
Posts: 40
Even better you can create a custom fuse filesystem, create dunno, 1000 files and every tried xsp tries to play one, pick a random video on your favorite channel and stream it :)


Thu Jan 21, 2016 5:19 am
Profile
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
You need to have the videos in the video folder before starting the dungeon
current format is mp4 but have not tried others
But you can have almost unlimited and you can script it to start playing them based on keywords/ moods or random

make a bunch of dummy mp4 or whatever then refrence them in the scripts then the player can override the dummys with their own

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Thu Jan 21, 2016 8:17 am
Profile
Rank 10
Rank 10
User avatar

Joined: Tue Sep 01, 2015 7:56 am
Posts: 60
alex88 wrote:
Even better you can create a custom fuse filesystem, create dunno, 1000 files and every tried xsp tries to play one, pick a random video on your favorite channel and stream it :)


You will have to elaborate on this. I know Linux but have no idea what FUSE is or why it would be useful here. Also, if it is running on Linux that seems incompatible unless you are talking about an external local server?


Sat Jan 23, 2016 7:29 am
Profile
Rank 13
Rank 13

Joined: Tue Mar 31, 2015 9:02 pm
Posts: 105
glugluclub wrote:
alex88 wrote:
Even better you can create a custom fuse filesystem, create dunno, 1000 files and every tried xsp tries to play one, pick a random video on your favorite channel and stream it :)


You will have to elaborate on this. I know Linux but have no idea what FUSE is or why it would be useful here. Also, if it is running on Linux that seems incompatible unless you are talking about an external local server?


FUSE is a way to implement a file system outside the kernel under Linux.

The suggestion above is to create such a file system with virtual files, then stream something over the internet instead when something tries to read a file. It's much more complicated than it sounds.


Sat Jan 23, 2016 2:02 pm
Profile
Rank 8
Rank 8

Joined: Mon Aug 10, 2015 12:28 pm
Posts: 40
Thanny wrote:
glugluclub wrote:
alex88 wrote:
Even better you can create a custom fuse filesystem, create dunno, 1000 files and every tried xsp tries to play one, pick a random video on your favorite channel and stream it :)


You will have to elaborate on this. I know Linux but have no idea what FUSE is or why it would be useful here. Also, if it is running on Linux that seems incompatible unless you are talking about an external local server?


FUSE is a way to implement a file system outside the kernel under Linux.

The suggestion above is to create such a file system with virtual files, then stream something over the internet instead when something tries to read a file. It's much more complicated than it sounds.


There is something that works on windows too https://github.com/dokan-dev/dokany

It's complicated, absolutely!


Sat Jan 23, 2016 9:08 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 7 posts ] 

Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.