...
|
...
|
@@ -36,7 +36,7 @@ rm -rf mac/base_app/ |
36
|
36
|
rm -rf game/modules/angband
|
37
|
37
|
rm -rf game/modules/rogue
|
38
|
38
|
rm -rf game/modules/gruesome
|
39
|
|
-find . -name '*~' -or -name '.svn' | xargs rm -rf
|
|
39
|
+find . -name '*~' -or -name '.svn' -or -name '.keep' | xargs rm -rf
|
40
|
40
|
|
41
|
41
|
# create teae/teams
|
42
|
42
|
cd game/engines
|
...
|
...
|
@@ -46,8 +46,8 @@ te4_pack_engine.sh default/ te4-"$ever" 1 |
46
|
46
|
mv boot*team ../modules
|
47
|
47
|
rm -rf default
|
48
|
48
|
cd ../modules
|
49
|
|
-te4_pack_module.sh tome "$tver"
|
50
|
|
-te4_pack_module.sh tome "$tver" 1
|
|
49
|
+te4_pack_module_tome.sh tome "$tver"
|
|
50
|
+#te4_pack_module.sh tome "$tver" 1
|
51
|
51
|
\cp -f tome*.team /var/www/te4.org/htdocs/dl/modules/tome/
|
52
|
52
|
rm -f tome*nomusic.team
|
53
|
53
|
rm -f boot*nomusic.team
|
...
|
...
|
@@ -106,9 +106,10 @@ IFS=$'\n'; for i in `find game/ -name '*.ogg'`; do |
106
|
106
|
echo "$i"|grep '/music/' -q
|
107
|
107
|
if test $? -eq 0; then rm "$i"; fi
|
108
|
108
|
done
|
109
|
|
-rm game/modules/tome*team
|
|
109
|
+rm game/modules/tome*-music.team
|
|
110
|
+#rm game/modules/tome*team
|
110
|
111
|
rm game/modules/boot*team
|
111
|
|
-cp /var/www/te4.org/htdocs/dl/modules/tome/tome-"$tver"-nomusic.team game/modules/
|
|
112
|
+#cp /var/www/te4.org/htdocs/dl/modules/tome/tome-"$tver"-nomusic.team game/modules/
|
112
|
113
|
cp /var/www/te4.org/htdocs/dl/engines/boot-te4-"$ever"-nomusic.team game/modules/
|
113
|
114
|
cd ..
|
114
|
115
|
tar cvjf t-engine4-src-"$ver"-nomusic.tar.bz2 t-engine4-src-"$ver"
|
...
|
...
|
@@ -120,9 +121,10 @@ IFS=$'\n'; for i in `find game/ -name '*.ogg'`; do |
120
|
121
|
echo "$i"|grep '/music/' -q
|
121
|
122
|
if test $? -eq 0; then rm "$i"; fi
|
122
|
123
|
done
|
123
|
|
-rm game/modules/tome*team
|
|
124
|
+rm game/modules/tome*-music.team
|
|
125
|
+#rm game/modules/tome*team
|
124
|
126
|
rm game/modules/boot*team
|
125
|
|
-cp /var/www/te4.org/htdocs/dl/modules/tome/tome-"$tver"-nomusic.team game/modules/
|
|
127
|
+#cp /var/www/te4.org/htdocs/dl/modules/tome/tome-"$tver"-nomusic.team game/modules/
|
126
|
128
|
cp /var/www/te4.org/htdocs/dl/engines/boot-te4-"$ever"-nomusic.team game/modules/
|
127
|
129
|
cd ..
|
128
|
130
|
zip -r -9 t-engine4-windows-"$ver"-nomusic.zip t-engine4-windows-"$ver"
|
...
|
...
|
@@ -134,9 +136,10 @@ IFS=$'\n'; for i in `find game/ -name '*.ogg'`; do |
134
|
136
|
echo "$i"|grep '/music/' -q
|
135
|
137
|
if test $? -eq 0; then rm "$i"; fi
|
136
|
138
|
done
|
137
|
|
-rm game/modules/tome*team
|
|
139
|
+rm game/modules/tome*-music.team
|
|
140
|
+#rm game/modules/tome*team
|
138
|
141
|
rm game/modules/boot*team
|
139
|
|
-cp /var/www/te4.org/htdocs/dl/modules/tome/tome-"$tver"-nomusic.team game/modules/
|
|
142
|
+#cp /var/www/te4.org/htdocs/dl/modules/tome/tome-"$tver"-nomusic.team game/modules/
|
140
|
143
|
cp /var/www/te4.org/htdocs/dl/engines/boot-te4-"$ever"-nomusic.team game/modules/
|
141
|
144
|
cd ..
|
142
|
145
|
tar -cvjf t-engine4-linux32-"$ver"-nomusic.tar.bz2 t-engine4-linux32-"$ver"
|
...
|
...
|
@@ -148,9 +151,10 @@ IFS=$'\n'; for i in `find game/ -name '*.ogg'`; do |
148
|
151
|
echo "$i"|grep '/music/' -q
|
149
|
152
|
if test $? -eq 0; then rm "$i"; fi
|
150
|
153
|
done
|
151
|
|
-rm game/modules/tome*team
|
|
154
|
+rm game/modules/tome*-music.team
|
|
155
|
+#rm game/modules/tome*team
|
152
|
156
|
rm game/modules/boot*team
|
153
|
|
-cp /var/www/te4.org/htdocs/dl/modules/tome/tome-"$tver"-nomusic.team game/modules/
|
|
157
|
+#cp /var/www/te4.org/htdocs/dl/modules/tome/tome-"$tver"-nomusic.team game/modules/
|
154
|
158
|
cp /var/www/te4.org/htdocs/dl/engines/boot-te4-"$ever"-nomusic.team game/modules/
|
155
|
159
|
cd ..
|
156
|
160
|
tar -cvjf t-engine4-linux64-"$ver"-nomusic.tar.bz2 t-engine4-linux64-"$ver"
|
...
|
...
|
|