Jump to content

sbobovyc

Members
  • Posts

    134
  • Joined

  • Last visited

Everything posted by sbobovyc

  1. I am adding numpy as a dependency for the mdr scripts.
  2. Funny that you mention SA80. It's actually a series that has a rifle and an LMG. The LMG version had even more problems than the rifle. UK ended up hastily buying a bunch of FN Minimis when the War on Terror heated up.
  3. Sure, you can import into Blender, scale up and export. Editing the global transform matrices in the mdr is another way, but right now you would have to do it with a hex editor. Try Blender first and let us know how it goes.
  4. That map is a bit out of date. http://syria.liveuamap.com/
  5. T pose. Looks like one of your animation files is messed up.
  6. Have not put out updates in a while, so just wanted to let you guys know that I am still working on the mdr tools. For now, I leave you with this bull shot of a BMP-2 with a few "enhancements". https://drive.google.com/open?id=0B982H8gQa3LZaG8za1dEZ3JpamM
  7. Scroll down to Textures with alpha channel https://github.com/sbobovyc/CM2Tools/wiki/Blender-plugins
  8. Third echelon forces such as militia/volunteer units
  9. Thanks! Can't wait to see what he community comes up with. Keep in mind you can use whatever tool you like to model, texture, map, etc and then import your work into Blender then export into MDR.
  10. If I recall correctly, DCS went through a major redesign in which old titles were brought into a single game as DLC. It's not likely that CMx2 will ever get the same treatment.
  11. You can use the -o flag to specify an output directory.
  12. Exporter now has the capability of exporting multi-mesh objects with anchor points. For example, here is an ACW-R with working muzzle and ejection.
  13. Can you show me the whole command you are executing? Are you using Python 3?
  14. I have a very basic Blender mdr exporter script
  15. You are conflating ease of modding with modding capability. Look at OP definition of mod friendliness. It is very easy to modify textures and copy/rename files in CM2, but that is the extent of officially supported modding. Content creation for TOW (and other games) is complex but allows for extensive modification of the game. Leonardus, I suggest you do a search of these forums to understand Battlefront's stand on modding and business strategy.
  16. That's a strange looking rock1.mdr https://drive.google.com/open?id=0B982H8gQa3LZTlJKSk0tWGl2d0E
  17. My first pass at this suggestion is "No nickel-and-diming please!".
  18. Don't rely on TacAI to move vehicles through the city in a tactically sound fashion.
  19. python3 unmdr.py -p -v myfile.mdr > out.txt Now, open out.txt with any text editor and search for "Alpha." Every sub-model will have an alpha constant except for the very first one. Right above this output, will be a bunch of hex addresses followed by a float: 0x35884 1.000000 0x35888 0.000000 0x3588c 0.000000 0x35890 0.000000 0x35894 12.800000 0x35898 1.000000 // This is alpha Alpha 1.000000 Using your hex editor, you can modify the float at 0x35898 to change the object alpha.
  20. Figured out how transparency on some vehicle windows worked. Instead of alpha channel in the texture file, the object's meta data in the mdr file contains a float constant representing the alpha value for that object's material. https://drive.google.com/file/d/0B982H8gQa3LZT0lodDh1TXJKeDA/view?usp=sharing
  21. Source for the tools is moving to https://github.com/sbobovyc/CM2Tools
  22. Latest unmdr script is able to dump T-90AM: https://goo.gl/photos/ZkC9x8sq54XvD9jW7
  23. I just pushed an update to unmdr which makes it compatible with Python 3 and from now on I will be developing it as a Python 3 codebase. This will ensure a smooth transition into a Blender plugin.
×
×
  • Create New...