Author Topic: POF CS Conversion Code Update  (Read 5790 times)

0 Members and 1 Guest are viewing this topic.

Offline JarC

  • 28
POF CS Conversion Code Update
 
Quote
Originally posted by Jabu:
Come on, give Kazan some credit. He doesn't HAVE to to this tool, you know.

True, at least he makes an effort...not that I'll ever be able to use it...

unless he starts coding his stuf so that it don't dissapear underneath taskbars...then I'll be happy to toy with them...

he may not be happy with my opinion, but still that don't give him the right to come down on me like a ton a bricks if I ask for support for a format that's pretty much 90% (prolly much higher) the same as FS2 ???

plus the accompanying attitude of 'hey, I'm mister big here, don't dare ask or complain or start your own' gets my hairs on end _real_ quick...


Use the WiKi Luke
See You @ WIGGY's

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
POF CS Conversion Code Update
Now JarC you're pissing me off, because now you're *****ing at me for things which i have said are out of my fragging control, if your taskbar is in a nonstandard position, it's autohidden, and windows likes to start the app underneath it cry me a river, build me a bridge and get over it

TWO

Descent users cannot use FS2 POFs, period, go look at the stinking IDTA specs for their versions, and the different file structure


Writing fs1 supporting code is not just the 500-1000 lines to read/write/edit it's writing the additional 500-1000 lines of GUI code [1000-2000 total]

Now I will only write in support for things that are gauraunteed to be used, fs1 modding is almost nonexistant, im an FS2 modder.  and SINCE IM NOT GETTING PAID I will make ALL decisions on what goes into my code or not, if yopu want to pay me for the software i will put POF < 2116 support in, but i gaurauntee the price will be high since i'll have to give V a kickback as to not be sued by them.

------------------
FreeSpace 2: The Babylon Project Effects Nerd and Programmer.
http://freespace.volitionwatch.com/babylon

Did you say you wanted your head used as a soccer ball?
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
POF CS Conversion Code Update
 
Quote
Originally posted by JarC:
that's pretty much 90% (prolly much higher) the same as FS2 ???

NO WRONG http://descent-freespace.com/ddn/specs/pof/

read it,

2116 and 2117 are FS2 POFs

------------------
FreeSpace 2: The Babylon Project Effects Nerd and Programmer.
http://freespace.volitionwatch.com/babylon

Did you say you wanted your head used as a soccer ball?
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
POF CS Conversion Code Update
furthermore

vector.h - 3D vectors common to COB and POF, 13 lines
POFDataStructs.h -definine ram data storage types, 420 lines
POFHandler.h - defines OOP object for a POF file, 503 lines
POFHandler.cpp - implements file handling [read/write/edit] functions associated with OOP object, 4199 lines of code

Now on the the GUI code
POFConstSuite.h - function prototypes, 160 lines
POFConstSuite.cpp - main callback, a few other functions, 582 lines of code
PCSTurretProc.cpp - Turret Edit Callback, 389 lines
PCSTextureProc.cpp - Texture Edit Callback, 110 lines
PCSSpecialProc.cpp -Specials Editor Callback, 187 lines
PCSShldPRoc.cpp - Shield Editor Callback, 153 lines
PCSPntProc.cpp - Gun and Missile Point Editor Callback, 275 lines
PCSPathProc.cpp - Path Editor Callback, 342 lines
PCSObj2Proc.cpp - SubObject Editor Callback, 206 lines
PCSInsgProc.cpp - Insignia Editor Callback, 386 lines
PCSFuelProc.cpp - Fuel Editor Callback, 231 lines
PCSEyeProc.cpp - Eye Point Editor Callback, 164 lines
PCSDockProc.cpp - Docking Editor Callback, 324 lines

Totalling 8644 lines, Only counting primary code, COB Read/Write/Convert and 3DS Read/Write/Convert not included, missing code for HDR2 editor [forgot to write it]
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
POF CS Conversion Code Update
oh that doesn't include the line count for my KazCtrl.dll either

------------------
FreeSpace 2: The Babylon Project Effects Nerd and Programmer.
http://freespace.volitionwatch.com/babylon

Did you say you wanted your head used as a soccer ball?
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline JarC

  • 28
POF CS Conversion Code Update
 
Quote
Originally posted by Kazan:
there is no reason for me to write an extra 500-1000 lines of code just to support obsolete formats, there is no reason why i should have to write code to read/write out POFs earlier than version 2116 the difference between 2116 and 2117 is three lines of code on read, and then it writes out 2117 POFs

whoa there fella, I'm pissing you off? who started this by the giving the above reply to a normal question?

sorry Setekh...I'm outta here...

------------------
JarC

"I am scared Dave..."
"Daisy, Daisy..."


[This message has been edited by JarC (edited 03-19-2001).]
Use the WiKi Luke
See You @ WIGGY's

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
POF CS Conversion Code Update
You copped an attitude with me from the start

 
Quote
Originally posted by JarC:
support for FS1 pof's? I mean, if COB and 3DS are supported, why not FS1?   diffs ain't _that_ big ?



------------------
FreeSpace 2: The Babylon Project Effects Nerd and Programmer.
http://freespace.volitionwatch.com/babylon

Did you say you wanted your head used as a soccer ball?
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
POF CS Conversion Code Update
 
Quote
Originally posted by JarC:
for one thing, you're throwing the door into the face of a lot of descent 1/2/3/fs1 MODers that also could benefit from this tool.
 then you display ignorance, and act like you know what you're talking about.  And you dont considering FS2 POFs (internally "PSPO"s) are not compatable with descent PSPO
 formats.  Also FS1 modders don't exsist anymore [enought to give reason enough to write support for fs1]

 
Quote
Originally posted by JarC:
But, if the 'master' ego can't be bothered with this small feature...so be it...

   You once again cop an attitude, to you it's a small feature, but in implementation it's some major coding that would be unnecessiary and rarely used.

 
Quote
Originally posted by JarC:
for everyone else interrested...keep an eye out for a WYSIWYG POF editor for BOTH formats...

  Who's writing it, and who's paying him/her to write the quarter to half a million lines of code required to do this [and trust me, that is an accurate estimate!] edit: Are you talking about SegelTuch?  No Offense to Krüger but i have used the good old SailFabric [rough translation of the name], it's pretty weak,  plus it's unneedly duplicating functionality.  I started writing my editor to have a stable editor, unlike FSMM2's bug ridden interface [once again, no offense ment tword the coder, just stating fact] and replacing the completely disgustingly pathetically BFMI written cob2fs/cob2fs2 [Offense ment tword the programmer on this one, what a basement warrior, his code makes me want to puke]
 


------------------
FreeSpace 2: The Babylon Project Effects Nerd and Programmer.
http://freespace.volitionwatch.com/babylon

Did you say you wanted your head used as a soccer ball?

[This message has been edited by Kazan (edited 03-19-2001).]
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
POF CS Conversion Code Update
 
Quote
Originally posted by JarC:
unless he starts coding his stuf so that it don't dissapear underneath taskbars...then I'll be happy to toy with them...
 

  Then you ***** at me for a bug that isn't my fault and isn't under my control, and is just an annoyance of having to move the master control window

 
Quote
Originally posted by JarC:
he may not be happy with my opinion, but still that don't give him the right to come down on me like a ton a bricks if I ask for support for a format that's pretty much 90% (prolly much higher) the same as FS2 ???
 

  Once again the code difficulty comment obviously showing you haven't read the format specs

 
Quote
Originally posted by JarC:
plus the accompanying attitude of 'hey, I'm mister big here, don't dare ask or complain or start your own' gets my hairs on end _real_ quick...

  And once again the attitude, ask anyone that was around when i wrote FS2MBU, or ask anyone that has given me _USEFUL_ feedback on any of my other programs, I get things done and when i refuse to do something there is a very good reason behind it.


Now do you want the conversion code done? or do you wish to keep harrasing me over me refusing to write a couple thousand lines of could that would be virtually unused

------------------
FreeSpace 2: The Babylon Project Effects Nerd and Programmer.
http://freespace.volitionwatch.com/babylon

Did you say you wanted your head used as a soccer ball?

[This message has been edited by Kazan (edited 03-19-2001).]
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
POF CS Conversion Code Update
Stop it.

JarC: FYI, FS1 pofs can be converted to FS2 pofs by a simple FSMM2 operation, so that should not be a problem. Descent pofs are a little - different.

Kazan: Next time, take suggestions more politely. You don't have to fulfill them, but at least listen - not everyone knows that you have to write so much code to create a small feature, so bare with us all.

JarC: Sorry for the inconvenience, but in future - try not to continue arguments that you can see will not get anywhere.

Kazan: If you do this again, we will ban you.

Topic closed.
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.