Raised This Month: $12 Target: $400
 3% 

[AS] Horde MoDe / Random Drones


Post New Thread Reply   
 
Thread Tools Display Modes
dYZER
Member
Join Date: Jan 2010
Location: Germany
Old 08-07-2010 , 11:42   Re: [AS] Horde MoDe / Random Drones
Reply With Quote #21

Quote:
Originally Posted by RavenDan29 View Post
What binary to enable all the different aliens?
16383 all working
+16384(beta drones) = "32767" all
dYZER is offline
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 08-07-2010 , 18:24   Re: [AS] Horde MoDe / Random Drones
Reply With Quote #22

Use Sourcemod Snapshot 3110 to enable these commands to function in server.cfg/newmapsettings.cfg

sm_cvar asw_old_shieldbug 1 = beta Shieldbug

sm_cvar asw_new_drone 0 = beta drone

sm_cvar asw_harvester_new 0= beta harvester
__________________

Last edited by RavenDan29; 08-08-2010 at 09:11.
RavenDan29 is offline
dYZER
Member
Join Date: Jan 2010
Location: Germany
Old 08-07-2010 , 19:09   Re: [AS] Horde MoDe / Random Drones
Reply With Quote #23

[IMG]http://img833.**************/img833/411/iwillusegoogleb4dumpque.png[/IMG]

or http://alienswarm.wikia.com/wiki/Alien_Swarm_Wiki

btw, try this button
and no, u need only 1 of the last version...

update is comming...

Last edited by dYZER; 08-07-2010 at 19:18.
dYZER is offline
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 08-07-2010 , 22:23   Re: [AS] Horde MoDe / Random Drones
Reply With Quote #24

surely u must be able to make a plugin to unlock just the beta aliens your half way there with this plugin, please consider making an beta alien unlock plugin
__________________
RavenDan29 is offline
MidNiteToker
Junior Member
Join Date: Aug 2010
Old 08-08-2010 , 11:51   Re: [AS] Horde MoDe / Random Drones
Reply With Quote #25

@RavenDan29 there is nothing wrong with version 0.98. you probably need to delete any cvars in your server.cfg and autoexec.cfg that messes with your aliens like for example [asw_old_shieldbug 1,asw_new_drone 0].

then use these binary flags
Code:
drone= 1
drone_jumper= 2
drone_uber= 4
parasite= 8
buzzer= 16
ranger= 32
shaman= 64
harvester= 128
boomer= 256--------------,256+8192=8448 [just add up the numbers]
mortar= 512             /
shieldbug= 1024        /
queen= 2048           /
beta_harvester= 4096 /
beta_shieldbug= 8192/
beta_drone= 16384 )pure beta(
INSERT BINARY NUMBER IN THIS CMD as_horde_aliens "8448"


@dYZER just to clarify this cmd is used for enabling on/off not binary flags right?
// Random Drones (1/0)
// -
// Default: "1"
as_drone_randoms "1"



not



as_drone_randoms
"138" //allowed aliens in random in binary flags
*example
*(128 [harvester] +2 [drone_jumpers] +8 [parasite] == 13 the random alien classes in the hordz

Last edited by MidNiteToker; 08-08-2010 at 11:59.
MidNiteToker is offline
dYZER
Member
Join Date: Jan 2010
Location: Germany
Old 08-08-2010 , 13:36   Re: [AS] Horde MoDe / Random Drones
Reply With Quote #26

Quote:

@dYZER just to clarify this cmd is used for enabling on/off not binary flags right?
// Random Drones (1/0)
// -
// Default: "1"
as_drone_randoms "1"



not



as_drone_randoms
"138" //allowed aliens in random in binary flags
*example
*(128 [harvester] +2 [drone_jumpers] +8 [parasite] == 13 the random alien classes in the hordz
yes total changed and updated the version
mostly cvars changed
dYZER is offline
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 08-08-2010 , 15:43   Re: [AS] Horde MoDe / Random Drones
Reply With Quote #27

Thx for the info,

I dont have an autoexec.cfg, cause nobodys told me what im supposed to put in it and were im supposed to create it.
__________________
RavenDan29 is offline
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 08-10-2010 , 17:08   Re: [AS] Horde MoDe / Random Drones
Reply With Quote #28

I told binary 31552

64,256,512,2048,4096,8192,16384

So why am I getting these as well which i dont wont

drones, drone jumpers, drone ubers, parasites, buzzers, rangers and shieldbugs?
Attached Files
File Type: cfg as_horde99.cfg (4.2 KB, 75 views)
__________________
RavenDan29 is offline
MaxHeadroom
New Member
Join Date: Aug 2010
Old 08-11-2010 , 02:34   Re: [AS] Horde MoDe / Random Drones
Reply With Quote #29

Quote:
Originally Posted by RavenDan29 View Post
I told binary 31552

64,256,512,2048,4096,8192,16384

So why am I getting these as well which i dont wont

drones, drone jumpers, drone ubers, parasites, buzzers, rangers and shieldbugs?
drones, drone jumpers, drone ubers, parasites, buzzers, rangers and shieldbugs=1087(without beta)

wrong value ?
Code:
1=drone, 2=drone_jumper, 4=drone_uber, 8=parasite, 16=buzzer, 32=ranger, 64=shaman, 128=harvester, 256=boomer, 512=mortar, 1024=shieldbug, 2048=queen, 4096=Beta-harvester, 8192=Beta-shieldbug, 16384=beta Drones
total is 2^15 = 32575 off all

32575-1087= as_horde_aliens "31681"

cant calc 1+2+4 ?
btw as_horde_static its for one/dynamic alien
MaxHeadroom is offline
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 08-11-2010 , 09:35   Re: [AS] Horde MoDe / Random Drones
Reply With Quote #30

You misunderstand i want only
shaman, boomer, mortar, queen, beta harvester, beta shieldbug and beta drones
but what im getting is
shaman, boomer, mortar, queen, beta harvester, beta shiedbug, beta drones, drones, drone jumpers, drone ubers, parasites, buzzers, rangers and shieldbugs.
__________________
RavenDan29 is offline
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 14:57.


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