Hello all,
Im new at krakatoa. Im trying to import realflow .bin files to 3dsmax using krakatoa prt loader, but nothing happens.
Any help will be apriciate.
Thanks
As described inhttp://software.primefocusworld.com/software/support/krakatoa/bin_file_format.php, the most likely problem is that RealFlow doesn’t separate the object name and sequence number by default.
When RealFlow saves particle files, it appends the digits immediately after the emitter name. This can produce files like Circle0100014.bin, which Krakatoa will interpret as at frame 100014 rather than at frame 14.
One possible precaution measure to avoid this is adding an underscore after the emitter’s name in RealFlow, for example Circle01_ will output Circle01_00014.bin and will cause no problems in Krakatoa.
If the BIN files have already been saved without a trailing underscore, you can load the BIN sequence in a Krakatoa PRT Loader and use the Offset field to shift the animation by as many frames as needed. In the above example, entering 100000 in the Offset field will play frame 100000 on frame 0, causing the file Circle0100014.bin to be loaded correctly on frame 14. Then you can resave the particles to a new PRT or BIN sequence using Krakatoa with correct names with underscore at the end, or just use the original sequence with the Offset as is.