Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GlitterWorld Prime Mod
Release build
Commits
31b4dda7
Commit
31b4dda7
authored
Nov 08, 2018
by
Adam Leyshon
Browse files
Fixes
#1
, Set Trader faction to Ancients.
Changed version tag from Unstable to 1.0 in description
parent
4c2a0a69
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
About/About.xml
About/About.xml
+1
-1
Glitterworld Prime/TraderPrime.cs
Glitterworld Prime/TraderPrime.cs
+1
-1
nant.build
nant.build
+3
-3
No files found.
About/About.xml
View file @
31b4dda7
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>
GlitterWorld Prime [
Unstable
]
</name>
<name>
GlitterWorld Prime [
1.0
]
</name>
<author>
TwistedSoul / TheCodeCache.NET
</author>
<targetVersion>
1.0.0
</targetVersion>
<url>
https://www.thecodecache.net
</url>
...
...
Glitterworld Prime/TraderPrime.cs
View file @
31b4dda7
...
...
@@ -100,7 +100,7 @@ namespace Glitterworld_Prime
public
bool
CanTradeNow
=>
true
;
public
Faction
Faction
=>
null
;
public
Faction
Faction
=>
Faction
.
OfAncients
;
public
IEnumerable
<
Thing
>
Goods
=>
_goods
;
...
...
nant.build
View file @
31b4dda7
<?xml version="1.0"?>
<!-- Generated by NAntBuilder v2.0 -->
<project
default=
"
B18
"
>
<property
name=
"ModName"
value=
"GlitterWorldPrime [
U
1]"
/>
<project
default=
"
R1
"
>
<property
name=
"ModName"
value=
"GlitterWorldPrime [
R
1]"
/>
<!-- Name: 'CWD' Value: '${directory::get-current-directory()}' -->
<property
name=
"CWD"
value=
"${directory::get-current-directory()}"
/>
<!-- Name: 'Build Type' Value: '${directory::get-current-directory()}' -->
...
...
@@ -12,7 +12,7 @@
<property
name=
"ModBinary"
value=
"${CWD}\Assemblies\GlitterWorld Prime.dll"
/>
<property
name=
"MSBuildPath"
value=
"C:\Program Files (x86)\MSBuild\14.0\Bin\Msbuild.exe"
/>
<property
name=
"SteamModFolder"
value=
"E:\Games\Steam\steamapps\common\RimWorld\Mods"
/>
<target
name=
"
B18
"
>
<target
name=
"
R1
"
>
<echo
message=
"Building default target "
/>
<!-- Build Debug -->
<exec
program=
"${MSBuildPath}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment