...
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
- [Introduction](simulation/intro.md)
|
||||
- [Specifications](simulation/specs_simulator.md)
|
||||
- [Nodes](simulation/specs_nodes.md)
|
||||
- [Rewards](simulation/specs_rewards.md)
|
||||
- [Node Stats](simulation/node_stats.md)
|
||||
- [Silver Nodes](simulation/silver_stats.md)
|
||||
- [Platinum Nodes](simulation/platinum_stats.md)
|
||||
- [AI Nodes](simulation/platinum_stats.md)
|
||||
- [Introduction](tfgridsimulation/intro.md)
|
||||
- [Specifications](tfgridsimulation/specs_simulator.md)
|
||||
- [Nodes](tfgridsimulation/specs_nodes.md)
|
||||
- [Rewards](tfgridsimulation/specs_rewards.md)
|
||||
- [Node Stats](tfgridsimulation/node_stats.md)
|
||||
- [Silver Nodes](tfgridsimulation/silver_stats.md)
|
||||
- [Platinum Nodes](tfgridsimulation/platinum_stats.md)
|
||||
- [AI Nodes](tfgridsimulation/platinum_stats.md)
|
||||
|
@@ -3,11 +3,11 @@
|
||||
```js
|
||||
|
||||
!!book.generate name:'tfgrid4simulator' title:'TFGrid Simulator 4.0'
|
||||
url:'https://git.ourworld.tf/tfgrid/incacockpit/src/branch/main/simulator/simulations/tfgrid4_1/book'
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation'
|
||||
|
||||
|
||||
!!doctree.add
|
||||
url:'https://git.ourworld.tf/tfgrid/incacockpit/src/branch/main/simulator/simulations/tfgrid4_1/collections'
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/collections/tfgridsimulation'
|
||||
|
||||
|
||||
```
|
||||
|
@@ -3,7 +3,7 @@ set -ex
|
||||
|
||||
~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
|
||||
|
||||
hero mdbook -u https://git.ourworld.tf/tfgrid/incacockpit/src/branch/main/simulator/simulations/tfgrid4_1/book -o
|
||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation -o
|
||||
|
||||
|
||||
#result will be in /root/hero/var/mdbuild/tfgrid4simulator
|
||||
|
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
#hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tech
|
||||
rsync -rv ~/hero/www/info/tfgrid4simulator/ root@info.ourworld.tf:/root/hero/www/info/tfgrid4simulator/
|
||||
rsync -rv ~/hero/www/info/tfgrid4simulator/ root@info.ourworld.tf:/root/hero/www/info/tfgrid4simulation/
|
||||
|
1
heroscript/tfgridsimulation_farming/SUMMARY.md
Normal file
1
heroscript/tfgridsimulation_farming/SUMMARY.md
Normal file
@@ -0,0 +1 @@
|
||||
- [Introduction](tfgridsimulation_farming/intro.md)
|
14
heroscript/tfgridsimulation_farming/run.md
Normal file
14
heroscript/tfgridsimulation_farming/run.md
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
```js
|
||||
|
||||
!!book.generate name:'tfgrid4simulator' title:'TFGrid Simulator 4.0'
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation_farming'
|
||||
|
||||
|
||||
!!doctree.add
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/collections/tfgridsimulation_farming'
|
||||
|
||||
|
||||
```
|
||||
|
12
heroscript/tfgridsimulation_farming/run.sh
Executable file
12
heroscript/tfgridsimulation_farming/run.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
|
||||
|
||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation_farming -o
|
||||
|
||||
|
||||
#result will be in /root/hero/var/mdbuild/tfgrid4simulator
|
||||
#~/hero/www/info/tfgrid4simulator/
|
||||
|
||||
#https://threefold.info/tfgrid4simulator/
|
3
heroscript/tfgridsimulation_farming/sync_production.sh
Executable file
3
heroscript/tfgridsimulation_farming/sync_production.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
#hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tech
|
||||
rsync -rv ~/hero/www/info/tfgrid4simulator/ root@info.ourworld.tf:/root/hero/www/info/tfgrid4simulation_farming/
|
Reference in New Issue
Block a user