Skip to content

Commit

Permalink
New maze, fixed secret door sound.
Browse files Browse the repository at this point in the history
  • Loading branch information
YAN MOURA committed Oct 23, 2022
1 parent 64333e6 commit e6a0c8f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DECORATE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ ACTOR trophy 15003 {
STOP
}
}
ACTOR GasTank 15004 {
ACTOR GasTank : ExplosiveBarrel 15004 {
Height 40
Radius 5
+SOLID
Expand Down
9 changes: 5 additions & 4 deletions MAPINFO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ gameinfo { //Configurações relacionadas ao jogo como um todo
}

defaultmap { //Configurações padrões para todos os mapas
SuckTime = 3 //3 horas dentro da fase e você receberá "SUCKS" como resultado de tempo
NoCrouch //Desliga a opção de poder agachar.
SuckTime = 1 // 3 horas dentro da fase e você receberá "SUCKS" como resultado de tempo
NoCrouch // Desliga a opção de poder agachar.
}

map MAP01 "Vila do Chaves" { //Configurando o mapa da vila.
sky1 = RSKY1, 0.1 //Textura do céu
sky2 = RSKY2, 0 //Outra textura do céu
par = 300 //Não sei exatamente o que é, mas aparece no final da fase.
music = "music/9" //Não utilizado devido ao script de música aleatória.
// Tempo estimado para finalizar o mapa, exibido na intermissão. 300 = 5 min
par = 300
music = "music/RUNAWAY" //Música
}
2 changes: 1 addition & 1 deletion TEXTURES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Texture definitions generated by SLADE3
// on Sat Oct 22 20:44:22 2022
// on Sun Oct 23 10:55:03 2022

Texture "INTERPIC", 320, 200
{
Expand Down
11 changes: 6 additions & 5 deletions maps/map01.dbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ maps
resources
{
}
viewpositiony = 479.9861f;
viewpositionx = -585.4373f;
viewpositiony = 678.095f;
viewpositionx = -989.2288f;

testprecommand
{
Expand All @@ -38,11 +38,11 @@ maps
gridrotate = 0;
backscalex = 100;
gridoriginx = 0;
gridsize = 4;
gridsize = 1;
background = "";
backoffsety = 0;
}
viewscale = 3.6507f;
viewscale = 1.040412f;

reloadresourceprecommand
{
Expand Down Expand Up @@ -94,7 +94,8 @@ maps
resource;
tabtype = 0;
scripttype = 1;
caretposition = 2569;
caretposition = 3633;
firstvisibleline = 14;
activetab = true;
foldlevels = "1024:18";
}
Expand Down
Binary file modified maps/map01.wad
Binary file not shown.
Binary file modified maps/map01.wad.backup1
Binary file not shown.
Binary file modified maps/map01.wad.backup2
Binary file not shown.
Binary file modified maps/map01.wad.backup3
Binary file not shown.
Binary file removed music/9
Binary file not shown.
Binary file modified music/INTRO
Binary file not shown.
Binary file added music/RUNAWAY
Binary file not shown.

0 comments on commit e6a0c8f

Please sign in to comment.