Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #pucuvxx6y
Show paste
Trans-Siberian
Check map dimensions
If rectangular: - choose long axis
Paste #p56ra315c
Show paste
if
(
this
.
rankings
[
rank
]
.
goal_id
!=
null
)
{
if
(
update_method
==
null
)
{
if
(
debug_messages
==
true
)
GSLog
.
Info
(
"Removing goal_id "
+
this
.
rankings
[
rank
]
.
goal_id
+
" from
this
.
rankings
[
"
+
rank
+
"
]
.
goal_id"
)
;
GSGoal
.
Remove
(
this
.
rankings
[
rank
]
.
goal_id
)
;
this
.
rankings
[
rank
]
.
goal_id
=
null
;
Paste #pbi1mdbva
Show paste
class
CompanyValue
extends
GSController
{
global_goal
=
null
;
function
Start
(
)
;
Paste #p85gqz7pt
Show paste
#!/usr/bin/env python3
import numpy as np
# Storage needed without normal storage and 1st level 20 great storage:
needed_storage = 600000
Paste #ptoawmtv0
Show paste
local
goalcid
=
[
null
]
for
(
local
cid
=
GSCompany
.
COMPANY_FIRST
; cid
!=
GSCompany
.
COMPANY_LAST
; cid
++
)
{
GSLog
.
Info
(
cid
)
goalcid
[
cid
]
=
GSGoal
.
New
(
cid
,
GSText
(
GSText
.
STR_GOAL_COMPANY_SELF
,
GSCompany
.
GetQuarterlyCompanyValue
(
cid
,
GSCompany
.
CURRENT_QUARTER
)
)
,
GSGoal
.
GT_COMPANY
,
cid
)
}
Paste #pikaktc2j
Show paste
class
CompanyValue
extends
GSController
{
function
Start
(
)
function
Save
(
)
function
Load
(
version
,
data
)
;
Paste #ptsyp5qb2
Show paste
class
CompanyValue
extends
GSInfo
{
function
GetAuthor
(
)
{
return
"Samu";
}
function
GetName
(
)
{
return
"Company Value GS";
}
function
GetDescription
(
)
{
return
"A game script that pauses the game once the target company value is reached";
}
Paste #phvyja9wq
Show paste
class
CompanyValue
extends
GSController
{
function
Start
(
)
function
Save
(
)
function
Load
(
version
,
data
)
;
Paste #pnqweidrz
Show paste
class
MyNewGS
extends
GSController
{
function
Start
(
)
{
Paste #ppl8yzr9f
Show paste
class
MyNewAI
extends
AIController
{
function
Start
(
)
{
Paste #pijrjcpdk
Show paste
class
MyNewAI
extends
AIController
{
function
Start
(
)
{
Paste #p5iyzcmek
Show paste
Приветствую Вас друзья!
Производство грузозахватных приспособлений.
openttd_vs140.vcxproj.use
Show paste
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
Paste #pgisqpmga
Show paste
Index: projects/openttd_vs140.vcxproj
===================================================================
--- projects/openttd_vs140.vcxproj
(
revision 27795
)
+++ projects/openttd_vs140.vcxproj
(
working copy
)
@@ -91,6 +91,22 @@
Paste #pmagjxrkt
Show paste
# HG changeset patch
# User Ricardo@FX-
8150
# Date
1516994947
0
# Fri Jan
26
19
:
29
:07
2018
+0000
# Branch trunk
«
1
2
...
39
40
41
42
43
44
45
...
133
134
»