Oi, I am so frustrated. I just wanna get started on how to handle modding table or moduler tables, whatever. I have got the hang of installing mods using media vps and playing the game. I just want to know what i need to do to start modding. I'm so lost but it's like people are saying it's so easy to tweak the game. I just need some help. I have vp mage.. but after putting in the main vp i cant do squat.... it just shows me the tbls.. but i cant edit or access them.
I dont want to overwrite the retail vps, just try to make my own vp to strat testing.. HELP PLEASE im going insane....
seriously..
Fixed some spelling and formatting for great justice.
VP files are a
storage file format that is used to
distribute whole mods and whatnot, when they are ready.
Inside the VP's there is a file structure that has a main directory called "data" and it has a bunch of sub-directories containing appropriate file formats. /data/models/ contains model files (*.POF), /data/tables/ contains tables files (*.tbl and *.tbm files), etc. etc.
To begin modding, you do NOT want to make any VP files at all. You do need a program to
extract files from existing VP's so that you can open them and edit them. However, you will want to make your own
mod directory for your own stuff, so that you can enable or disable it at will.
For example, make a directory called ..\FreeSpace2\bahijal74mod\. Add "data" directory there, and since you want to start with tables, you would want to have "..\FreeSpace2\bahijal74mod\data\tables" directory as well. Anything you make should end up in this mod directory for the time being; when you get the hang of how the file system and mods work, you can do different stuff. But for the time being:
-do NOT put anything in ..\FreeSpace2\data\*\
-do NOT put anything in ..\FreeSpace2\mediavps\data\*\
-do NOT put additional *.VP files in the root ..\FreeSpace2\ directory
...and you should be all right and fine.

As to how to edit tables... go to hard light wiki, search the article "modular tables" and read it. Then ask more specific questions on how to edit tables (basically you open notepad and write the table. Using existing tables as reference is recommended...) since there are many types of tables and trying to answer to how to edit all of them is futile. At least in less than a week's time.
Personally, I find the most convenient VP extraction utility to be VPView from Descent Manager tool pack. Use forum search or google to find that, or wait for some kind soul to dig up a link.