AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Battlefront Lite (Star Wars Mod) - 1.0.1 (25.10.2013) (https://forums.alliedmods.net/showthread.php?t=228542)

Kia 10-22-2013 05:39

Battlefront Lite (Star Wars Mod) - 1.0.1 (25.10.2013)
 
2 Attachment(s)
http://pawndevs.net/images/BattlefrontLite.png
Ressources Download :
.: Description :.

Battlefront Lite (aka. Star Wars Mod) is a mod for Counter-Strike. You can choose between 10 classes and unlock new classes by killing other players. The Mod comes with a basic Deathmatch System, custom Knifes and a new AWP Model.
The Famas (for the first class) can only shoot with burst-fire and all weapons make a laser when they shoot (blue for Jedi (CT) and red for Sith (T)).

.: Requirements :.
  • A Steam Server
  • SQL Database (No NVault this time, sorry folks)

.: Why "Lite" Version? :.

I'm going to extend this mod by a webinterface where people can either use the pre-defined classes by the mod or they can create their own character and customize it via the Interface.
The interface is working with SQL.
But I wanted people be able to have the base mod and add their own shop etc.

.: Classes :.

http://puu.sh/4Woqj.png

You can add classes or change the descriptions of the classes from line 160.

.: Defines :.

PHP Code:

// Prefix for Chat Messages 
#define GAME_PREFIX "[Battlefront]"

// EXP per Kill
#define GAME_KILL_EXP 15

// Base EXP for calculation
#define GAME_BASE_EXP 465

// Factor to increase req. EXP per Level
#define GAME_EXP_FACTOR 1.337

// Light Factor
#define GAME_LIGHT "f"

// Time to re-generate Force
#define GAME_FORCE_REGEN 0.5

// Time in Seconds to update HUD
#define GAME_HUD_REFRESH 1.0

// Maximum Amount of Force
#define GAME_FORCE_MAX 100 

.: CVars :.
  • bf_deathmatch (Default : 1) - If > 0, Deathmatch is enabled
  • bf_dm_time (Default : 5) - Time in seconds when players get respawned
  • bf_obiwan_grav (Default : 0.8) - Gravity for Class Obi-Wan
  • bf_yoda_bgrav (Default : 0.75) - Gravity for Class Yoda Basic
  • bf_yoda_bspeed (Default : 320.0) - Speed for Class Yoda Basic
  • bf_yoda_agrav (Default : 0.70) - Gravity for Class Yoda Advanced
  • bf_yoda_aspeed (Default : 335.0) - Speed for Class Yoda Advanced
  • bf_maul_bgrav (Default : 0.75) - Gravity for Class Maul Basic
  • bf_maul_bspeed (Default : 330.0) - Speed for Class Maul Basic
  • bf_maul_aspeed (Default : 0.70) - Speed for Class Maul Advanced
  • bf_maul_admg (Default : 1.75) - Damage Multiplicator for Class Maul Advanced
  • bf_boba_speed (Default : 335.0) - Speed for Class Boba Fett
  • bf_sidius_grav (Default : 0.67) - Gravity for Class Sidius
  • bf_vader_grav (Default : 0.60) - Gravity for Class Darth Vader

.: Optional Plugins :.
  • Background Sound - I attached the .sma with the music in the ressources pack.
  • Buyzone Range - Disable Buyzone. (Yes, I was too lazy to add that to my plugin.)

.: Changelog :.

Version 1.0.1 (25 Downloads until Update)
  • Optimized Code

.: Media :.

http://puu.sh/4Wo5Q.jpg
http://puu.sh/4Wo7J.jpg
http://puu.sh/4Wo7U.jpg
http://puu.sh/4Wo87.jpg
http://puu.sh/4Wo8i.jpg
http://puu.sh/4Wo8s.jpg
http://puu.sh/4Wo8A.jpg


ANTICHRISTUS 10-22-2013 05:58

Re: Battlefront Lite (Star Wars Mod) - 1.0.0 (22.10.2013)
 
there are some existing models, will be added later when being fixed. thanks.

Decompiler 10-22-2013 08:38

Re: Battlefront Lite (Star Wars Mod) - 1.0.0 (22.10.2013)
 
Can you upload the resources to alliedmods?

If any moderator sees my post, can you make it a requirement that the resources must be uploaded to alliedmods [split into parts if too big]? Because once Kia loses interest in pawn and his website dies, people that want to download the resources will have no way of getting them. This has happened a lot before, with weaponmod, soccerjam ..etc

Kia 10-22-2013 08:39

Re: Battlefront Lite (Star Wars Mod) - 1.0.0 (22.10.2013)
 
Quote:

Originally Posted by Decompiler (Post 2051759)
Can you upload the resources to alliedmods?

If any moderator sees my post, can you make it a requirement that the resources must be uploaded to alliedmods [split into parts if too big]? Because once Kia loses interest in pawn and his website dies, people that want to download the resources will have no way of getting them. This has happened a lot before, with weaponmod, soccerjam ..etc

Added two mirror links.

Lokogaditano 10-22-2013 08:49

Re: Battlefront Lite (Star Wars Mod) - 1.0.0 (22.10.2013)
 
battlefront_bg or battlefront_lite, whats the difference?

Kia 10-22-2013 08:50

Re: Battlefront Lite (Star Wars Mod) - 1.0.0 (22.10.2013)
 
Quote:

Originally Posted by Lokogaditano (Post 2051762)
battlefront_bg or battlefront_lite, whats the difference?

"battlefront_bg.sma" is the plugin for the Background Music, mentioned in my first post.
"battlefront_lite.sma" is the mod.

Lokogaditano 10-22-2013 09:01

Re: Battlefront Lite (Star Wars Mod) - 1.0.0 (22.10.2013)
 
thanks! I gonna try it and tell you if there is any bug

Kia 10-22-2013 09:12

Re: Battlefront Lite (Star Wars Mod) - 1.0.0 (22.10.2013)
 
Quote:

Originally Posted by Lokogaditano (Post 2051770)
thanks! I gonna try it and tell you if there is any bug

Alright, thanks. :)

Lokogaditano 10-22-2013 09:23

Re: Battlefront Lite (Star Wars Mod) - 1.0.0 (22.10.2013)
 
its say me BLOCKED in plugins.ini

Kia 10-22-2013 09:25

Re: Battlefront Lite (Star Wars Mod) - 1.0.0 (22.10.2013)
 
Quote:

Originally Posted by Lokogaditano (Post 2051775)
its say me BLOCKED in plugins.ini

Well that's bad, show me the error.


All times are GMT -4. The time now is 12:26.

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