[T1] Question/Help...

Crom
11-22-2002, 02:25 AM
I am trying to modify a fast-faves script from poopstripped. everything is great, except whenever I go to edit my faves, after like 2 seconds, the inv screen disappears and the script asks me if i want to replace the existing settings. I don't even have time to click anything.
So either could someone let me know what is fucking up, or let me know how to manually input them via the script. I have no idea what number refers to what weapon, and if there is a specific order, etc.
Thanks.

cyclonite
11-22-2002, 02:49 AM
Yes, I had that very same problem. I ended up doing mine manually.

Here is how you do it manually:
- Check to see if it has generated a base.FaveTable.cs file in your config folder.
- If it hasn't create a new file with the same name and enter your favourites in this format:

$FavesPref::Loadout1 = "2 13 17 21 23 29 39 40 41 42 12 14 16 18 20";
$FavesPref::Name1 = "LO";

Just make a few copies of this and don't forget to change the number of the loadout and name each time.
- Use the following list and add the items manually:

// Armors
// 2 = "Light Armor"
// 3 = "Medium Armor"
// 4 = "Heavy Armor"
//
// weapons
// 11, "Blaster"
// 13, "Chaingun"
// 15, "Plasma Gun"
// 17, "Grenade Launcher"
// 19, "Mortar"
// 21, "Disc Launcher"
// 22, "Laser Rifle"
// 24, "ELF Gun"
//
// Ammo
// 14, "Plasma Bolt"
// 16, "Grenade Ammo"
// 18, "Mortar Ammo"
// 20, "Disc"
// 12, "Bullet"
//
// Backpacks
// 27, "Inventory Station"
// 28, "Ammo Station"
// 29, "Energy Pack"
// 30, "Repair Pack"
// 31, "Shield Pack"
// 32, "Sensor Jammer Pack"
// 33, "Motion Sensor"
// 34, "Ammo Pack"
// 35, "Pulse Sensor"
// 36, "Sensor Jammer"
// 37, "Camera"
// 38, "Turret"
//
// Misc
// 39, "Repair Kit"
// 40, "Mine"
// 41, "Grenade"
// 23, "Targeting Laser"
// 42, "Beacon"


After a bit of mucking around you will work it out.

Crom
11-22-2002, 03:07 AM
shanks.