Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Kazan on April 04, 2006, 10:22:56 pm

Title: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: Kazan on April 04, 2006, 10:22:56 pm
Sorry - no progress.  [redaction and update] I quit EQ last night

Probably will start getting somewhere - especially now that my love for soccer has returned and broke EQ's hold on me


/but with coding as my day job it's less enticing to code on my own relaxing time.
Title: Re: Your mom wants PCS2
Post by: Col. Fishguts on April 05, 2006, 01:41:06 am
If your love for soccer football has resurfaced, you better get something done before June 9th ;)
Title: Re: Your mom wants PCS2
Post by: Flipside on April 05, 2006, 05:09:38 am
hehehe

Good to see you're still around Kazan, even if otherwise engaged at the moment :)
Title: Re: Your mom wants PCS2
Post by: Janos on April 05, 2006, 10:30:01 am
Kazan and soccer sitting in a tree
K I S S I N G
Title: Re: Your mom wants PCS2
Post by: Kazan on April 05, 2006, 10:33:33 am
Janos your posting privaleges have just be removed. :P

Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: Kazan on April 05, 2006, 07:46:49 pm
i just quit EQ
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: supernova on April 05, 2006, 11:22:28 pm
I still can't understand why people play MMORPGs...

oh wait maybe that's cause i have real friends :D :nod:
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: Kazan on April 06, 2006, 06:57:45 am
har har

because they're... you know - fun

anyway now i'm taking apart hardware that was dedicated to playing EQ and making a mythBox :D
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: IPAndrews on April 06, 2006, 08:08:13 am
PCS2 would be great. Almost as great as PCS1 with working glowpoint import. Yes, that great.
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: Getter Robo G on April 06, 2006, 08:30:46 am
Why yes, my mom DOES want PCS2 (and she says get off your arse Kazan or she's calling your mom, COLLECT!) :D

Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: Kazan on April 06, 2006, 09:19:07 am
PCS2 would be great. Almost as great as PCS1 with working glowpoint import. Yes, that great.

i'm not touching the 1.x codebase with a 10 foot pole except to translate functionality

1.x codebase is baad... dirty.. a testament to basement hacks with poor top level design

seriously - 1.x is dirty - very poorly designed.  I was learning much of that stuff as I wrote it so I couldn't design a nice clean technique ahead of time: why do you think the model preview window is such a CPU hog?  I have it on an independant thread updating as fast as it can.  In PCS2.x it only redraws the model when it needs to (window resizes, changes to the model, moving the model around in the view, etc)
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: Bobboau on April 06, 2006, 10:44:54 am
incedently, I started toying with makeing a new POF editor recently myself, well actualy its more of a generic binary file definition and editing program (eXtendable Editor Naritive Utility), but POFs were the files I had in mind. it uses an XML like text file to define a simple file structure, currently I intend to get a basic editing capacity, then add in scripting, then add in graphics as a plugin. the way I'm doing it is IMO neat due to the fact that it uses no predefined complex structures for handleing data or manageing files (it uses a dynamicly genorated tree, each node handles both data managment and editing functionality of the data it is explisitly responsable for).
the aproch I'm takeing is not to make the best POF editor, but the most flexable and adaptable, if I do my job right changes to the basic POF file will be a trivial matter of editing some XML(like text, it's not actualy XML).
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: Kazan on April 06, 2006, 10:49:52 am
or you could put all the energy into helping me with PCS 2.x
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: I_E_Maverick on April 06, 2006, 07:42:23 pm
^^that sounds like a good idea! why dont you work together? kazan finally gets to work again and Bobboau and the rest of the community will get a tool they always wanted ;)
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: Kazan on April 06, 2006, 08:48:21 pm
i've only ran that idea passed him half a dozen times :P


[btw who added the ()'s to the headline - i didn't put em there]
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: Bobboau on April 07, 2006, 01:29:54 am
anyway now i'm taking apart hardware that was dedicated to playing EQ...
(http://www.startrek.com/imageuploads/200303/voy-168-borg-drone-in-alcove/240x320.jpg)
that looks like it was expinsive, hope you get some of that investment back, maybe you could sell some of the implants on ebay or something?
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: WMCoolmon on April 07, 2006, 04:31:00 am
i just quit EQ

Cold turkey?

Anyway, I wouldn't mind implementing basic scripting environment if you like, if the FS2_Open situation (http://www.hard-light.net/wiki/index.php/Scripting_API) seems to work for you. It can probably be done relatively quickly, but coding the scripting functions/hooks would be up to you...I don't have the time or desire to try and code two Lua APIs for separate programs.
Title: Re: Your mom wants PCS2 (AKA PCS2 Delayed Further)
Post by: Kazan on April 07, 2006, 06:59:01 am
Lua scripting would definantly be post 2.1-roadmap and probably should be done by whomever implemented it for fs2 open (you i assume)