pra Posted January 29, 2018 Share Posted January 29, 2018 Some of the paid mods imply actual new features, which should be useable to anyone. For example: "Build your own arcade with custom upright arcade cabinets for each holotape game including Red Menace, Atomic Command, Pipfall, Grognak the Barbarian and the Ruby Ruins, Zeta Invaders and Automatron." That reminded me of this mod: https://www.nexusmods.com/fallout4/mods/10597 There, you just build terminals with the holotape pre-installed. I looked into the whole thing once, and found no way to do it any other way. This would mean, there is now some sort of a PlaySwfInTerminal() function? The source zip file has changed during the update, but I couldn't find anything like that in there. Though I wouldn't be too surprised if bethesda keeps CC functions hidden. Or are the CC things actually just terminals with holotapes, too? Link to comment Share on other sites More sharing options...
Reneer Posted January 29, 2018 Share Posted January 29, 2018 (edited) I haven't looked into this at all, so I could be 100% wrong, but I'm sure that these are just new art assets made into terminals that have the holotapes built in. And Bethesda can't keep CC functions hidden, so no worries about that. Edited January 29, 2018 by Reneer Link to comment Share on other sites More sharing options...
pra Posted January 29, 2018 Author Share Posted January 29, 2018 I haven't looked into this at all, so I could be 100% wrong, but I'm sure that these are just new art assets made into terminals that have the holotapes built in. And Bethesda can't keep CC functions hidden, so no worries about that.No, I've watched some youtube video where some guy bought that stuff. You activate it, get somewhat zoomed to the screen, and only have the option to exit on the lower screen border. It could actually be something different alltogether, like furniture where the swf is hardcoded into the nif somehow. Would be interesting to look into the files, but I'm not spending money on it. Link to comment Share on other sites More sharing options...
pra Posted January 29, 2018 Author Share Posted January 29, 2018 Figured it out. It's the keyword TerminalEmbeddedHolotape. However, building terminals which contain holotapes no longer seems to work. They are created without the holotape. I used placeatme to spawn the terminal, and that worked. Link to comment Share on other sites More sharing options...
Reneer Posted January 29, 2018 Share Posted January 29, 2018 (edited) The Arcade script checks to see if the cabinet has the holotape - if not, it adds it to the inventory when the player activates the arcade cabinet. Basically a simple call to OnActivate and a register to OnMenuOpenCloseEvent to check when the player activates / leaves the cabinet. Edited January 29, 2018 by Reneer Link to comment Share on other sites More sharing options...
pra Posted January 29, 2018 Author Share Posted January 29, 2018 (edited) OnMenuOpenCloseEvent or OnExitFurniture? Probably the former, the latter will probably be triggered by NPCs as well. On the other hand, where's the harm in that? Fun fact: if you don't remove the holotape and scrap the terminal, both you and the workshop get a copy of the holotape. edit: OnExitFurniture doesn't actually work Edited January 29, 2018 by pra Link to comment Share on other sites More sharing options...
Reneer Posted January 29, 2018 Share Posted January 29, 2018 It's OnMenuOpenCloseEvent that is used, not OnExitFurniture. But, suffice to say, there is no scripting functionality added by / for that CC mod. Link to comment Share on other sites More sharing options...
pra Posted January 29, 2018 Author Share Posted January 29, 2018 Oh, you actually looked into the CC script? Well I was just trying to come up with a solution myself. The one about exiting furniture sounded like it could work to me, but it doesn't. Link to comment Share on other sites More sharing options...
Reneer Posted January 29, 2018 Share Posted January 29, 2018 Yes, I looked at the CC script itself (and yes, I paid for it). Link to comment Share on other sites More sharing options...
Recommended Posts