Raised This Month: $32 Target: $400
 8% 

[CSS/TF2] War3: Source - Customizable Warcraft Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author
API
Veteran Member
Join Date: May 2006
Plugin ID:
1312
Plugin Version:
1.0.0.4
Plugin Category:
Gameplay
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    6 
    Plugin Description:
    Leveling based gamemode with multiple races, skills, and shop items.
    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
    API
    Veteran Member
    Join Date: May 2006
    Old 12-05-2009 , 01:25   Re: War3: Source
    Reply With Quote #2

    <Reserved>
    __________________
    API is offline
    Send a message via AIM to API
    shustas
    SourceMod Donor
    Join Date: May 2007
    Location: London
    Old 12-05-2009 , 08:25   Re: War3: Source - Customizable Warcraft Plugin
    Reply With Quote #3

    hey hey nice man, at last somebody is attempting to make proper stuff.
    __________________
    shustas is offline
    shustas
    SourceMod Donor
    Join Date: May 2007
    Location: London
    Old 12-05-2009 , 12:44   Re: War3: Source - Customizable Warcraft Plugin
    Reply With Quote #4

    hm... it crash server a lot, specially on player connect

    Plus the default rase is elf? Why there is no choose race menu?

    And what about saving xp? Cant find any help on configing it
    __________________
    shustas is offline
    API
    Veteran Member
    Join Date: May 2006
    Old 12-05-2009 , 18:52   Re: War3: Source - Customizable Warcraft Plugin
    Reply With Quote #5

    If it is crashing the server it is likely because of your database configuration. Can you please post any error messages and configuration settings? Thanks. As for default race, to change race order rename the race plugin files like so:
    War3Source_001_HumanAlliance.smx
    War3Source_002_OrcishHorde.smx

    Etc...
    SourceMod loads in alphabetical order.
    __________________
    API is offline
    Send a message via AIM to API
    API
    Veteran Member
    Join Date: May 2006
    Old 12-05-2009 , 19:29   Re: War3: Source - Customizable Warcraft Plugin
    Reply With Quote #6

    Type 'war3help' in chat for all commands. 'changerace' to change race.
    __________________
    API is offline
    Send a message via AIM to API
    shustas
    SourceMod Donor
    Join Date: May 2007
    Location: London
    Old 12-05-2009 , 20:12   Re: War3: Source - Customizable Warcraft Plugin
    Reply With Quote #7

    hm... strange but there is no error log. And I didnt config database, it comes as default. What config should there be, any special amendments in databases.cfg?
    __________________

    Last edited by shustas; 12-05-2009 at 20:16.
    shustas is offline
    API
    Veteran Member
    Join Date: May 2006
    Old 12-05-2009 , 20:16   Re: War3: Source - Customizable Warcraft Plugin
    Reply With Quote #8

    Well if you haven't configured the databases.cfg file for SourceMod then War3Source could be crashing trying to save/load player data, which is still not normal behavior. Which operating system is the server on?
    __________________
    API is offline
    Send a message via AIM to API
    shustas
    SourceMod Donor
    Join Date: May 2007
    Location: London
    Old 12-05-2009 , 20:29   Re: War3: Source - Customizable Warcraft Plugin
    Reply With Quote #9

    Linux.
    Should it create a new database in data? Cos I got only clientprefs database there, thats all. So its not saving or reading anything for some reason
    __________________
    shustas is offline
    API
    Veteran Member
    Join Date: May 2006
    Old 12-05-2009 , 20:30   Re: War3: Source - Customizable Warcraft Plugin
    Reply With Quote #10

    I am going to do some tests for linux right now, guess I didn't think about that.
    Can you paste your databases.cfg? Blank out any passwords.
    __________________
    API is offline
    Send a message via AIM to API
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 18:03.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode