Sin descripción

jhawkkaw c50fda7e64 [fixed] Converted individual pregtalk variables for characters into npc_pregtalk[] array and self pregtalk into pcs_pregtalk. Added explination in cum_arrcheat via comments hace 5 años
QSP ed0f20f0cc QSP_Analyzer - add ADDQST,KILLQST,ADDLIB,DELLIB keywords hace 6 años
locations c50fda7e64 [fixed] Converted individual pregtalk variables for characters into npc_pregtalk[] array and self pregtalk into pcs_pregtalk. Added explination in cum_arrcheat via comments hace 5 años
syntax cc12735bda Revert "Fixes -- Syntax and logic issues." hace 5 años
.gitignore 582d4bd524 fix image path, add python3 splitter, update gitignore hace 6 años
.gitlab-ci.yml 08d95c5a5e Trying a revert hace 7 años
1.2.3.md aafd0f68d5 Update page '1.2.3' hace 6 años
1.2.4.md e74ee7e8ab Update page '1.2.4' hace 6 años
1.2.5.md af7fe0328a Update page '1.2.5' hace 6 años
Authorsguide.md 8328e3c0af Update page 'Authorsguide' hace 6 años
Bodyshape.md 00a6e20918 Update page 'Bodyshape' hace 6 años
CHANGELOG 1b7b8b9496 Update CHANGELOG hace 8 años
CONTRIBUTING.md 7ceaad4ff9 Update CONTRIBUTING.md -- add wiki information hace 8 años
Changelog.md a46d6b40ca Update page 'Changelog' hace 5 años
Characters.md 98f64f3914 Update page 'Characters' hace 6 años
Coding guide.md 5d992df42c Update page 'Coding guide' hace 5 años
Codingalert.md ff2c2dfd7a Update page 'Codingalert' hace 6 años
Developer instruction.md 4ac20d9b6b Update page 'Developer instruction' hace 6 años
FAQ.md 50898bc2d3 Update page 'FAQ' hace 6 años
Fightmechanics.md c764859352 Update page 'Fightmechanics' hace 6 años
Get Image Paths.ahk af42946de5 Image Updates hace 9 años
Home.md cc82fbe4f7 Update page 'Home' hace 5 años
Image List - Used.txt af42946de5 Image Updates hace 9 años
Images List - Dupes.txt 6c3fc127be Dupe Image Check hace 9 años
MakeQSP.bat 0e50565845 Revert "'MakeQSP.bat' löschen" hace 5 años
Milestones.md a36acca7d2 Update page 'Milestones' hace 6 años
Move Image Files.ahk 409cecf813 Automate script for changing image names on disk hace 9 años
Move or Rename Missing Image Files.ahk 7db2ccba73 Remove dupe image for images\body\tatvag.jpg hace 9 años
Move or Rename Missing Image Files.exe 3812fc0293 Check Missing / Dupe images hace 9 años
Notepad.md 8ef938c055 Update page 'Notepad' hace 6 años
README.md b2e1fed9a7 [changed] New comment guidelines for commits hace 6 años
Start.md bdd16df24a Update page 'Start' hace 6 años
Statistics.md e008d32946 Update page 'Statistics' hace 6 años
Templates.md 451b431c90 Update page 'Templates' hace 6 años
To_do_list 0f3063b391 Test commit hace 7 años
Variables.md 5c09a9bfb0 Update page 'Variables' hace 6 años
build.sh 5b3abf9217 [fixes] small various fixes for realism hace 6 años
check_consistency.py f6864a30d2 added a consistency checker and small bug fix in txtmerge hace 9 años
check_images.py 42816486c4 check_images.py understands common rand image syntax hace 7 años
common_typos.license.md 287bff9155 Update sanity's misspelling checker hace 5 años
common_typos.txt 287bff9155 Update sanity's misspelling checker hace 5 años
glife-notepad++ 03056dccc8 set $home_town variable hace 6 años
glife.qproj 263cc3c69b [fixed] glife.qproj hace 5 años
imagelibrary.md 7197be0315 Update page 'imagelibrary' hace 6 años
implant.md 35a60b4140 Update page 'implant' hace 6 años
insanity.sh 287bff9155 Update sanity's misspelling checker hace 5 años
keywords_en.xml a38521c084 English translation for QSP. hace 6 años
qsp language reference.md b75a0d8d97 Update page 'qsp language reference' hace 6 años
qspplayerforandroid.md 2f09a70338 Update page 'qspplayerforandroid' hace 6 años
reportbug.md d148b3a52a Update page 'reportbug' hace 6 años
sex_handling.md 9bb07c656c Update page 'sex_handling' hace 6 años
skills.md 4747c30228 Update page 'skills' hace 6 años
translation guide.md b20cd7d54f Update page 'translation guide' hace 6 años
txt2gam.exe 51b002c20c Added txt2gam hace 9 años
txt2gam.linux af677e3131 Update Linux/Mac txt2gam binaries to be Unicode aware hace 8 años
txt2gam.mac af677e3131 Update Linux/Mac txt2gam binaries to be Unicode aware hace 8 años
txt2gam64.exe e87fdf4fec Add Windows x86_64 version to build system. hace 7 años
txtmerge.py 7ac859bf98 [changed] txtsplit and txtmerge to add and read qsrc extension. hace 6 años
txtsplit.py 7ac859bf98 [changed] txtsplit and txtmerge to add and read qsrc extension. hace 6 años
txtsplit3.py 7ac859bf98 [changed] txtsplit and txtmerge to add and read qsrc extension. hace 6 años
userDefineLang.xml 5a88feae51 Notepad++ Syntax highlighting for quest hace 9 años

README.md

Girl Life (ЭТО) [English Community Version] - github edition

Formatting comments when posting commits

Please use one of the following terms:

  • fixed
  • changed
  • added
  • removed
  • text edit Added and removed are for files being added or removed, fixed is for bug/code fixes, changed is for when events are changed and text edit is for changes to the text that'll appear on screen. These are for searching to aid those working on the files. Can you also include filenames (unless its a large number of files) and include any description you feel will help. If adding content that is disabled (due to being WIP) can you comment in the file that its disabled and include your name so that it doesn't get activated in error.

Quick start (for Unixy machines)

  • clone/fork the repo
  • make edits to the files in locations
  • run ./txtmerge.py locations glife.txt
  • run wine txt2gam.exe glife.txt glife.qsp
  • test that it works
  • commit your changes
  • push and/or send a pull request

Quick start (for Windows machines)

  • Double click the MakeQSP.bat
  • Enjoy :)

What exactly is all this?

In an effort to make editing the text of Girl Life easier, I set up this repo. This is based on the english community version. There are two branches: master and releases. On the master branch I will keep my version of the game as I make edits, merge pull requests, etc. while the releases is where you'd get things that you expect to actually work.

Where are the images?

Not here. Shouldn't you know this already?

What is glife.txt?

It turns out that glife.qsp is not the friendliest format for this game, but if you use qgen you can export the game in what they call TXT2GAM format. This is how glife.txt is obtained. Note that this is a large text file encoded in UTF-16, so git still has some trouble with it.

What are the python scripts?

Since glife.txt is large and in UTF-16, I wrote two scripts, one that splits this file into one file per location, and puts them in locations after turning them to UTF-8, another that takes the UTF-8 files from locations and generates a UTF-16 file in TXT2GAM format.

I modified something in locations, ran the txtmerge.py script, now what?

Assuming you ran something like

./txtmerge.py locations glife.txt

you now need to turn glife.txt into a qsp file. On my system, I use wine to run txt2gam.exe, works quite well:

wine txt2gam.exe glife.txt glife.qsp

Where do I get qgen and txt2gam.exe?