Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
61e42960
Commit
61e42960
authored
5 years ago
by
Blank
Committed by
Pregmodder
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
MiscTweaking
parent
7ae51fac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
devTools/PreCompile.sh
+10
-5
10 additions, 5 deletions
devTools/PreCompile.sh
src/uncategorized/personalAssistantAppearance.tw
+1
-1
1 addition, 1 deletion
src/uncategorized/personalAssistantAppearance.tw
src/uncategorized/storyCaption.tw
+2
-1
2 additions, 1 deletion
src/uncategorized/storyCaption.tw
with
13 additions
and
7 deletions
devTools/PreCompile.sh
+
10
−
5
View file @
61e42960
#!/bin/sh
U=$1 P=$2 rDir=$3 lDir=$4 repo=$5 Reqs:MEGAcmd,minify,git
#!/bin/sh
mega-login
$1
$2
;
echo
'New clone? 0:y 1:n 2:na'
;
read
Opt
mega-login
$1
$2
;
echo
'New clone? 0:y 1:n 2:na'
;
read
Opt
#U=$1 P=$2 rDir=$3 lDir=$4 repo=$5 Reqs:MEGAcmd,git
while
true
;
do
cd
$4
;
gen
=
0
while
true
;
do
cd
$4
;
gen
=
0
if
[
$Opt
==
0
]
;
then
mkdir
-p
$4
&&
git clone
-q
--depth
1
$5
$4
&&
cd
$4
&&
if
[[
!
`
mega-ls
$3
|cut
-c29-32
|paste
-sd
,
`
=
~
`
git log|head
-1
|cut
-c8-11
`
]]
;
then
gen
=
1
;
fi
#arraryCheck:stackoverflow.com/a/15394738
if
[[
$Opt
==
0
]]
;
then
elif
[[
$Opt
>
0||
$gen
< 1
]]
;
then
git fetch
-q
&&
if
[
`
git rev-list ...origin
--count
`
-gt
0
]
;
then
git reset
-q
--hard
&&
git pull
-q
&&
gen
=
1
;
fi
;
fi
#gitCheck:stackoverflow.com/a/17192101
mkdir
-p
$4
&&
git clone
-q
--depth
1
$5
$4
&&
cd
$4
if
[[
$Opt
>
1||
$gen
>
0
]]
;
then
rm
bin/
*
;
minify
-rao
$4
$4
&&
./compile.sh
-q
&&
cd
bin/&&mv
*
.h
*
FC-pregmod-
`
git log
-1
--format
=
%cd
--date
=
format:%m-%d-%Y-%H-%M
`
-
`
git log|head
-1
|cut
-c8-11
`
.html&&mega-put
-c
*
.h
*
$3
&&
mega-rm
$3
`
mega-ls
$3
|sort
-r
|tail
-n
+11
`
;
fi
if
[[
!
`
mega-ls
$3
|cut
-c29-32
|paste
-sd
,
`
=
~
`
git log|head
-1
|cut
-c8-11
`
]]
;
then
gen
=
1
;
fi
#stackoverflow.com/a/15394738
elif
[[
$Opt
>
0||
$gen
< 1
]]
;
then
git fetch
-q
if
[
`
git rev-list ..origin|wc
-l
`
-gt
0
]
;
then
gen
=
1&&git pull
-q
;
fi
#stackoverflow.com/a/17192101
fi
if
[[
$Opt
>
1||
$gen
>
0
]]
;
then
rm
bin/
*
;
./compile.sh
-q
&&
cd
bin/&&mv
*
.h
*
FC-
`
git log
-1
--format
=
%cd
--date
=
format:%m-%d-%Y-%H-%M
`
-
`
git log|head
-1
|cut
-c8-11
`
.html&&mega-put
-c
*
.h
*
$3
&&
mega-rm
$3
`
mega-ls GitFC/|head
-n
1
`
;
fi
Opt
=
-1
;
clear
;
sleep
15m
;
done
Opt
=
-1
;
clear
;
sleep
15m
;
done
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/uncategorized/personalAssistantAppearance.tw
+
1
−
1
View file @
61e42960
...
@@ -1676,7 +1676,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
...
@@ -1676,7 +1676,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
<<if $minimumSlaveAge == 3>>
<<if $minimumSlaveAge == 3>>
_HeA's an adorable toddler wearing a cute pink dress.
_HeA's an adorable toddler wearing a cute pink dress.
<<elseif $minimumSlaveAge <= 7>>
<<elseif $minimumSlaveAge <= 7>>
_HeA's a cute _loliA wearing tight, crotch hugging spats and a tight tub top across _hisA flat chest.
_HeA's a cute _loliA wearing tight, crotch hugging spats and a tight tub
e
top across _hisA flat chest.
<<elseif $minimumSlaveAge <= 13>>
<<elseif $minimumSlaveAge <= 13>>
_HeA's an attractive teenager wearing short shorts and a sheer top that shows off _hisA newly grown breasts.
_HeA's an attractive teenager wearing short shorts and a sheer top that shows off _hisA newly grown breasts.
<<else>>
<<else>>
...
...
This diff is collapsed.
Click to expand it.
src/uncategorized/storyCaption.tw
+
2
−
1
View file @
61e42960
...
@@ -477,7 +477,7 @@
...
@@ -477,7 +477,7 @@
<br> <<link "Manage Personal Affairs" "Manage Personal Affairs">> <</link>> @@.cyan;[X]@@
<br> <<link "Manage Personal Affairs" "Manage Personal Affairs">> <</link>> @@.cyan;[X]@@
<</if>>
<</if>>
</span>
</span>
<<if $corpAnnounced == 1>>
<<if $corpAnnounced == 1
&& _Pass !== "Manage Corporation"
>>
<br><span id="manageCorporation"><<link "Manage Corporation">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Corporation">><</link>>
<br><span id="manageCorporation"><<link "Manage Corporation">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Corporation">><</link>>
<<if ($corpSpecToken > 0) && ($corpSpecTimer == 0)>>@@.yellow;[!]@@<</if>>
<<if ($corpSpecToken > 0) && ($corpSpecTimer == 0)>>@@.yellow;[!]@@<</if>>
</span>
</span>
...
@@ -654,6 +654,7 @@
...
@@ -654,6 +654,7 @@
<<if $ImplantProductionUpgrade>> <br>[[Implant Manufactory|Implant Manufactory]]<</if>>
<<if $ImplantProductionUpgrade>> <br>[[Implant Manufactory|Implant Manufactory]]<</if>>
<<if $geneticMappingUpgrade>> <br>[[Gene Lab|Gene Lab]]<</if>>
<<if $geneticMappingUpgrade>> <br>[[Gene Lab|Gene Lab]]<</if>>
<<elseif ["Dispensary", "Organ Farm", "Implant Manufactory", "Gene Lab", "Prosthetics Config"].includes(_Pass)>>
<<elseif ["Dispensary", "Organ Farm", "Implant Manufactory", "Gene Lab", "Prosthetics Config"].includes(_Pass)>>
<br>
<<if $dispensary && _Pass !== "Dispensary">> <br>[[Pharmaceutical Fabricator|Dispensary]]<</if>>
<<if $dispensary && _Pass !== "Dispensary">> <br>[[Pharmaceutical Fabricator|Dispensary]]<</if>>
<<if $organFarmUpgrade && _Pass !== "Organ Farm">> <br>[[Organ Farm|Organ Farm]]<</if>>
<<if $organFarmUpgrade && _Pass !== "Organ Farm">> <br>[[Organ Farm|Organ Farm]]<</if>>
<<if $ImplantProductionUpgrade && _Pass !== "Implant Manufactory">> <br>[[Implant Manufactory|Implant Manufactory]]<</if>>
<<if $ImplantProductionUpgrade && _Pass !== "Implant Manufactory">> <br>[[Implant Manufactory|Implant Manufactory]]<</if>>
...
...
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