Steam DLC Blueprint Chinese

在Steam中,判断玩家是否拥有DLC或游戏本体 In Steam, determine if the player has DLC or game ontology

Category:
Tags: , , , , ,

Description

使用简体中文,将steamDLC的功能提供给蓝图,还支持了在steam中快速打开网页的功能

请注意,开启本插件前,需打开虚幻引擎自带的 OnlineSubsystemSteam 插件,并且设置正确的appID才可以获取正确数据

插件玩法:您可以把游戏和DLC内容全部整合到一起上传到steam,通过判断用户是否拥有DLC来解锁游戏内容。如果用户没有拥有DLC,则可以通过 打开DLC页面的蓝图节点,引导玩家购买DLC

首次使用请根据官方文档设置启用OnlineSubsystemSteam,在

或者直接复制以下内容,将“你的游戏ID”修改为你steam对应的游戏ID,然后粘贴到ConfigDefaultEngine.ini文件内即可!

[/Script/Engine.GameEngine]

    +NetDriverDefinitions=(DefName=”GameNetDriver”,DriverClassName=”OnlineSubsystemSteam.SteamNetDriver”,DriverClassNameFallback=”OnlineSubsystemUtils.IpNetDriver”)

[OnlineSubsystem]

DefaultPlatformService=Steam

[OnlineSubsystemSteam]

bEnabled=true

SteamDevAppId=你的游戏ID

; If using Sessions

bInitServerOnClient=true

[/Script/OnlineSubsystemSteam.SteamNetDriver]

NetConnectionClassName=”OnlineSubsystemSteam.SteamNetConnection”

以下是英文介绍:

Using Simplified Chinese, the functionality of Steam DLC is provided to the blueprint, and it also supports the ability to quickly open web pages in Steam

Please note that before starting this plugin, you need to open the OnlineSubsystemSteam plugin that comes with the Unreal Engine and set the correct appID to obtain the correct data using Simplified Chinese. This provides the Steam DLC function for the blueprint and also supports the ability to quickly open web pages in Steam

Technical Details

功能:

代码模块:

蓝图数量:4

C++类的数量:2

Code Modules:

Number of Blueprints:4

Number of C++ Classes:2

Network Replicated: (No)

Supported Development Platforms: (Windows)

Supported Target Build Platforms: (Windows)

Supported Engine Versions

5.1 – 5.3