AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   [L4D2] Sky (comp. config), that adds only the additional events to camapigns? (https://forums.alliedmods.net/showthread.php?t=331792)

Tank Rush 04-23-2022 20:41

Re: [L4D2] Sky (comp. config), that adds only the additional events to camapigns?
 
Some tips for your stripper events. (Forums created by AsphyxiaJLSA)
If you want to learn how to place ladders you can check this forum: (L4D2) Stripper- How can I place a ladder?
https://i.imgur.com/5NDeDBj.png https://i.imgur.com/Qgrvpev.png
With this they can do events with camera: L4D2 - event with camera


Many wonder how to create Dead Center at night, here you will find everything you need: Did they want Dead Center at night? Well here you have it.
Note: it is possible that in some users it lowers the fps.


See entity information and remove invisible blocks here: (L4D2) Stripper- Remove invisible wall

How to add an event instructor message: L4D2 - how to add a message to

How to create doors: L4D2 STRIPPER - Create door

I just want to clarify that I'm doing this to make it easier to find the posts on creating ladders, camera events, the Dead Center at night, etc. If you have any questions about stripper, Sky cfg or any event, do not open another forum, ask here.

dahyun4220 04-23-2022 23:37

Re: [L4D2] Sky (comp. config), that adds only the additional events to camapigns?
 
Quote:

Originally Posted by Tank Rush (Post 2777701)
Some tips for your stripper events. (Forums created by AsphyxiaJLSA)
If you want to learn how to place ladders you can check this forum: (L4D2) Stripper- How can I place a ladder?
https://i.imgur.com/5NDeDBj.png https://i.imgur.com/Qgrvpev.png
With this they can do events with camera: L4D2 - event with camera


Many wonder how to create Dead Center at night, here you will find everything you need: Did they want Dead Center at night? Well here you have it.
Note: it is possible that in some users it lowers the fps.


See entity information and remove invisible blocks here: (L4D2) Stripper- Remove invisible wall

How to add an event instructor message: L4D2 - how to add a message to

How to create doors: L4D2 STRIPPER - Create door

I just want to clarify that I'm doing this to make it easier to find the posts on creating ladders, camera events, the Dead Center at night, etc. If you have any questions about stripper, Sky cfg or any event, do not open another forum, ask here.

Do you know how to teleport??

AsphyxiaJLSA 04-24-2022 00:09

Re: [L4D2] Sky (comp. config), that adds only the additional events to camapigns?
 
Quote:

Originally Posted by dahyun4220 (Post 2777709)
Do you know how to teleport??

hello, to do the teleportation it is done in this way

PHP Code:

make a teleport areafix infected spawns on hotel first floor before evelator
{
    
"classname" "logic_auto"
    "OnMapSpawn" "teleport1,addoutput,mins -5000 -5000 -100,0,-1"
    "OnMapSpawn" "teleport1,addoutput,maxs 5000 5000 150,0,-1"
    "OnMapSpawn" "teleport1,addoutput,solid 2,0,-1"
    "OnMapSpawn" "inside_teleport,addoutput,mins -100 0 -100,0,-1"
    "OnMapSpawn" "inside_teleport,addoutput,maxs 100 100 100,0,-1"
    "OnMapSpawn" "inside_teleport,addoutput,solid 2,0,-1"
}

;
1st floor teleport
{
    
"origin" "1297.0 4506.0 1225"
    "targetname" "teleport1"
    "target" "teleport1dest"
    "spawnflags" "1"
    "classname" "trigger_teleport"
}
{
    
"origin" "2486.0 5368.0 2480"
    "angles" "0 0 0"
    "targetname" "teleport1dest"
    "classname" "info_teleport_destination"


;
inside elevator teleport
{
    
"origin" "2172.0 5731.0 2500"
    "targetname" "inside_teleport"
    "target" "inside_teleportdest"
    "spawnflags" "1"
    "classname" "trigger_teleport"
}
{
    
"origin" "1387.0 5381.0 2480"
    "angles" "0 0 0"
    "targetname" "inside_teleportdest"
    "classname" "info_teleport_destination"



Slaven555 04-24-2022 12:27

Re: [L4D2] Sky (comp. config), that adds only the additional events to camapigns?
 
https://m.youtube.com/watch?v=GPryor...ature=youtu.be
Can anyone repeat this?

TypicalType 04-24-2022 13:35

Re: [L4D2] Sky (comp. config), that adds only the additional events to camapigns?
 
Quote:

Originally Posted by Slaven555 (Post 2777773)

Yeah, i will try remaking that event soon

Marttt 04-24-2022 13:40

Re: [L4D2] Sky (comp. config), that adds only the additional events to camapigns?
 
You can check how it was done here:

https://github.com/Tsuey/L4D2-ComboMod

So you don't need start from scratch.

EDIT: I think the hard rain changes wasn't release as public, anyway.

Tank Rush 04-24-2022 18:11

Re: [L4D2] Sky (comp. config), that adds only the additional events to camapigns?
 
Quote:

Originally Posted by dahyun4220 (Post 2777709)
Do you know how to teleport??

Here another example:
PHP Code:

; =====================================================
; ==              
Sky 2.7.2by Source               ==
; ==   
Ejemplo de teleportprobar en c1m1_hotel     ==
; =====================================================
add:
; ==== 
AREA DE TELETRANSPORTE
{
    
"classname" "logic_auto"
    "OnMapSpawn" "teleport_interior,addoutput,mins -30 -5 -120,0,-1"
    "OnMapSpawn" "teleport_interior,addoutput,maxs 30 5 120,0,-1"
    "OnMapSpawn" "teleport_interior,addoutput,solid 2,0,-1"
    "OnMapSpawn" "teleport_roof,addoutput,mins -5 -30 -120,0,-1"
    "OnMapSpawn" "teleport_roof,addoutput,maxs 5 30 120,0,-1"
    "OnMapSpawn" "teleport_roof,addoutput,solid 2,0,-1"
}
; ==== 
PARA SUBIR
area de teletransportedel interior... 
{
    
"origin" "-410.793030 4632.000488 1181.031250"
    "targetname" "teleport_interior"
    "target" "teleport_roof_dest"
    "spawnflags" "1"
    "classname" "trigger_teleport"
}
; ...
hacia el techo.
{
    
"origin" "-441 4555 1536"
    "angles" "0 180 0"
    "targetname" "teleport_roof_dest"
    "classname" "info_teleport_destination"

; ==== 
PARA BAJAR
area de teletransportedel techo... 
{
    
"origin" "-392.031311 4557.705566 1536.031250"
    "targetname" "teleport_roof"
    "target" "teleport_interior_dest"
    "spawnflags" "1"
    "classname" "trigger_teleport"
}
; ...
hacia abajo.
{
    
"origin" "-411 4676 1184"
    "angles" "0 90 0"
    "targetname" "teleport_interior_dest"
    "classname" "info_teleport_destination"

; ==== 
PUERTA DE ABAJO
borde de puerta
{
    
"classname"    "prop_dynamic"
    "solid" "6"
    "origin" "-384 4620 1184"
    "angles" "0 90 0"
    "model"     "models/props_downtown/metal_door_112_frame.mdl"
    "disableshadows" "1"
}
puerta
{
    
"classname"    "prop_dynamic"
    "solid" "6"
    "origin" "-384 4624 1184"
    "angles" "0 90 0"
    "model"     "models/props_downtown/metal_door_112.mdl"
    "disableshadows" "1"
}
; ==== 
PUERTA DE ARRIBA
borde de puerta
{
    
"classname"    "prop_dynamic"
    "solid" "6"
    "origin" "-380 4530 1536"
    "angles" "0 0 0"
    "model"     "models/props_downtown/metal_door_112_frame.mdl"
    "disableshadows" "1"
}
puerta
{
    
"classname"    "prop_dynamic"
    "solid" "6"
    "origin" "-384 4530 1536"
    "angles" "0 0 0"
    "model"     "models/props_downtown/metal_door_112.mdl"
    "disableshadows" "1"
}
; ==== 
ELIMINAR EL TRIGGER HURTcon esto podras caminar por el techo
filter
:
supervivientes
{
    
"hammerid" "3830918"
}
{
    
"hammerid" "3830903"
}
{
    
"hammerid" "3830885"
}
{
    
"hammerid" "3830867"
}
{
    
"hammerid" "3830801"
}
{
    
"hammerid" "3830843"
}
{
    
"hammerid" "3830755"
}
#### creditos a Asphyxia ####
MODO FANTASMA 
{
    
"hammerid" "3831139"
}
{
    
"hammerid" "3831142"
}
{
    
"hammerid" "3831145"
}
{
    
"hammerid" "3831148"
}
{
    
"hammerid" "3831151"
}
{
    
"hammerid" "3831154"
}
{
    
"hammerid" "3831157"
}
INFECTADO
{
    
"hammerid" "3990576"
}
{
    
"hammerid" "4349626"
}
{
    
"hammerid" "4349716"



AsphyxiaJLSA 04-25-2022 22:59

Re: [L4D2] Sky (comp. config), that adds only the additional events to camapigns?
 
Tank Rush he shared this with me that was lost in the forum but now I'm sharing it here, it's just the Coca Cola brand in the game, it's located on the map of c8m1_apartment when leaving the safe zone. It's very good, it looks amazing.

the original author of this creation is Figa

also works for the second installment of the game, just copy what the folder contains and add in your stripper map of said map

https://i.imgur.com/yzsber0.jpg

TypicalType 04-26-2022 00:40

Re: [L4D2] Sky (comp. config), that adds only the additional events to camapigns?
 
Nice finding Asphyxia!

Tank Rush 05-01-2022 16:24

Re: [L4D2] Sky (comp. config), that adds only the additional events to camapigns?
 
1 Attachment(s)
Can someone help me with this gasoline event?
You just have to find 6 cans of gasoline and recharge the crane for the magnet to work, it must pick up a container and raise it to make way for the survivors.
Almost everything is ready and it already has invisible blocks in the surroundings, just need to give it the final touch, I don't know how to make the crane work once the crane is recharged with gasoline.
I try to understand what I extracted from stripper_dump but it's difficult, here I leave them together with stripper_dump, it's a good event and I know many will like it. :wink:

https://i.imgur.com/9XoGfbz.png https://i.imgur.com/yHnVbj2.png

stripper_dump: c14m1_junkyard.0000


c14m1_junkyard


If you are going to add, modify something or manage to finish this event, put your name here:
Code:

; =====================================================
; ==          Sky 2.7.2: by Source, Asphyxia        ==
; ==              Gascan scavenge event              ==
; =====================================================



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

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