Anonymous
Please Login or Register  
Welcome to the new EC!
Random Babes   
 





Main Menu   
 

http://www.easycompanygaming.com :: View topic - eXtreme+ 3.0 Alpha
Forum Index  ·  Usergroups  ·  Members  ·  Edit your profile  ·  Search  ·  Login, Check Messages
Arcade  ·  Forum FAQ  ·  Ranks  ·  Board Rules  ·  Staff  ·  Statistics  ·  Log in


Search for at
http://www.easycompanygaming.com Advanced Search

 
 Recent Topics   Next 6 >>  
 Forum   Author   Replies   Last Post 
 COD2 Server Open For Business!!! News, Updates & Input -=EC=-Gimp 0 Sat Jul 10, 2021 3:03 pm
-=EC=-Gimp View latest post
 Dragui Village News, Updates & Input -=EC=-Gimp 4 Mon Feb 06, 2023 1:11 am
Rumpokid View latest post
 It's been a while. Introductions spraytime 19 Mon Jan 16, 2023 5:43 pm
Rumpokid View latest post
 -=EC=- AWE MOD Server Test News, Updates & Input -=EC=-Gimp 1 Thu Jul 15, 2021 6:28 pm
Lt_John_Wayne View latest post
 hey Introductions roentgen 9 Thu Jan 28, 2021 4:45 pm
Artorias View latest post
 how is everyone?! Introductions Rain 3 Mon Dec 03, 2018 8:46 pm
-=EC=-Gimp View latest post
eXtreme+ 3.0 Alpha
http://www.easycompanygaming.com Forum Index -> COD2 Discussion
Post new topic Reply to topic printer-friendly view
View previous topic :: View next topic  
Author Message
PlusIce
Newbie


usa.png



Joined: Jul 19, 2015
Posts: 7

Reputation: 7.1

View user's profile Send private message


Status: Offline
PostPosted: Sat Jan 02, 2016 8:25 am Post subject: No icon eXtreme+ 3.0 Alpha Reply with quote

PatmanSan is working on next version of eXtreme+.

"
ADDITIONS:

Added: perk weapon menu; adding 20 slots for weapon perks (specials.cfg; will disable jukebox).
Added: WMD can be linked to killing spree and quick kill ladder (wmdcontrol.cfg).
Added: account system (security.cfg).
Added: ex_bash_only_timelimit and ex_frag_fest_timelimit variables to override timelimit (weaponcontrol.cfg).
Added: procedure deleteAllSpawnPoints(spawnclass) to _ex_spawnpoints.gsc.
Added: buy from store with regular points (score), bonus points or cash points (ex_specials; specials.cfg).
Added: ENDMARKER-checking added to scriptdata cfg's to help debug configuration errors or mysterious crashes.
Added: cinematic-intro optional mod tools, including the original BluffTitler source.
Added: also using mp_global_intermission entity to detect map's height (in case all spawns are indoor).
Added: stock minefield min and max damage settings (weaponcontrol.cfg; ex_minefield_min, ex_minefield_max).
Added: device controller to handle effects, damage and close proximity explosion triggers (_ex_controller_devices.gsc).
Added: unified code for airplane and payload handling (using _ex_controller_airtraffic.gsc).
Added: overtime variable to decide what to do with the flag(s) (gametypes.cfg; ex_overtime_resetflag).
Added: variables for setting clock RGB color codes (gametypes.cfg; ex_clock_red, ex_clock_green, ex_clock_blue).
Added: weapon file minefield_mp for damage and kill logs.
Added: first in, first out for tripwires (weaponsontrol.cfg; level.ex_tripwire_fifo).
Added: playerHudAddText(), playerHudRemoveText() and playerHudTextUpdater() to _ex_controller_hud.gsc.


CHANGED:

Changed: ready-up disabled automatically in designer mode.
Changed: renamed most files to group them together. Also moved custom files from maps\mp\gametypes to extreme.
Changed: cinematic intro has been replaced, and is now disabled by default (miscfeatures.cfg).
Changed: recoded drop-, target-, and impact handling for airstrikes, mortars and artillery.
Changed: all perks now get perk index through perk's callback functions.
Changed: minor adjustments to startUsingPerk/stopUsingPerk in some "keeptimer" perks.
Changed: moved knife projectile code (regular and perk) to _ex_projectiles_knife.gsc for better reload sync.
Changed: supernade perk not limited to 1 anymore (now ex_supernade can be 1 to 9; specials.cfg).
Changed: minor changes to Hitman game type code.
Changed: updated cvar distribution via _ex_controller_cvars.gsc.
Changed: split streak procedures from obituary code (_ex_stats_streaks.gsc).
Changed: split obituary and streak settings. Renamed several obituary related variables.
Changed: new WMD related variables for killing spree WMD and Kill Ladder WMD (monitoring.cfg).
Changed: lots of WMD-related general vars moved from ranksystem.cfg to wmdcontrol.cfg.
Changed: default for ex_rank_gunship_next set to 0 (gunship once; ranksystem.cfg).
Changed: split off WMD procs and functs to _ex_wmd.gsc, _ex_wmd_mortars, _ex_wmd_artillery.gsc, _ex_wmd_airstrike.gsc.
Changed: linked FPS monitor to event controller.
Changed: moved potato monitor (dummy weapons) from _ex_main to _ex_monitor_entities.gsc.
Changed: moved mod info code into _ex_main_messages.gsc (removed _ex_modinfo.gsc).
Changed: unfixing a turret will replace the mobile MG you're carrying already (causing drop or restore).
Changed: all devices and close proximity triggers now handled by device controller (_ex_controller_devices.gsc).
Changed: default for nade cap (ex_frag_cap and ex_smoke_cap) changed from 9 to 4.
Changed: report of entities cleanup revised.
Changed: reduced max for ambient airplanes, artillery, flares, and mortars (due to close proximity explosions).
Changed: moved code for ambient flares into _ex_ambient_skyeffects.gsc.
Changed: renamed vars level.ex_landmine_x to level.ex_landmines_x [+s] for consistency.
Changed: variables for laserdot coloring changed to accept only regular RGB color codes (weaponcontrol.cfg).
Changed: variables for arcade score coloring changed to accept only regular RGB color codes (gametypes.cfg).
Changed: variables for time limit coloring changed to accept only regular RGB color codes (gametypes.cfg).
Changed: time announcer color codes set to gradually change from peru brown via yellow to red.
Changed: flak points and damage will now be based on operator and operator's team, not the owner.
Changed: increased speed of mortars and artillery, both ambient and WMD.
Changed: replaced weapon files for tripwire_mp, landmine_mp, mortar_mp, artillery_mp and planebomb_mp.
Changed: cleaned up and reordered localized strings in landmines.str and tripwire.str.
Changed: variables for trips from ex_tweapon to ex_tripwire (weaponcontrol.cfg).
Changed: variables for trip limit from ex_tripwire_limit to ex_tripwire_max (weaponcontrol.cfg).
Changed: removed variable ex_tripwire_radius from weaponcontrol.cfg (obsolete).
Changed: variable ex_tripwire_warning works the same as ex_landmine_warning now (weaponcontrol.cfg).
Changed: variable ex_nademon_throwback_pickup min/max/def switched to inches for more precision (weaponcontrol.cfg).
Changed: finished account system menu and localized strings.
Changed: (alpha3) default for ex_nademon_throwback_indicator changed to 10.
Changed: (alpha3) increased damage radius for landmines and trips to 300.
Changed: (alpha3) throwback waypoint image split into red (out of range) and green (within range).


FIXED:

Fixed: default value for scr_ctfb_show_enemy_own_flag was enabled (1); not disabled (0) as it should be.
Fixed: several errors due to space in stock sound aliases (including corrected iw_battlechatter2.csv now).
Fixed: russian sound file and alias for "Guard Our Jail" (LIB).
Fixed: sound alias error "custom/prepare.mp3".
Fixed: removed "us_airstk_crsh_1" and "us_airstk_crsh_2" sound aliases (non existing sounds).
Fixed: four "US_mp_stm_enemydown" sound aliases in the "Battlechatter/US/bra" folder.
Fixed: local $levelbriefing error removed by adding $levelbriefing material.
Fixed: keep-timer flaw in supernade, knife and stealth perks.
Fixed: blood on screen not working (wrong operator when checking for hud elements).
Fixed: duplicate threads of turretThink() running when unfixed turret is planted.
Fixed: saved nade count adjusted when nades are stolen (FT).
Fixed: overtime only setting new timelimit for CTF.
Fixed: rare condition where ambient airplanes stopped working (missing notification).
Fixed: gas- and firenades as trip components will run their radius damage threads when triggered.
Fixed: runtime error in spank punishment (time variable missing).
Fixed: (alpha3) weapon mode override more robust; includes a fix for frag fest override.
Fixed: (alpha3) all spawnpoints are now kept (not removed by entity cleanup) if ex_designer_showall is enabled.
Fixed: (alpha3) FT wasn't listed in entity cleanup procedure to keep mp_tdm_spawn (ammocrates kept them in).
Fixed: (alpha3) script error in _ex_weapons_turrets.gsc when trying to plant MG.
Fixed: (alpha4) explosion sounds in minefield_reg and minefield_gas were swapped.
Fixed: (alpha4) overtime now handles players in spawn timer or spawn confirmation phase.
Fixed: (alpha4) overwriting radius parameter of getImpactPos/getImpactPosPlane could cause runtime errors.
Fixed: (alpha4) removed obsolete call to [[level.ex_bclear]] in _ex_stats_board.gsc.
Fixed: (alpha4) meatbot weapon conversion in _ex_player_obituary.gsc causing runtime errors.


REMOVED:

Removed: _ex_knife.gsc (now handled by _ex_projectiles_knife.gsc).
Removed: _ex_modinfo.gsc (now handled by _ex_main_messages.gsc).
Removed: _ex_flares.gsc (now handled by _ex_ambient_skyeffects.gsc).
Removed: clan login (clancontrol.cfg); can be handled by account system.
Removed: FT weapon steal, except nades (renamed scr_ft_weaponsteal vars to scr_ft_nadesteal).
Removed: configuration profiles 1-4 (not the feature; just the profiles).
Removed: flamethrower tank explosion.
Removed: female model Diana optional mod and all code related to it.
Removed: (alpha3) _ex_player_parachute.gsc (now handled by _ex_player.gsc and _ex_main_utils.gsc).
"

http://patmansan.duckdns.org/smf/index.php?topic=526.0

If you have an account on the old PatmanSan site it will work on the new one.
Back to top
Display posts from previous:
Post new topic  Reply to topic   printer-friendly view
http://www.easycompanygaming.com Forum Index ->  COD2 Discussion
All times are UTC - 5 Hours [DST enabled]
Page 1 of 1


 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts Help the CoD2 Community! 1 kev24x 3152 Tue Jan 28, 2014 9:10 pm
Despite View latest post
No new posts I hope you smart guys can help! 6 Nightmare_ 4568 Sun Jan 19, 2014 1:57 pm
-=EC=-Dirty_Red View latest post
No new posts It's just one of those days... 2 hobo_army 2900 Fri Jan 03, 2014 10:26 pm
Despite View latest post
No new posts Does anyone know how to make COD2 work on Win 8.1 11 Durus 20083 Fri Dec 20, 2013 6:44 pm
Nightmare_ View latest post
No new posts No one will care but.... 2 -=EC=-Gimp 3385 Mon Dec 09, 2013 10:05 am
-=EC=-Gimp View latest post




Powered By: phpBB © 2001 - 2013 phpBB Group
RD-Arma2_OA Theme Designed By: The Mortal RealmDesignz.com
Copyright © 2013 RealmDesignz.com All Rights Reserved
Forums ©
Back To Top
EasyCompanyGaming
RD-Arma2_OA Theme Designed By: The Mortal
Copyrights | Copyright © 2013 RealmDesignz.com