ConvertFFS
#1

I get this always when I convert to F_Streamer (from CreateObject):

pawn Код:
F_CreateObject(11426,928.78906250,2367.48535156,13.69531441,89.24194336,0.00000000,268.24218750); //object(des_pueblo2) (1)
I need to get it like:

pawn Код:
F_CreateObject(18775, 437.83, 2551.23, 17.52,   4.00, 0.00, 0.00);
Some CreateObject line:

pawn Код:
CreateObject(11444,-25.15682983,2453.38500977,19.07908630,270.00000000,179.99450684,177.99499512); //object(des_pueblo2) (4)
How to get it like above?

pawn Код:
F_CreateObject(18775, 437.83, 2551.23, 17.52,   4.00, 0.00, 0.00);

The problem is that it does not appear ingame but works without errors (compiles).
Reply
#2

Which streamer are you using? And also, convertffs outputs codes wrongly at sometimes. Try using Delux Converter and try, I hope that works.
Reply
#3

Quote:
Originally Posted by Lordz™
Посмотреть сообщение
Which streamer are you using? And also, convertffs outputs codes wrongly at sometimes. Try using Delux Converter and try, I hope that works.
Delux hasn't Fallout's Object Streamer.
Reply
#4

Oh, didn't know that. PM or VM "kc" about your problem. If it's a bug on convertffs, he'll fix it. Or try converting after some time.
Reply
#5

I assume you are referring to the amount of precision behind the decimal point?

I can't really imagine why that would cause the objects to not display, but I have reduced it a bit anyway.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)