廣告廣告
  加入我的最愛 設為首頁 風格修改
首頁 首尾
 手機版   訂閱   地圖  簡體 
您是第 2254 個閱讀者
 
發表文章 發表投票 回覆文章
  可列印版   加為IE收藏   收藏主題   上一主題 | 下一主題   
tocade 手機
個人文章 個人相簿 個人日記 個人地圖
小人物
級別: 小人物 該用戶目前不上站
推文 x34 鮮花 x25
分享: 轉寄此文章 Facebook Plurk Twitter 複製連結到剪貼簿 轉換為繁體 轉換為簡體 載入圖片
推文 x0
[1.6] 高手求救阿~遊戲開始畫面的人物選單製作有問題
我仿照http://bbs-mychat.com/reads.php?tid=853805裡頭
製作他這類型選單

也有看這篇http://bbs-mychat.com/reads.php?tid=799922
的文章教學

改好之後選其他新人物,
然後進入遊戲都不會出現新人物,
一直變成內建的原本人物在玩,
這是哪裡出錯,我試了一整天了表情

真的可以改選單新建人物嗎,還是只是好看而已表情

我該放的\cstrike\models\player 的3個新增人物模組都有放
        \cstrike\classes裡也有新增新人物檔案
        \cstrike\gfx\vgui里新人物圖片也放了
        \resource\cstrike_tchinese.txt都改過了

附一下我選單改的內容
複製程式
"Resource/UI/ClassMenu_CT.res"
{
       "ClassMenu"
       {
              "ControlName"              "Frame"
              "fieldName"              "ClassMenu"
              "xpos"                     "76"
              "ypos"                     "0"
              "wide"                     "552"
              "tall"                     "448"
              "autoResize"              "0"
              "pinCorner"              "0"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"              "0"
       }

       "SysMenu"
       {
              "ControlName"              "Menu"
              "fieldName"              "SysMenu"
              "xpos"                     "0"
              "ypos"                     "0"
              "wide"                     "64"
              "tall"                     "24"
              "autoResize"              "0"
              "pinCorner"              "0"
              "visible"              "0"
              "enabled"              "0"
              "tabPosition"              "0"
       }

       "joinClass"
       {
              "ControlName"              "Label"
              "fieldName"              "joinClass"
              "xpos"              "0"
              "ypos"              "22"
              "wide"              "500"
              "tall"              "48"
              "autoResize"              "0"
              "pinCorner"              "0"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"              "0"
              "labelText"              "#Cstrike_Join_Class"
              "textAlignment"              "west"
              "dulltext"              "0"
              "brighttext"              "0"
              "font"              "Title"
              "wrap"              "0"
       }

       "classInfoLabel"
       {
              "ControlName"              "Label"
              "fieldName"              "classInfoLabel"
              "xpos"                     "168"
              "ypos"                     "72"
              "wide"                     "180"
              "tall"                     "24"
              "autoResize"              "0"
              "pinCorner"              "0"
              "visible"              "0"
              "enabled"              "1"
              "labelText"              "#Cstrike_Class_Info"
              "textAlignment"              "west"
              "dulltext"              "0"
              "brighttext"              "1"
       }

       "ClassInfo"
       {
              "ControlName"              "Panel"
              "fieldName"              "ClassInfo"
              "xpos"                     "168"
              "ypos"                     "116"
              "wide"                     "400"
              "tall"                     "380"
              "autoResize"              "3"
              "pinCorner"              "0"
              "visible"              "0"
              "enabled"              "0"
              "tabPosition"              "0"
       }

       "urban"
       {
              "ControlName"              "MouseOverPanelButton"
              "fieldName"              "urban"
              "xpos"                     "0"
              "ypos"                     "116"
              "wide"                     "75"
              "tall"                     "20"
              "autoResize"              "0"
              "pinCorner"              "2"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"              "0"
              "labelText"              "#Cstrike_Urban"
              "textAlignment"              "west"
              "dulltext"              "0"
              "brighttext"              "0"
              "command"              "joinclass 1"
       }
       
       "gsg9"
       {
              "ControlName"              "MouseOverPanelButton"
              "fieldName"              "gsg9"
              "xpos"                     "0"
              "ypos"                     "148"
              "wide"                     "75"
              "tall"                     "20"
              "autoResize"              "0"
              "pinCorner"              "2"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"              "0"
              "labelText"              ""
              "textAlignment"              "west"
              "dulltext"              "0"
              "brighttext"              "0"
              "command"              "joinclass 2"
              "labelText"              "#Cstrike_GSG9"
       }       
       
       "sas"
       {
              "ControlName"              "MouseOverPanelButton"
              "fieldName"              "sas"
              "xpos"                     "0"
              "ypos"                     "180"
              "wide"                     "75"
              "tall"                     "20"
              "autoResize"              "0"
              "pinCorner"              "2"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"              "0"
              "labelText"              ""
              "textAlignment"              "west"
              "dulltext"              "0"
              "brighttext"              "0"
              "command"              "joinclass 3"
              "labelText"              "#Cstrike_SAS"       
       }       
       
       "gign"
       {
              "ControlName"              "MouseOverPanelButton"
              "fieldName"              "gign"
              "xpos"                     "0"
              "ypos"                     "212"
              "wide"                     "75"
              "tall"                     "20"
              "autoResize"              "0"
              "pinCorner"              "2"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"              "0"
              "labelText"              ""
              "textAlignment"              "west"
              "dulltext"              "0"
              "brighttext"              "0"
              "command"              "joinclass 4"
              "labelText"              "#Cstrike_GIGN"
       }

       "18"
       {
              "ControlName"              "MouseOverPanelButton"
              "fieldName"              "18"
              "xpos"                     "0"
              "ypos"                     "248"
              "wide"                     "75"
              "tall"                     "20"
              "autoResize"              "0"
              "pinCorner"              "2"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"              "0"
              "labelText"              ""
              "textAlignment"              "west"
              "dulltext"              "0"
              "brighttext"              "0"
              "command"              "joinclass 5"
              "labelText"              "#Cstrike_18"
       }

       "smis"
       {
              "ControlName"              "MouseOverPanelButton"
              "fieldName"              "smis"
              "xpos"                     "0"
              "ypos"                     "280"
              "wide"                     "75"
              "tall"                     "20"
              "autoResize"              "0"
              "pinCorner"              "2"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"              "0"
              "labelText"              ""
              "textAlignment"              "west"
              "dulltext"              "0"
              "brighttext"              "0"
              "command"              "joinclass 6"
              "labelText"              "#Cstrike_smis"
       }

       "nio"
       {
              "ControlName"       "MouseOverPanelButton"
              "fieldName"              "nio"
              "xpos"                     "0"
              "ypos"                     "308"
              "wide"                     "70"
              "tall"                     "20"
              "autoResize"               "0"
              "pinCorner"              "2"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"               "0"
              "labelText"              "#Cstrike_nio"
              "textAlignment"               "west"
              "dulltext"              "0"
              "brighttext"               "0"
              "command"              "joinclass 7"
       }

       "autoselect_ct"
       {
              "ControlName"              "MouseOverPanelButton"
              "fieldName"              "autoselect_ct"
              "xpos"                     "0"
              "ypos"                     "340"
              "wide"                     "148"
              "tall"                     "20"
              "autoResize"              "0"
              "pinCorner"              "2"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"              "1"
              "labelText"              ""
              "textAlignment"              "west"
              "dulltext"              "0"
              "brighttext"              "0"
              "command"              "joinclass 6"
              "labelText"              "#Cstrike_Auto_Select"
       }

       "CancelButton"
       {
              "ControlName"              "Button"
              "fieldName"              "CancelButton"
              "xpos"                     "0"
              "ypos"                     "308"
              "wide"                     "148"
              "tall"                     "20"
              "autoResize"              "0"
              "pinCorner"              "2"
              "visible"              "1"
              "enabled"              "1"
              "tabPosition"              "0"
              "labelText"              "#Cstrike_Cancel"
              "textAlignment"              "west"
              "dulltext"              "0"
              "brighttext"              "0"
              "Command"              "vguicancel"
              "Default"              "1"
       }
}


[ 此文章被tocade在2010-03-21 04:58重新編輯 ]



每次遇到装B的人,
      哥总是默默的低下头,
          不是哥的修养好,
                  是哥在找砖头!
獻花 x0 回到頂端 [樓 主] From:台灣凱擘 | Posted:2010-03-21 04:27 |
首頁也要封糙
個人頭像
個人文章 個人相簿 個人日記 個人地圖
初露鋒芒
級別: 初露鋒芒 該用戶目前不上站
推文 x4 鮮花 x131
分享: 轉寄此文章 Facebook Plurk Twitter 複製連結到剪貼簿 轉換為繁體 轉換為簡體 載入圖片

你的SMA檔有加嗎?
我是玩ZP的,所以在zombie_plague40.sma內文加入模組再轉amxx(主插件沒加模組你試100年也沒用= =,除非你外加插件)
而且我的ZP雖然是有加人物,但是你選的角色不一定就是那隻人物,因為是系統隨機挑選= =(我的情況是這樣)

題外話
\cstrike\classes 這是啥= =? 我沒用過-.-

你給的 [插件] 新增遊戲中人物
我之前是用過,只是無效,可能跟我版本不合吧
所以自己摸索改zombie_plague40.sma


獻花 x0 回到頂端 [1 樓] From:台灣新世紀資通 | Posted:2010-03-21 13:34 |

首頁  發表文章 發表投票 回覆文章
Powered by PHPWind v1.3.6
Copyright © 2003-04 PHPWind
Processed in 0.025385 second(s),query:16 Gzip disabled
本站由 瀛睿律師事務所 擔任常年法律顧問 | 免責聲明 | 本網站已依台灣網站內容分級規定處理 | 連絡我們 | 訪客留言