GodotSteam

Godot 游戏引擎的 Steam api。「Steam api for Godot game engine」

  • 所有者: Mavhod/GodotSteam
  • 平台: Windows,Linux,Mac
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

GodotSteam

Steam api for Godot2.

APIs for steam I will add it later.

How to use

  • Download Steamworks SDK.

  • Copy:

    sdk/public
    sdk/redistributable_bin
    

    To

    godotsteam/sdk
    

    The directory contents should look like this:

    godotsteam/sdk/public/*
    godotsteam/sdk/redistributable_bin/*
    godotsteam/SCsub
    godotsteam/config.py
    godotsteam/godotsteam.cpp
    godotsteam/godotsteam.h
    godotsteam/register_types.cpp
    godotsteam/register_types.h
    
  • Drop the "godotsteam" directory inside the "modules" directory on the Godot source. Recompile for your platform.

    For Linux you must add openssl=no when compile because it has problem with lib crypto (class StreamPeerSSL may can't use).

    For Windows you can only compile with Visual C++ can't use MINGW because *.lib is exclusive for Microsoft compiler.

  • Copy shared library (steam_api) to godot binary place, should look like this:

    Linux 32

    ./linux32/libsteam_api.so
    ./godot_binary
    

    Linux 64

    ./linux64/libsteam_api.so
    ./godot_binary
    

    Windows 32

    ./steam_api.dll
    ./godot_binary.exe
    

    Windows 64

    ./steam_api64.dll
    ./godot_binary.exe
    

    OSX

    ./libsteam_api.dylib
    ./godot_binary
    

API Reference

bool init()
If success return true.


bool cloudIsEnabledForAccount()

bool cloudIsEnabledForApp()

uint32_t cloudGetCount()

Dictionary cloudGetFileNameAndSize( int iFile )
iFile: Index of file
Return dictionary members: fileName, fileSize

bool cloudFileWrite( const String &pchFile, const Variant &pvData )
pchFile: File name
pvData: Data for written

Variant cloudFileRead( const String &pchFile )
pchFile: File name
Return data read

bool cloudFileDelete( const String &pchFile )
pchFile: File name


uint32_t achievementsGetNum()

String achievementGetName( uint32_t iAchievement )

bool achievementSet( const String &pchName )

Dictionary achievementGet( const String &pchName )
Return dictionary members: isSuccessGet, isAchieved

bool achievementClear( const String &pchName )

License

MIT license

主要指标

概览
名称与所有者Mavhod/GodotSteam
主编程语言C++
编程语言GDScript (语言数: 3)
平台
许可证
所有者活动
创建于2015-11-14 04:07:16
推送于2017-10-06 20:13:53
最后一次提交2017-10-07 03:13:26
发布数0
用户参与
星数62
关注者数8
派生数12
提交数6
已启用问题?
问题数2
打开的问题数1
拉请求数0
打开的拉请求数0
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?