twilightblade Posted May 30, 2009 Share Posted May 30, 2009 a remote can be part of the lore, say the enclave made a 'Communications/ transmission scrambler remote' to confuse the BoS, then u take it in an enclave base/ hideout, and have fun. still hard to make though Link to comment Share on other sites More sharing options...
ChaosReaper Posted May 30, 2009 Share Posted May 30, 2009 you could make a menu on the pip-boy that you can use to change the channel of all TVs in range. You could call it a Reciever Modifying Signal Emitter (or an RMSE, for short). Link to comment Share on other sites More sharing options...
ChaosReaper Posted October 25, 2009 Share Posted October 25, 2009 to this topic, I NOW RESTORE LIFE!!!!! Link to comment Share on other sites More sharing options...
5ivexxxxx Posted October 25, 2009 Share Posted October 25, 2009 Well, Cakester did something along these lines. Go check with him. Link to comment Share on other sites More sharing options...
spammster Posted October 25, 2009 Share Posted October 25, 2009 well, to contribute something to this topic, here's some actual info on how it works. first off all: real ingame videos are not possible (at least not in a way it would make sense, for this to work it would have to be done like this: you would have to take the videofile, extract single images, line em all in perfect sequence make that 1 file, place it in the game, and then do what the Goat does, force a "slideshow" you would have to use a timer, that runs 25 images per second and since its a slideshow audio is not available, so you would have to add a second trigger that plays the corresponding audiofile and not only that, you would have to force a FPS rate of the game of precisely 25fps during the show, or it would look messed up and this is to much for pretty much every system) however what works and what can be done is what the mod thats been mentioned here does: play a bink video in which you use an overlay. I'm gonna clutch all that quickly together and upload the .esp and.bik file here, so everyone can have a look on how it works, after that you just need to add some additional scripting if you want to play specific programs (easiest would be a Terminal here, there you could just select what you wanna see) okay, finished putting it together, already included the option to select different programs,gonna upload it now (its 50 MB)after that I'll post a list of the coc marker and all scripts etc. used. Link to comment Share on other sites More sharing options...
spammster Posted October 26, 2009 Share Posted October 26, 2009 okay, here it is: http://rapidshare.com/files/297923975/projectordemo.rar the video file goes in the Data\Video folder i put it for demonstration purposes in a new empty room, that has no connection to anywhere, to get there in the game, you have to type in the console: COC demonstration (that will bring you into a room with the projector) just activate the projector and a messagebox will show up, asking what "channel" you wanna see (has 2 choices: Fallout 3 Trailer or Weather) pick "Play Fallout 3 Trailer", cause thats the only video included (if you pick weather nothing happens). and now for the files in the demonstration.esp: the room itself is called: demonstration, so there you find the projector (which i called projectorcust) the script used is called: videoplaytrigger and can be found here: Misscellaneous -> Scriptthe messagebox used is called: Tvselection and can be found here: Misscellaneous -> Message and for those who don't wanna download it, here's the content of the script: scn videoplaytriggershort awaitingInputshort buttonvar begin onactivateshowmessage tvselectionset awaitingInput to 1end begin gamemode player if awaitingInput == 1 set buttonVar to getbuttonpressed if buttonVar > -1 set awaitingInput to 0 if buttonVar == 0 playbink "demo.bik" 1 1 1 ; first 1 = interuptable with ESC-key, second & third 1 = stop audio (radio and ambient) if you add a fourth 1 the video will be letterboxed elseif buttonVar == 1;playvideofile thats not yet available || this would be the weather option endif endifendifend this should be easily understandable and i added some explanations in it. if this actually turns into a GNR TV station, the messagebox options can be conditioned (here one could copypasta the conditions from the GNR audio files, so the video files only become available when the radio broadcast is available) if you got questions bout this, send me a PM Link to comment Share on other sites More sharing options...
Erikdeda1 Posted October 26, 2009 Share Posted October 26, 2009 Why have a remote control when you can control the Tv outta your Pip-Boy-just point it at the tv and SHOOT until you get the channel you want about the channels-why not have a wasteland survival channel with videos made on youtube so that players don't have to leave the game to watch that youtube video again because they forgot was it left here or left there or right? And I like the 3-Dog version of the quest...''Oh hi there again wasteeeelandaah could you help out 3-Doooooog; again?'' Link to comment Share on other sites More sharing options...
Recommended Posts