Jump to content
Official BF Editor Forums

DEVILMAN

Members
  • Posts

    823
  • Joined

Everything posted by DEVILMAN

  1. There is absolutely no way that a unique GUI for a handweapon,or any other item can cause any issues I have hundreds of them,without a single issue Try renaming this,and adding it to automatically triggered voices renamed rem ---BeginComp:Radio --- ObjectTemplate.createComponent Radio ObjectTemplate.Radio.failMessage recharging_female ObjectTemplate.Radio.useMessage AUTO_MOODGP_usingshockpaddles rem ---EndComp --- I think, with a bit of "thinking outside of the box", more can be acheived then you would assume
  2. If the area on the screen of all the commrose buttons is say 400 x 300 Your mouse/cursor can move say 600 x 450 Meaning each button has a larger clickable area ,then the visual/measured size of its button,making selection less sensitive hudBuilder.createButtonNode RadioRose RadioDownLeft 181 324 190 26 hudBuilder.setButtonNodeMouseArea -46 49 190 103 Button is 26 pixels tall,clickable area is 103 pixels tall
  3. Basically you are making several commroses,that are only shown ingame,when a player is holding a specific handweapon hudBuilder.setNodeLogicShowVariable EQUAL GuiIndex 666 Yes I know pickup kits/drop kits will mess things up Do you want this for humans,bots or both ? This controls the area the cursor can move to hudManager.setCommSize 490 300 By default the area the cursor can move,is much larger then the position of the buttons hudBuilder.setButtonNodeMouseArea hudBuilder.createButtonNode RadioRose RadioDownLeft 181 324 190 26 hudBuilder.setButtonNodeMouseArea -46 49 190 103
  4. I have no idea if this will work as I havent tested it,but Commrose sounds are called by the HudElementsRadioComm.con Each button calls for text like this hudBuilder.setButtonNodeConCmd "RadioInterface.selectOrder 10" 0 Which leads to Radio.con radioInterface.setStringMap Interface_1:10 HUD_COMROSE_GRUNT_thankyou "game.radioMessage TCTeamAndLocalEnemies PLAYER_CONFIRM_thankyou" If,maybe if,you specify a unique GUI number for each soldiers handweapons,which matches a GUI number specific commrose,and replace this hudBuilder.setButtonNodeConCmd "RadioInterface.selectOrder 10" 0 With something like this hudBuilder.setButtonNodeConCmd "sound.playSound Female_Thankyou" 0 Maybe
  5. Exactly which VO sounds, are you wanting to have different sounds, for different soldier classes/ characters ?
  6. Change this ObjectTemplate.activeSafe SimpleObject ground_16x8_frame_kiak to this ObjectTemplate.activeSafe Bundle ground_16x8_frame_kiak and for the con file too (SimpleObject to Bundle) A simple object wont show any children,it needs to be a Bundle
  7. @ Remdul Are you able to modify meshviewer,or make a seperate program That can search through a folder,full of folders (zipped or unzipped) ,such as Weapons/Handheld And find a text string written in a bundledmesh file Such as xxx/Textures/Scope.dds
  8. @ Kiaksar2142 Just for curiousitys sake,why dont you try adding your glow effects directly into your mod,and see if they show ingame
  9. It has nothing to do with the kits AIX uses 7 different soldier classes,in an attempt to customize each classes AI behaviour These 7 differently named soldier classes (same as their respective kit (in most cases) ,but with _soldier at the end) call for their own soldier AITemplate code AI,AIX and AIX2 have their own Soldiers/Common/ai/Objects.ai file,containing each of their 7 classes AI templates When you load a BF2 map in AI,AIX or AIX2,the game will call for the default soldier AI template,which is rem *** AITemplate *** aiTemplate.create Soldier Even though this information is found in the BF2 files (which are all loaded secondly by AI,AIX or AIX2) ,the game will only load the first instance of a called for named file (Objects.ai) Resulting in your above CTD error message
  10. @ Kiaksar2142 You need to find a lamp post which lights up the ground in a default map Then find the called for files associated with its lighting effect Looking through Liberation_Of_Leipzigs StaticObjects.con file are many entries like below rem *** bp1_housespot *** Object.create bp1_housespot Object.absolutePosition -113.611/20.346/69.329 Object.rotation 100.0/0.0/0.0 rem *** glow4 *** Object.create glow4 Object.absolutePosition -113.662/25.663/69.390 rem *** glow4 *** Object.create glow4 Object.absolutePosition -133.352/26.395/68.377 rem *** BigSpot *** Object.create BigSpot Object.absolutePosition 150.203/40.313/2.999 rem *** Lamp_post_point *** Object.create Lamp_post_point Object.absolutePosition 131.737/30.138/-26.161 rem *** houselight_big *** Object.create houselight_big Object.absolutePosition 80.107/21.996/96.118 rem *** houselight_big *** Object.create houselight_big Object.absolutePosition 83.342/20.773/97.931 rem *** Lamp_post_point *** Object.create Lamp_post_point Object.absolutePosition -53.905/20.397/118.913 Also by deleting the contents of the StaticObjects.con file,you will know if the lit ground has anything to do with the lightmaps
  11. ???"quadruple node variable" (may not be the exact correct terminology) Cannon Ready Cannon Firing Cannon Overheat Cannon Reloading
  12. Whats that you say cLinch3r You like the quadruple node variable I thought you would notice it,Thanks Took me a while,but I finally worked out how to code it
  13. Did any DICE or EA employee ever show up or post here... at all...? Anyone? http://www.bfeditor.org/forums/index.php?showuser=2 http://www.bfeditor.org/forums/index.php?showuser=3656
  14. no that wont work I have looked at the anim file,and compared it to another prone anim file,and quite cant work out,exactly what i did,to make the reload continue while going to and from prone I only attempted it,after reading someone posting about it,tried to correct it,corrected it,made a video,and have lost interest in it since
  15. @nightmaremutant IOError: [Errno 2] No such file or directory: 'C:\\Program Files (x86)\\Origin Games\\Battlefield 4\\Data\\Win32\\XP0Vehicles.toc'" it looks like you may have the wrong path,shouldnt it be without the double slashes 'C:\Program Files (x86)\Origin Games\Battlefield 4\Data\Win32\XP0Vehicles.toc'"
  16. It is possible,but I dont recall exatly how I did it It was by altering some code in the anim file though
  17. there is no reason why win7 will cause a CTD the map was calling for a OvergrowthAtlas.tai,and using another maps OvergrowthAtlas.tai,with its contents, as it was,cause the 2nd error I added a OvergrowthAtlas.tai file,and deleted its text content then the map worked
×
×
  • Create New...