metahook吧 关注:755贴子:11,752
  • 26回复贴,共1

[AMXX API]Draw Your SISTER!

只看楼主收藏回复

最入门的方法写的API..主要还是借机学习...用的是展鸿大佬的TextureRender
下载地址:http://pan.baidu.com/s/1hsmLczU
* 支持32个纹理通道和32个文本通道
* 仅支持TGA( RGB 32bit )和BMP( Indexed 8bit )
* 更多信息请打开压缩包自行查看
提供的API:
------------------------------
/* 生成纹理通道和文本通道 | Channel Generation */
native R_GenTextureChannel();
native R_GenTextChannel();
/* 绘制纹理 | Draw Texture */
native R_DrawTexture( TextureChannel, const Texture[], RenderMode, Red, Green, Blue, Alpha, X, Y, Width, Height );
/* 释放纹理通道 | Free the Texture Channel */
native R_RemTexture( TextureChannel );
/* 绘制文本 | Draw Text */
native R_DrawText( TextChannel, const Text[], const WindowsFontName[], Size, Style, Flag, Red, Green, Blue, Alpha, X, Y );
// >> Windows Font List: https://en.wikipedia.org/wiki/List_of_typefaces_included_with_Microsoft_Windows
/* 释放文本通道 | Free the Text Channel */
native R_RemText( TextChannel );
/* 判断是否为本地玩家 | Check if is the local player */
native R_IsLocalPlayer( Client );
/* 获取屏幕宽度和高度 | Screen Informations */
native R_GetScreenWidth();
native R_GetScreenHeight();
------------------------------


IP属地:日本本楼含有高级字体1楼2017-01-02 21:32回复
    对了这个是给esf做的。。要是用在别的mod注意更换一下文件夹。。


    IP属地:日本来自Android客户端2楼2017-01-02 21:57
    收起回复
      超级赛亚撒旦


      IP属地:广东来自Android客户端3楼2017-01-02 22:40
      回复
        Princess Party


        IP属地:广东5楼2017-01-03 02:11
        收起回复
          关键是找不到R_LoadSkys的特征码。。我的hw.dll唔鸡咋回事啥也搜唔到


          IP属地:日本6楼2017-01-03 13:58
          收起回复
            几天不见,你又更上一城楼了


            7楼2017-01-06 23:26
            回复
              死宅真恶心


              IP属地:四川来自Android客户端8楼2017-04-07 18:05
              回复
                tga 無限通道?


                IP属地:中国香港9楼2017-05-12 19:27
                回复
                  画文字有bug


                  IP属地:广东来自Android客户端10楼2018-04-15 11:24
                  回复
                    想扩充通道,只改了这两个,发现没有用~


                    IP属地:广东来自Android客户端11楼2018-04-18 08:03
                    回复(8)
                      是不是能直接寫在AMXX裡呢?換了WIN10後一直用不到ACG 求大佬解答


                      IP属地:中国香港12楼2020-07-27 10:40
                      回复