Skip to content

Instantly share code, notes, and snippets.

View fire's full-sized avatar

K. S. Ernest (iFire) Lee fire

View GitHub Profile
@fire
fire / keybase.md
Created August 5, 2014 11:08
keybase.md

Keybase proof

I hereby claim:

  • I am fire on github.
  • I am ernest (https://keybase.io/ernest) on keybase.
  • I have a public key whose fingerprint is 67F0 52AD 269B 86D2 6AA3 5CB3 BF77 49D7 1F8F 37E0

To claim this, I am signing this object:

@fire
fire / rest.sh
Last active August 29, 2015 14:05
Rest login system
# Bash Example
# https://wiki.jasig.org/display/casum/restful+api
# This file is used to store the Ticket Getting Ticket
rm tgt.txt
# This file is used to store the Service Ticket
rm serviceTicket.txt
#This file is used to store the service call response
rm response.txt
@fire
fire / gist:55c16bb6e93b35e08936
Last active August 29, 2015 14:05
REST login system UE4
#https://wiki.jasig.org/display/casum/restful+api
# This file is used to store the Ticket Getting Ticket
rm tgt.txt
# This file is used to store the Service Ticket
rm serviceTicket.txt
#This file is used to store the service call response
rm response.txt
Zed ft. Ahri using Clarity?
@fire
fire / plastic.md
Last active August 29, 2015 14:05
  1. As root/admin, move the actual db.conf to db.conf.sqlite

  2. Make sure that your plastic database user has create database permissions.

  3. Create a new db.conf file with this content:

    <DbConfig>
    <ProviderName>postgresql</ProviderName>
    <ConnectionString>Server=localhost;Port=5432;Database={0};User Id=plastic;Password=YourPassWord;Pooling=false;</ConnectionString>
    <DatabasePath></DatabasePath>
    

_plasticdb

@fire
fire / db.conf
Last active August 29, 2015 14:05
Plastic scm config
<DbConfig>
<ProviderName>postgreSQL</ProviderName>
<ConnectionString>
Server=venus;Port=5432;Database={0};User ID=postgres;Password=mypwd;Pooling=false;
</ConnectionString>
<DatabasePath></DatabasePath>
<DatabaseSuffix>_PlasticDb</DatabaseSuffix>
</DbConfig>
/Users/Shared/UnrealEngine/4.4/Engine/Binaries/Mac/UE4Editor.app/Contents/MacOS/UE4Editor /Volumes/Transfer/Unreal\ Projects/ScifiHallway/SciFiHallway.uproject -run=DerivedDataCache -fill -DDC=CreatePak
$ cd /Users/Shared/UnrealEngine/4.4/Engine/Build/BatchFiles/Mac/
$ ./RocketGenerateProjectFiles.sh -project ~/Documents/LobbyGame/LobbyGame.uproject -game
@fire
fire / space-earth.md
Last active August 29, 2015 14:05
LD30 Game idea

Concept

There are two screens. The goal is your want to launch a space ship homeworld 2 style. One side is on the ground. The other side is in space. The idea is you construct things in space and on the ground.

Process chains for producing goods.

Inventory.

Screen 1: Earth

You are centered over one city.

@fire
fire / gist:5dffb224c9b180ad7b67
Created August 23, 2014 19:12
UE4 Questions

Questions

What is the coordinate system?