View Single Post
Author Message
API
Veteran Member
Join Date: May 2006
Old 12-05-2009 , 01:16   [CSS/TF2] War3: Source - Customizable Warcraft Plugin
Reply With Quote #1

This thread is outdated, please visit the new thread: http://forums.alliedmods.net/showthread.php?t=136956










-----------------
Hey all,

Please visit http://war3source.com/ for further information, and visit http://war3source.com/index.php?board=9.0 for releases.

IMPORTANT!! AS OF 0.9.1.5 SDK HOOKS IS REQUIRED, SEE INSTALLATION INSTRUCTIONS FOR HELP INSTALLING THIS EXTENSION

Official CSS Server: 206.123.95.116:27015
Official TF2 Server: 206.123.95.119:27015

Wiki: http://war3source.com/wiki/

War3Source REQUIRES SourceMod 1.3 which requires SourceMM 1.8, these are both in beta and are available at their respective webpages

Players get to choice from a list of races and level up skills as well as use other magical items. Unlike other warcraft plugins, War3: Source takes advantage of the speed and customization of SourceMod. You can easily create races and shopitems, as well as add information to the help menu and much more. If you are an interested developer, download the latest version and navigate the scripting folder. The interface file is located in scripting/War3Source/War3Source/War3Source_Interface.inc and you can reference any of the races and/or shopmenu items for examples. There is also a tutorial I wrote up here on making a race: http://war3source.com/index.php?topic=3.0
I will write up one on making a shop menu item as well, but it is pretty straight forward.

Please remember that since this is an early release I didn't put all the effects I wanted to in it quite yet. Be patient please

Changelog
Quote:
Changelog 1.0.0.3 to 1.0.0.4
Fixed invunerability glitch, upgrade ASAP!
Quote:
Changelog 1.0.0.2 to 1.0.0.3
Fixed serpent ward on CS:S
Fixed chain lightning death messages
Fixed cloak not resetting invisibility on death
Modified Human invisibility values
Quote:
Changelog 1.0.0.1 to 1.0.0.2
Implemented FS#20 - MSG: You dont have ultimate
Implemented FS#18 sniper SMG TF (Chance modifier)
Fixed FS#16 - flash screen tweaks (less alpha)
Fixed FS#13 Invisible spys placing wards
Fixed FS#24
Fixed critical grenade activating with any race
Fixed revival abuse
Fixed FS#23 - Locust exploit
Changerace menu shows players using race (yourteamtherteam)
Changed healing ward to 4 HP per heal, meaning a max of 16 HP if 4 are stacked up.
Code:
Changelog 0.9.1.8 to 1.0.0.0 (Server Administration)
- PLEASE READ INSTRUCTIONS BEFORE INSTALLING, IMPORTANT!!!
- Restructured table schema, please see following for info on avoiding XP loss: http://war3source.com/wiki/index.php?title=War3Source:Installation#Installation
- Packaged a web statistics PHP script that can be installed on server website
- Ordered races by default according to 1.6 War3FT
- Added several cvars, refer to the wiki configuration page for info.

Changelog 0.9.1.8 to 1.0.0.0 (Gameplay)
- Added race Blood Mage
- Added race Shadow Hunter
- Added race Warden
- Added race Crypt Lord
- TF: Changed Orc skill from Frost Armor to Healing Ward

Changelog 0.9.1.8 to 1.0.0.0 (Developer)
- Greatly improved statistic routines
- Added native War3_GetRaceByShortname
- Added native War3_GetRaceName
- Added native War3_CreateShopItemRef
- Added native War3_GetShopItemByRef
- Added native War3_GetCredits
- Added native War3_SetCredits
- Added native War3_GetTargetInViewCone
- Modified RGBA values for FlashScreen
- Modified FlashScreen default behaviour
- Added native War3_ValidPlayer
- Added native War3_SpawnPlayer
- Added native War3_SetPlayerColor
- Added native War3_GetPlayerColor
- Added native War3_CachedAngle
- Added native War3_CachedPosition
- Added native War3_CachedDucking
- Added native War3_CachedWeapon
- Added native War3_CachedClip1
- Added native War3_CachedAmmo
- Added native War3_CachedDeadClip1
- Added native War3_CachedDeadAmmo
- Added native War3_CachedDeadWeaponName
- Changed OnWar3TakeDamage forward to enable hooking capabilities
- Fixed several stack errors with say commands
- Optimized races
- Added chance modifier for medic needle gun (war3_chancemodifier_medic)
Code:
0.9.1.8
- Fixed emergency memory leak causing plugin to auto-unload.
Code:
0.9.1.7
- Added War3_ShakeScreen and War3_FlashScreen
- Fixed teleport while entangled
- Added war3stats, war3top10, and war3rank
- Weapons now go invisible as well
- Raised base damage for chain lightning from 32 to 60
- Added sentry damage from suicide bomb (war3_undead_suicidebomber_sentry 0 to turn off)
- Added start level per race (eg: war3_human_startlevel)
- Added execution of cfg/war3source.cfg, PUT CONSOLE VARIABLES HERE!
- Added "database" option to war3source.ini for specifying databases.cfg selection
- Added war3_ignore_bots_xp, set to 1 to not award XP for killing bots
Code:
0.9.1.6
- Fixed Suicide Bomb bug during Humilation
- Fixed skills/items being used against teammates
- Added credits for kill assists (war3_assistcredits)
- Fixed Ring of Regen bug
- Added chance modifier for sentry rockets (war3_chancemodifier_sentryrocket)
- Added immunity type for all skills
- Added native War3_InFreezeTime for games that support it
Code:
0.9.1.5
- Now requires SDK Hooks
- Added forward OnWar3TakeDamage, better than player_hurt
- Added native War3_ChanceModifier for use in OnWar3TakeDamage
- Added chance modifiers to prevent Pyro, Heavy, Sentry skill activation too often
 * war3_chancemodifier_directburn, war3_chancemodifier_burn, war3_chancemodifier_heavy, war3_chancemodifier_sentry
- Changed texture and sound for Suicide Bomber which *should* fix client crash
Code:
0.9.1.4
- Fixed some SQL issues
- Hopefully fixed suicide bomber crashes
Code:
0.9.1.3
- Added +ability# forward, OnAbilityCommand, max is +ability6
- Added War3_SetMaxHP and War3_GetMaxHP (doesn't actually set HP)
- Fixed showskills menu's exit and intro menu's exit
- Added War3_DealDamage native, damage should be dealt properly now
- Hopefully fixed Suicide Bomber crash
Code:
0.9.1.2
- Added assist kill xp percentage (war3_percent_assistkillxp)
- Fixed speed issues with Heavy and Sniper
Code:
0.9.1.1
Fixed alot of bugs. TF2 is now supported. SQL bugs fixed. Reference Wiki for more info on TF2 specific skills.
Code:
0.9.0.3
Fixed linux crashes for reincarnation and began adding TF2 support, developers see interface function War3_GetGame()
Code:
0.9.0.2
Some Orc changes
Screenshots (more to come)
Night Elf - Entangled Roots
[img]http://img694.**************/img694/1060/entangle.png[/img]

Thanks
__________________

Last edited by API; 09-01-2010 at 17:01.
API is offline
Send a message via AIM to API