TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fallout 4 Service Discovery and Relay

322 pointsby jnollerover 9 years ago

12 comments

rcfoxover 9 years ago
One application comes to mind for this: watch for new screenshots (assuming they automatically get put into a directory for Fallout 4 screenshots) and add the in-world coordinates to the EXIF data.
评论 #10613329 未加载
评论 #10612940 未加载
tomf64over 9 years ago
It would be incredibly cool to have a script that automatically manages your inventory while playing the game, e.g. the player picks up all items and has the script auto-drop them if they don't meet certain requirements (value/weight ratio, duplicates, etc.). I'm excited to see where this goes!
评论 #10612852 未加载
评论 #10614384 未加载
评论 #10613062 未加载
评论 #10620777 未加载
评论 #10619309 未加载
FLUX-YOUover 9 years ago
It&#x27;s possible that the client is capable of more than just being a server. Running<p><pre><code> help &quot;Bethesda.NET&quot; 0 </code></pre> in the console reveals some interesting commands, such as login, checking if the player is logged in, getting some profile stats and whatnot.<p>So of interest is whether the scripting engine (Papyrus) is capable of accessing the network or changing anything about the network commands (especially destination&#x2F;content). If so, that&#x27;s possibly bad because a lot of players have a propensity to just run as admin[0] due to script extenders in the various games, which are required for a lot of the most popular plugins (e.g. SkyUI).<p>Used innocently, this could be really cool for modders. Check for updates or even download patches while the game is running for example. Or, hell, multiplayer.<p>There&#x27;s also a couple of other commands I found interesting in the game console, such as PyConsole and LuaConsole, which are described as Python and Lua consoles, but running these didn&#x27;t do anything for me. Those would be fun to play with in game.<p>[0]<a href="http:&#x2F;&#x2F;skse.silverlock.org&#x2F;skse_readme.txt" rel="nofollow">http:&#x2F;&#x2F;skse.silverlock.org&#x2F;skse_readme.txt</a>
misterdaiover 9 years ago
Would be interesting to play around with. Imagine having a &quot;Twitch plays Fallout 4&quot;, but with someone playing the game properly but Twitch gets to control the inventory, armour, weapons, map etc... all via the pipboy api.
socmothover 9 years ago
thanks for taking the time to write this up. (an upvote did not seem like enough).
评论 #10612761 未加载
评论 #10612944 未加载
praseodymover 9 years ago
So there is no authentication on the API endpoint? I have my PS4 connected directly to the Internet to avoid NAT issues, and I wonder whether the API would be available openly as well.
评论 #10613436 未加载
评论 #10613438 未加载
评论 #10614373 未加载
zxterover 9 years ago
With this we can prioritize healing items and auto use them when on low health!
评论 #10613783 未加载
joonoroover 9 years ago
This is very cool. I have to wonder though what you could do with it, like I don&#x27;t mean to devalue the OP but I see a lot of people here discussing the possibilities (inventory management etc.), but what is there to stop you from doing that with traditional modding? I guess with consoles this might be useful (although I heard consoles can play PC mods this time around), but as far as the PC goes its probably far easier just to use make an actual mod for the game that does what you want instead of bouncing it around wirelessly with a relay.
评论 #10614467 未加载
评论 #10619135 未加载
nosideeffectsover 9 years ago
Only level 12 by November 20th? The desire to play must not have been that strong. He already got side tracked with something that isn&#x27;t getting him any more loot.
评论 #10623959 未加载
voltagex_over 9 years ago
If someone wants to chip in for a copy of XBox One Fallout 4, I&#x27;d be happy to look at adding support for it this weekend - it&#x27;s 100AUD which is a little crazy.
newman314over 9 years ago
Incidentally, flexlm&#x2F;port 27000 used to be how a variety of apps were licensed. Much pain was had when the license manager would occasionally go out to lunch.
pinchnover 9 years ago
Just love the level of sniffing you can do to learn.