Skip to content

Commit

Permalink
Merge pull request #454 from kreghek/master
Browse files Browse the repository at this point in the history
Предварительная сборка для GDW
  • Loading branch information
kreghek committed Aug 14, 2019
2 parents f5af301 + 4094d70 commit cd17b07
Show file tree
Hide file tree
Showing 2,150 changed files with 66,537 additions and 116,090 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
jobs:
build:
docker:
- image: aparker/circleci-dotnet-mono:latest
steps:
- checkout
- run: msbuild Zilon.Core/Zilon.Core.sln /t:Restore
- run: msbuild Zilon.Core/Zilon.Core.sln /t:Build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/Zilon.Client/Assets/db.bytes
/Zilon.Client/Assets/db.bytes.meta
/Zilon.Client/Packages
/Zilon.Core/*.leu
17 changes: 17 additions & 0 deletions Helpers/GenerateSwords.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Ïîìåñòèòü â Resources
# Ñêðèïò âûáèðàåò âñå íîâûå èêîíêè. È ñîçäà¸ò ôàéëû ñõåì íà îñíîâå ñóùåñòâóþùåé ñ èìåíîâàíèÿìè íîâûõ èêîíîê.

$schemePath='..\Zilon.Client\Assets\Resources\Schemes\Props\Equipments'
$visualPath='..\Zilon.Client\Assets\Resources\VisualProps'
$newPropFilePath='.\new-props.txt'
$protoScheme='short-sword'
$outDropFile='drop.txt'

foreach($propSid in Get-Content $newPropFilePath) {
copy-item -Path "$schemePath\$protoScheme.json" -Destination "$schemePath\$propSid.json"
(Get-Content "$schemePath\$propSid.json" -Encoding UTF8).replace('Êîðîòêèé ìå÷', "$propSid").replace('Short sword', "$propSid") | Set-Content "$schemePath\$propSid.json"

copy-item -Path "$visualPath\$protoScheme.prefab" -Destination "$visualPath\$propSid.prefab"

Add-Content -Path ".\$outDropFile" -Value "{ `"SchemeSid`": `"$propSid`", `"Weight`": 10},"
}
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Zilon
# LAST IMPERIAL VAGABOND

![Poster A3 horizontal](https://user-images.githubusercontent.com/2405499/58764985-41faf600-8598-11e9-9220-277923ca7f5b.png)

GamePlay Video
https://www.youtube.com/watch?v=KJJ2ab35eFg

Roguelike-like game

[Бортовой журнал развития проекта (на русском)](https://lastimperialvagabond.home.blog)
8 changes: 0 additions & 8 deletions Zilon.Client/Assets/Resources/Icons/medals.meta

This file was deleted.

Binary file not shown.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions Zilon.Client/Assets/Resources/Icons/perks/axe-skills.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Zilon.Client/Assets/Resources/Icons/perks/battle-dogmas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions Zilon.Client/Assets/Resources/Icons/perks/death-feeling.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cd17b07

Please sign in to comment.