-
Content count
43 -
Joined
-
Last visited
Everything posted by Apokalypse
-
I don't know what to type where in charactertable pls help here is the model I wanna add: Shadow the hedgehog: Folders: -Images -Material_properties -Materials -Xmodel -xmodelparts -xmodelsurfs Images are in the iwds Material properties are in mod.csv Materials are in the mod.csv xmodel,xmodelparts and xmodelsurfs are in raw and in mod directory and mod.csv all setup correctly I hope, now in charactertable what would it look like i have no idea pls help. can somebody just give me the line for the new character at the bottom of 50 cent so i can just see what i must look like pls
-
i wanna add new custom character but i have no cluw how to add them to the character table i can menu options but thats about it
-
It WOOORKS!!!!!!!!!!!!!!!!!!!!!!!!!!! stupid mod.csv forget to update it always xD can I maybe just get help with 1 last thing if its not too much of a hastle
-
omg I never added to mod.csv xDDD will let u know if its all fixed in the next 5 mins
-
can somebody pls try converting these for me maybe and re-upload the materials and images I think I'm messing it all up somewhere http://www89.zippyshare.com/v/bbwdtGsC/file.html
-
Still not :( rank 25: rank30: rank31:
-
This is my first time using asset manager so pls bear with me I left everything mostly as is coz I dunno what needs to be what I just opened it and selected material then new entry for all the new images and have all my dds files with transparent background perfectly setup working in my dds folder
-
but are my tables set up correctly?
-
whats the propper settings to use for asset manager? and yes they are in the iwd's
-
omg u serious just coz I moved it somewhere else u having a fit fine fine here happy
-
I know this might be in the wrong topic if so please move it to the correct one so anyway I downloaded deathrun1.2 master source from gitthub and placed it in cod4/root/mods/deathrun_dev but when I run makemod it goes through everything nicely I see it says all thos files copied nd stuff and then at the end when I copies mod.ff back to the mod the files is only 1kb I have no idea why if somebody could please help me I don't know if I'm doing something wrong somewhere or what Here is my makemod.bat console output: http://pastebin.com/fSjf52Xz
-
Ok finally got all my music menus working 100% now just a last small thing i want to add !fps cmd to toggle fullbright on and off but seems that it keep putting it only on and also if one player types fps is puts fullbright for all players I use MAM this is my syntax pls help: fps = "set admin fps:<ARG:PLAYER>" I have tried these as well: fps = "set admin fps:<PLAYER>" fps = "set admin fps:<ARG>" fps = "set admin fps:<PLAYER:PBID>"
-
The D is a forum type not a code typo its all typed like this in my code: addMenuOption("^&Party","songs",braxi\_common::playSoundOnAllPlayers("endround11"));
-
no the song i added i labelled endround11.mp3
-
How do i play the sound then if that isnt a function I added them to the iwd and everything but i dont know how to play them in game
-
Usually when i go to console log it showed "couldnt find sound alias for <selected song>" now it dsnt show it any more when i try play it but now it just doesnt play and i get no errors any ideas?
-
Will the following work in my vip menu: addMenuOption("^Song 1 ","songs",braxi\_common::playSoundOnAllPlayers("endroun11.mp3")); Ive managed to compile mod.ff and tried to add endround11 as a sound alias inside of braxi.csv file jst not sure if the song will play once I execute the above code
-
This is my currect makemod.bat code: del mod.ff xcopy animtrees ..\..\raw\animtrees /SY xcopy braxi ..\..\raw\braxi /SY xcopy plugins ..\..\raw\plugins /SY xcopy english ..\..\raw\english /SY xcopy fx ..\..\raw\fx /SY xcopy images ..\..\raw\images /SY xcopy maps ..\..\raw\maps /SY xcopy material_properties ..\..\raw\material_properties /SY xcopy materials ..\..\raw\materials /SY xcopy info ..\..\raw\info /SY xcopy mp ..\..\raw\mp /SY xcopy soundaliases ..\..\raw\soundaliases /SY xcopy sound ..\..\raw\sound /SY xcopy ui ..\..\raw\ui /SY xcopy ui_mp ..\..\raw\ui_mp /SY xcopy weapons ..\..\raw\weapons /SY xcopy vision ..\..\raw\vision /SY xcopy xanim ..\..\raw\xanim /SY xcopy xmodel ..\..\raw\xmodel /SY xcopy xmodelparts ..\..\raw\xmodelparts /SY xcopy xmodelsurfs ..\..\raw\xmodelsurfs /SY copy /Y DeathRun_ReadMe.txt ..\..\raw copy /Y cleanup.cfg ..\..\raw copy /Y mod.csv ..\..\zone_source cd ..\..\bin linker_pc.exe -language english -compress -cleanup mod cd ..\mods\deathrun_dev copy ..\..\zone\english\mod.ff pause