TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Fallout 4 Service Discovery and Relay

322 点作者 jnoller超过 9 年前

12 条评论

rcfox超过 9 年前
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 未加载
tomf64超过 9 年前
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-YOU超过 9 年前
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>
misterdai超过 9 年前
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.
socmoth超过 9 年前
thanks for taking the time to write this up. (an upvote did not seem like enough).
评论 #10612761 未加载
评论 #10612944 未加载
praseodym超过 9 年前
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 未加载
zxter超过 9 年前
With this we can prioritize healing items and auto use them when on low health!
评论 #10613783 未加载
joonoro超过 9 年前
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 未加载
nosideeffects超过 9 年前
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_超过 9 年前
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.
newman314超过 9 年前
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.
pinchn超过 9 年前
Just love the level of sniffing you can do to learn.