Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
a18ea946
Commit
a18ea946
authored
4 years ago
by
Rob Swindell
Browse files
Options
Downloads
Plain Diff
Merge branch 'swar' into 'master'
more worldz default install for solomoriah's war See merge request
!47
parents
f1059709
228ccf8a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xtrn/war/install-xtrn.ini
+31
-3
31 additions, 3 deletions
xtrn/war/install-xtrn.ini
xtrn/war/warcommon.js
+2
-0
2 additions, 0 deletions
xtrn/war/warcommon.js
with
33 additions
and
3 deletions
xtrn/war/install-xtrn.ini
+
31
−
3
View file @
a18ea946
;
LORD
installer data for install-xtrn.js
;
Solomoriah's War
installer data for install-xtrn.js
Name:
Solomoriah's
WAR!
Desc:
WAR
Version
4.4
ported
to
JavaScript
...
...
@@ -14,15 +14,43 @@ execution_ars = NOT GUEST
settings
=
XTRN_MULTIUSER
required
=
true
[prog:WARALD]
name
=
Solomoriah's WAR! on Alderon
cmd
=
?war.js worlds/alderon
execution_ars
=
NOT GUEST
settings
=
XTRN_MULTIUSER
required
=
true
[prog:WARSOL]
name
=
Solomoriah's WAR! on Solomoriah
cmd
=
?war.js worlds/solomoriah
execution_ars
=
NOT GUEST
settings
=
XTRN_MULTIUSER
required
=
true
[prog:WARSP]
name
=
Solomoriah's WAR! on Spacewar
cmd
=
?war.js worlds/spacewar
execution_ars
=
NOT GUEST
settings
=
XTRN_MULTIUSER
required
=
true
[prog:WARTAL]
name
=
Solomoriah's WAR! on Toloivar
cmd
=
?war.js worlds/tolivar
execution_ars
=
NOT GUEST
settings
=
XTRN_MULTIUSER
required
=
true
[event:WARUPD]
prompt
=
false
cmd
=
?warupd.js
worlds/earth
cmd
=
?warupd.js
earth alderon solomoriah spacewar tolivar
name
=
WAR Update
days
=
127
[event:WARPOLL]
prompt
=
false
cmd
=
?warpoll.js
worlds/earth
cmd
=
?warpoll.js
earth alderon solomoriah spacewar tolivar
name
=
WAR Poll
days
=
127
freq
=
60
This diff is collapsed.
Click to expand it.
xtrn/war/warcommon.js
+
2
−
0
View file @
a18ea946
...
...
@@ -555,6 +555,8 @@ function set_game(path)
{
if
(
path
.
substr
(
0
,
1
)
==
'
/
'
||
(
path
.
substr
(
1
,
1
)
==
'
:
'
&&
path
.
substr
(
2
,
1
)
==
'
\\
'
))
game_dir
=
path
;
else
if
(
path
.
indexOf
(
'
/
'
)
===
-
1
)
game_dir
=
fullpath
(
orig_exec_dir
+
'
/worlds/
'
+
path
);
else
game_dir
=
fullpath
(
orig_exec_dir
+
'
/
'
+
path
);
news
=
new
File
(
game_dir
+
'
/news
'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment