Foundation+II
by admin
⤓ Download · 219.1 KBNo file description.
- Filename
Foundation%2BII.zip- Size
- 219.1 KB (listed 219.1KB)
- Type
- ZIP
- Developer
- admin
- Last update
- Jun 07, 2008 - 02:06
- Format
- Zip archive data, at least v2.0 to extract, compression method=deflate
Readme — Foundation II/Foundation II Readme.txt (from the archive itself)
########################### Foundatio Mod II by ProtoManX ###################################
# Credits: these are people that provide code for my mod #
# Ice(Devastor Mod): biggest contributer to some the functions here #
# Nicodemus: used foundation mod as base for Foundation II #
# Thanx to who ever made the armor specific inventory #
#############################################################################################
Now on to what is so special about Foundation Mod II
firstly what it is designed for and that is new coders to make new items
with a bit less headache and questions so how does it do this well let me
break this down as best i can
you have these functions to aid your modding:
setDamageScale(Damage Type, Light Armor Scale, Medium Armor Scale, Heavy Armor Scale, Scout Scale, APC Scale, HAPC Scale)
-you do this for any new damage types and it will set the damagescale
for each armor and vehicle
-you can add new armors and vehicles to the function just add thier
variable to the function where ever you like so long as when called the
values corespond
setArmorItemMax(Item(Pack/Weapon/Ammo) Name, Light Armor Max, Medium Armor Max, Heavy Armor Max)
-you do this for any new items and it will set the max quantity for
each armor
-you can add new armors to the function just add thier variable to
the function where ever you like so long as when called the values
corespond
addAmmo(Weapon, Ammo Name, Quanity Bought/Sold, Ammo Pack Max)
-for ammo based weapons use this function to set the quantities for
the ammo pack and the quantity bought or sold at once
addToInv(Item(Pack/Weapon/Ammo) Name, Static Station, Remote Station)
-sets if the station sells the item or not(0 or 1) for the Item
dataReinit(Item Name)
-this creates a list of items that at the begining of a map needs to
be zeroed out becuase only a limited number can be in play
Item::universalDeploy(%player,%item,%dist,%terr,%BxMxLn,%BxMxWd,%BxMxHt,%BxMnLn,%BxMnWd,%BxMnHt,%mib,%flat,%shape,%type,%dod)
-for this it will be simpler to explain each value
%player -> this is the player id of the person attempting the deploy
%item -> this is the item attempting to be deployed(the pack)
%dist -> this is the maximum distance from player it can be deployed
%terr -> this is the type of terrain it can be deployed on there are
4 types(ALL, OBJECTS, LAND, and OUTSIDE)
ALL -> means it can go on anything
OBJECTS -> means it can go only on an object
LAND -> means it can go on anything but object
OUTSIDE -> same as LAND but must be placed out side of a
building
%BxMxWd -> Max width of the box for getting the number of the type in box
%BxMxHt -> Max height of the box for getting the number of the type in box
%BxMxLn -> Max length of the box for getting the number of the type in box
%BxMnWd -> Min width of the box for proximity to another of same type
%BxMnHt -> Min height of the box for proximity to another of same type
%BxMnLn -> Min length of the box for proximity to another of same type
%mib -> Max number of same type object in box from %BxMxWd, %BxMxHt, %BxMxLn
%flat -> True or False if it can be on angled surfaces
%shape -> the item to be deployed(item was the pack %shape is the deployable)
%type -> the deployable objects type(Turret, StaticShape, etc..)
%dod -> delete on destroy basicly if ture when destroyed it blows up and can't be repaired else if false it remains and can be repaired
note: older versions %dod is %kill
$DamageToLaser[Laser Weapon Name] = Correct Damage Type;
-this fixes the small bug where when you give a Laserdata a new damage
type and tribes defualts it to $LaserDamageType this will change it to
the damagetype you want
$HeadVal[Heavy, Damage Type] and $HeadVal[Damage Type]
-those are variable to figure the head shot value i found it works much better
also the one with Heavy in it is for Heavy armor you do not need to change the
word Heavy to your armors just add them in Player.cs
getPerfectTrans(Player Id)
-this is a function that will fix the off set of spawned projectiles so they
aim acurately all you send it the Player Id it returns the trans so use this
instead of GameBase::getMuzzleTransform(%player)Contents — 133 files (inside the archive)
- Foundation II/ADMIN.CS
- Foundation II/AI.CS
- Foundation II/alien.terrain.cs
- Foundation II/ArmorData.cs
- Foundation II/ARMOURS/
- Foundation II/ARMOURS/Heavy.cs
- Foundation II/ARMOURS/Light.cs
- Foundation II/ARMOURS/Medium.cs
- Foundation II/baseDebrisData.cs
- Foundation II/baseExpData.cs
- Foundation II/baseProjData.cs
- Foundation II/BEACON.CS
- Foundation II/changeMission.cs
- Foundation II/CHATMENU.CS
- Foundation II/CLIENT.CS
- Foundation II/clientDefaults.cs
- Foundation II/COMCHAT.CS
- Foundation II/commander.cs
- Foundation II/commonEditor.strings.cs
- Foundation II/darkstar.strings.cs
- Foundation II/deployables/
- Foundation II/deployables/SensorJammer.cs
- Foundation II/deployables/SensorMotion.cs
- Foundation II/deployables/SensorPulse.cs
- Foundation II/deployables/StationAmmo.cs
- Foundation II/deployables/StationInventory.cs
- Foundation II/deployables/Turret.bak
- Foundation II/deployables/Turret.cs
- Foundation II/deployables/TurretCamera.cs
- Foundation II/desert.terrain.cs
- Foundation II/DM.CS
- Foundation II/EditMission.cs
- Foundation II/EDITOR.CS
- Foundation II/editor.strings.cs
- Foundation II/editorconfig.cs
- Foundation II/esf.strings.cs
- Foundation II/fear.strings.cs
- Foundation II/Foundation II Readme.txt
- Foundation II/FoundationConfig.cs
- Foundation II/FoundationIIServer.cs
- Foundation II/GAME.CS
- Foundation II/GUI.CS
- Foundation II/help.strings.cs
- Foundation II/ice.terrain.cs
- Foundation II/interiorLight.cs
- Foundation II/IRCClient.cs
- Foundation II/ITEM.CS
- Foundation II/KEYS.CS
- Foundation II/loadShow.cs
- Foundation II/lush.terrain.cs
- Foundation II/MARKER.CS
- Foundation II/mars.terrain.cs
- Foundation II/MED.CS
- Foundation II/MENU.CS
- Foundation II/Mine.cs
- Foundation II/miscellany/
- Foundation II/miscellany/Beacon.cs
- Foundation II/miscellany/damageTypes.cs
- Foundation II/miscellany/Grenade.cs
- Foundation II/miscellany/Mine.cs
- Foundation II/miscellany/RepairKit.cs
- Foundation II/MISSION.CS
- Foundation II/missionList.cs
- Foundation II/missiontypes.cs
- Foundation II/MOVE.CS
- Foundation II/MOVEABLE.CS
- Foundation II/mud.terrain.cs
- Foundation II/newMission.cs
- Foundation II/NSOUND.CS
- Foundation II/objectives.cs
- Foundation II/OBSERVER.CS
- Foundation II/Options.cs
- Foundation II/PACKS/
- Foundation II/PACKS/Ammo.cs
- Foundation II/PACKS/Energy.cs
- Foundation II/PACKS/Repair.cs
- Foundation II/PACKS/SensorJammer.cs
- Foundation II/PACKS/Shield.cs
- Foundation II/PLAYER.CS
- Foundation II/PlayerSetup.cs
- Foundation II/RegisterObjects.cs
- Foundation II/registervolume.cs
- Foundation II/SAE.CS
- Foundation II/SCRIPTS/
- Foundation II/SCRIPTS/AdminFuncts.cs
- Foundation II/SCRIPTS/missionreinitdata.cs
- Foundation II/SCRIPTS/nextprevweapons.cs
- Foundation II/SCRIPTS/resupplylist.cs
- Foundation II/SCRIPTS/simplifierFunctions.cs
- Foundation II/SENSOR.CS
- Foundation II/SENSORS/
- Foundation II/SENSORS/StaticPulseLarge.cs
- Foundation II/SENSORS/StaticPulseMedium.cs
- Foundation II/SERVER.CS
- Foundation II/serverDefaults.cs
- Foundation II/sfx.strings.cs
- Foundation II/SOUND.CS
- Foundation II/staticshape.cs
- Foundation II/STATION.CS
- Foundation II/STATIONS/
- Foundation II/STATIONS/StaticAmmo.cs
- Foundation II/STATIONS/StaticCommand.cs
- Foundation II/STATIONS/StaticInventory.cs
- Foundation II/STATIONS/StaticVehicle.cs
- Foundation II/TAG.CS
- Foundation II/TED.CS
- Foundation II/TERRAINS.CS
- Foundation II/TREES.CS
- Foundation II/TRIGGER.CS
- Foundation II/tsDefaultMatProps.cs
- Foundation II/TURRET.CS
- Foundation II/TURRETS/
- Foundation II/TURRETS/StaticELF.cs
- Foundation II/TURRETS/StaticIndoor.cs
- Foundation II/TURRETS/StaticMortar.cs
- Foundation II/TURRETS/StaticPlasma.cs
- Foundation II/TURRETS/StaticRocket.cs
- Foundation II/VEHICLE.CS
- Foundation II/VEHICLES/
- Foundation II/VEHICLES/HAPC.CS
- Foundation II/VEHICLES/LAPC.CS
- Foundation II/VEHICLES/Scout.cs
- Foundation II/WEAPONS/
- Foundation II/WEAPONS/Blaster.cs
- Foundation II/WEAPONS/ChainGun.cs
- Foundation II/WEAPONS/DiscLauncher.cs
- Foundation II/WEAPONS/EnergyRifle.cs
- Foundation II/WEAPONS/GrenadeLauncher.cs
- Foundation II/WEAPONS/LaserRifle.cs
- Foundation II/WEAPONS/Mortar.cs
- Foundation II/WEAPONS/PlasmaGun.cs
- Foundation II/WEAPONS/TargetingLaser.cs
- Foundation II/WORLDS.CS
Source: The Exiled — Tribes Repository
Original page: https://library.theexiled.pwnageservers.com/file.php?id=109
Archived source HTML: _source/file/109.html
Original page: https://library.theexiled.pwnageservers.com/file.php?id=109
Archived source HTML: _source/file/109.html