我有雷比亞殭屍的模組 想要取代..(解決)

Home Home
引用 | 編輯 qwyu4974
2010-09-01 09:13
樓主
推文 x0
我有雷比亞殭屍的模組    但是我下載下來的MDL檔是中文名稱   他說要自己的喜好來取代      可是我不知要去哪  我想取代速度殭屍
我有的MDL檔有  手 跟身體  告訴我速度殭屍的手跟身體名稱

獻花 x0
引用 | 編輯 X!a0an@小安
2010-09-01 10:20
1樓
  
甚麼意思呢?你想要取代殭屍?
new const zclass2_name[] = { "快速喪屍" }
new const zclass2_info[] = { "移動速度非常快" }
new const zclass2_model[] = { "zombie_fast" }
new const zclass2_clawmodel[] = { "v_knife_zombie.mdl" }
const zclass2_health = 1600
const zclass2_speed = 280
const Float:zclass2_gravity = 1.0
const Float:zclass2_knockback = 1.75
以上是資訊,知道怎麼改了吧?

獻花 x0
引用 | 編輯 qwyu4974
2010-09-01 10:22
2樓
  
對阿 可是她叫我選自己喜好的殭屍來取代 我就選速度殭屍 可是我不知道mdl檔名稱要打什麼   還有要放哪

獻花 x0
引用 | 編輯 Oo阿赫oO
2010-09-01 11:40
3樓
  
你是怎樣= =
都給了代碼還不知道- -+
人物模組models/Player/zombie_fast/zombie_fast
雷比亞手的模組models/zombie_plague/v_knife_zombie
而且你改了全部都會一起改根本沒用
那要修改原碼至於怎修改請自行尋找方式

獻花 x0
引用 | 編輯 love2257210
2010-09-01 16:04
4樓
  
以上兩段..
new const zclass2_model[] = { "zombie_fast" }
new const zclass2_clawmodel[] = { "v_knife_zombie.mdl" }
把你的雷比亞模組改成..
zombie_fast
手改成
v_knife_zombie
或者是照著原本的名稱改
new const zclass2_model[] = { "zombie_fast" }
new const zclass2_clawmodel[] = { "v_knife_zombie.mdl" }
裡面的zombie_fast`v_knife_zombie也可以!
接著手放models-zombie_plague
模組放player-創個跟模組名稱一樣的資料夾放進去...表情

獻花 x0
引用 | 編輯 alex5582
2010-09-01 17:02
5樓
  
總之你要去看他的SMA檔
依照他寫的來放模組
如果不想就自己改SMA檔的模組 表情

獻花 x0