Topic: "All Good Things.." Final mission for SFC. Tribute to James E. King III  (Read 2564 times)

0 Members and 1 Guest are viewing this topic.

Centauri Vaughn

  • Guest
Team SFB "Starfleet Battles" for EAW is now available. This is my final mission for SFC, and it is dedicated to James E. King III A.K.A MagnumMan.
I started scripting missions for SFC in February of 2001 (for the Empires at War release) with barely any knowledge of C++ programming. For the most part everything was just trial and error.
 I averaged about 2 questions a week on the Taldren forums for advice and help.

As I progressed in understanding the API and C++ I started to push further in to what I can do as far as mission events.
I first contacted MagnumMan via email about a single player mission titled ?Tomorrow?s Enterprise?, a mirror mission of ?Yesterday?s Enterprise? from the Romulan perspective during the battle at Nerandra III. His reply email arrived in several hours. From that day on I sought his advice and knowledge, from that day on he has always been there.


The following is a conversation snip let from 2001 when I started chatting with Mag to 2002. I call this "King 101".  

7/25/2001
MagnumMan:  As for becoming a programmer let me ask you a question.  Do you know the difference between an array and a pointer?

If you can tell me what the difference is between a pointer and an array, you will be home free.  That is the hardest concept to grasp.  Once you do, everything else locks into place.

Centauri Vaughn: I see that I have a lot of studying to do...  No one has taken me by the hand and taught me C++ outside of the tutorial, your help, and a lot of trial and error.

7/18/2002
Centauri Vaughn: Hey Mag..  I am beginning to realize what you meant when you say things got easy for you once you understood the concept of pointers and arrays..

MagnumMan: So let me ask... What's the difference between a pointer and an array?

Centauri Vaughn: well..an array is used to store data. there are different kind of arrays. Dynamic, static, dynamic changes its size, static is like a constant.

MagnumMan: Let me put it another way...
char *p = new char[4];
char c[4];

Centauri Vaughn: ok..char *p = new[4]; 4 being the index value for the array  you can use .  
then  you have char c[4];  from what I see c[4] would hold the value of char times p..   They are both the same.

MagnumMan: Correct, they are both the same. Arrays and pointers are the same thing...


         


 As most (if not all of us) know, MagnumMan has provided the SFC Community with two of the most popular multiplayer missions ?Coop Ace? and ?Sector Assault? for the SFC2 Releases then took it a step further with his scripting utility ?ShipList? library.
His most recent contribution to the community is Khoro Mag along with Dutch Blomenkamp A.K.A Khoro, which provided the community with patches, server kits and utilities.  

It was his shiplist library along with his dialog concept for Coop Ace and Sector Assault that paved the way for Team SFB (Starfleet Battles) for SFC3 EAW and Team TNG (The Next Generation) for SFC3.

Team SFB is my final mission release for SFC and is dedicated to MagnumMan for all of his efforts. I have set in motion plans to become a game programmer, for that I also thank the people at Taldren.

It has been a great learning experience and personal experience working with the SFC Community.. I wish all of you the best.

But like all good things..    

Sincerely,

Vaughn G. Martin A.K.A Centauri Vaughn  
SFC Mission Scripter 2001-2003
 



TEAM STARFLEET BATTLES (For SFC2 EAW)

 Team Starfleet Battles

 
       

3dot14

  • Guest
Thank CV! and Three cheers for Mags!

Centauri Vaughn

  • Guest
"All Good Things.." Final mission for SFC. Tribute to James E. King III
« Reply #2 on: April 23, 2003, 06:45:36 pm »
Team SFB "Starfleet Battles" for EAW is now available. This is my final mission for SFC, and it is dedicated to James E. King III A.K.A MagnumMan.
I started scripting missions for SFC in February of 2001 (for the Empires at War release) with barely any knowledge of C++ programming. For the most part everything was just trial and error.
 I averaged about 2 questions a week on the Taldren forums for advice and help.

As I progressed in understanding the API and C++ I started to push further in to what I can do as far as mission events.
I first contacted MagnumMan via email about a single player mission titled ?Tomorrow?s Enterprise?, a mirror mission of ?Yesterday?s Enterprise? from the Romulan perspective during the battle at Nerandra III. His reply email arrived in several hours. From that day on I sought his advice and knowledge, from that day on he has always been there.


The following is a conversation snip let from 2001 when I started chatting with Mag to 2002. I call this "King 101".  

7/25/2001
MagnumMan:  As for becoming a programmer let me ask you a question.  Do you know the difference between an array and a pointer?

If you can tell me what the difference is between a pointer and an array, you will be home free.  That is the hardest concept to grasp.  Once you do, everything else locks into place.

Centauri Vaughn: I see that I have a lot of studying to do...  No one has taken me by the hand and taught me C++ outside of the tutorial, your help, and a lot of trial and error.

7/18/2002
Centauri Vaughn: Hey Mag..  I am beginning to realize what you meant when you say things got easy for you once you understood the concept of pointers and arrays..

MagnumMan: So let me ask... What's the difference between a pointer and an array?

Centauri Vaughn: well..an array is used to store data. there are different kind of arrays. Dynamic, static, dynamic changes its size, static is like a constant.

MagnumMan: Let me put it another way...
char *p = new char[4];
char c[4];

Centauri Vaughn: ok..char *p = new[4]; 4 being the index value for the array  you can use .  
then  you have char c[4];  from what I see c[4] would hold the value of char times p..   They are both the same.

MagnumMan: Correct, they are both the same. Arrays and pointers are the same thing...


         


 As most (if not all of us) know, MagnumMan has provided the SFC Community with two of the most popular multiplayer missions ?Coop Ace? and ?Sector Assault? for the SFC2 Releases then took it a step further with his scripting utility ?ShipList? library.
His most recent contribution to the community is Khoro Mag along with Dutch Blomenkamp A.K.A Khoro, which provided the community with patches, server kits and utilities.  

It was his shiplist library along with his dialog concept for Coop Ace and Sector Assault that paved the way for Team SFB (Starfleet Battles) for SFC3 EAW and Team TNG (The Next Generation) for SFC3.

Team SFB is my final mission release for SFC and is dedicated to MagnumMan for all of his efforts. I have set in motion plans to become a game programmer, for that I also thank the people at Taldren.

It has been a great learning experience and personal experience working with the SFC Community.. I wish all of you the best.

But like all good things..    

Sincerely,

Vaughn G. Martin A.K.A Centauri Vaughn  
SFC Mission Scripter 2001-2003
 



TEAM STARFLEET BATTLES (For SFC2 EAW)

 Team Starfleet Battles

 
       

3dot14

  • Guest
Thank CV! and Three cheers for Mags!