Advertisement
Guest User

Untitled

a guest
Aug 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. ////////////////////////////////////////////////////////////////////
  2. //DeRap: Produced from mikero's Dos Tools Dll version 5.66
  3. //'now' is Mon Jul 16 13:53:03 2018 : 'file' last modified on Mon Apr 02 10:13:34 2018
  4. //http://dev-heaven.net/projects/list_files/mikero-pbodll
  5. ////////////////////////////////////////////////////////////////////
  6.  
  7. #define _ARMA_
  8.  
  9. //Class opx_fso_p : config.bin{
  10. class CfgPatches
  11. {
  12. class opx_fso_p
  13. {
  14. units[] = {};
  15. weapons[] = {};
  16. requiredVersion = 0.1;
  17. requiredAddons[] = {"A3_Structures_F","A3_Data_F"};
  18. };
  19. };
  20. class CfgEditorCategories
  21. {
  22. class EdCat_opx_fso_p_Structures
  23. {
  24. displayName = "Structures (opx_fso_p)";
  25. };
  26. };
  27. class CfgVehicles
  28. {
  29. class House_F;
  30. class Land_opx_fso_p_1: House_F
  31. {
  32. scope = 2;
  33. displayName = "opx_fso_p_1";
  34. model = "opx\opx_fso_p\1\opx_fso_p_1.p3d";
  35. editorCategory = "EdCat_opx_fso_Structures";
  36. };
  37. class Land_opx_fso_p_1cl: House_F
  38. {
  39. scope = 2;
  40. displayName = "opx_fso_p_1cl";
  41. model = "opx\opx_fso_p\1\opx_fso_p_1cl.p3d";
  42. editorCategory = "EdCat_opx_fso_p_Structures";
  43. };
  44. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement