This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Move to https://github.com/chikuchikugonzalez/skyrim-selfish-translations/blob/master/TeleportRoom_english_japanese.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- humanraces_slider.ini.default 2016-12-16 00:01:21.238056900 +0900 | |
+++ humanraces_slider.ini 2016-12-16 00:01:35.864761900 +0900 | |
@@ -154,7 +154,7 @@ | |
$CME_HeadUpDown, 903, 203, CME HeadPos, 1, 0, 0, 2 | |
$CME_ShoulderScale, 908, 202, NPC Spine2 [Spn2], 0.2, NPC Head [Head], (1 / x), WeaponBack, (1 / x), WeaponBow, (1 / x), QUIVER, (1 / x), NPC Root [Root], (120.5 / (29.1 * x + 91.4)) | |
-$CME_HandScale, 905, 2, Dummy, 0.2, NPC L Hand [LHnd], (x * 0.8517), NPC R Hand [RHnd], (x * 0.8517), SHIELD, (1 / x), WEAPON, (1 /x) | |
+$CME_HandScale, 905, 2, Dummy, 0.2, NPC L Hand [LHnd], (x * 0.8517), NPC R Hand [RHnd], (x * 0.8517), SHIELD, (1.1741 / x), WEAPON, (1.1741 /x) | |
$CME_HandScale, 905, 102, Dummy, 0.2, NPC L Hand [LHnd], x, NPC R Hand [RHnd], x, SHIELD, (1 / x), WEAPON, (1 /x) | |
$CME_LegScale, 904, 202, NPC L Thigh [LThg], 0.1, NPC R Thigh [RThg], x, NPC L Calf [LClf], ((x - 1) * 0.2 + 1), NPC R Calf [RClf], ((x - 1) * 0.2 + 1), NPC Pelvis [Pelv], (x):(1):(x < 1), WeaponDagger, (x):(1):(x < 1), WeaponA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Move to https://github.com/chikuchikugonzalez/skyrim-selfish-translations/blob/master/Functional%20Homes/FunctionalHomes%20-%20Dragonborn_english_japanese.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# GIMP Plug-in for the EDGE file format. | |
# http://takabosoft.com/edge | |
# | |
# Base on EdgeLIB 1.00 | |
# http://takabosoft.com/edge/tool | |
# | |
#----------------------------------- LICENSE ----------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
:: pecoってディレクトリ移動をするスクリプト. | |
:: | |
:: TODO 文字化けしてた('A`) | |
:init | |
set _pecocd_flags= | |
set _pecocd_folder=%CD% | |
:args | |
if "%1"=="" goto :peco |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal | |
:: | |
:: ヴァンガードプリンセス 起動用ファイル. | |
:: | |
:: Windows 8だとなぜかダブルクリックで起動しないので、 | |
:: バッチファイルから作業ディレクトリを移動して、起動を試みます. | |
:: | |
:: USAGE: 起動.bat [バージョン] | |
:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# -*- coding: utf-8 -*- | |
# | |
# settings | |
curdate=`date +%Y%m%d` | |
repo_name=mugen-${char_name,,} | |
repo=${WORKSPACE}/${repo_name}.git | |
workdir=${WORKSPACE}/${char_name} | |
distdir=$(dirname "${WORKSPACE}")/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
:: vim: set sts=4 ts=4 sw=4 expandtab: | |
setlocal ENABLEDELAYEDEXPANSION | |
set _rubyhome_ruby=E:\Ruby\Ruby1.9 | |
set _rubyhome_ruby18=E:\Ruby\Ruby1.8 | |
set _rubyhome_ruby19=E:\Ruby\Ruby1.9 | |
set _rubyhome_activeruby=E:\Ruby\ActiveRuby1.9 | |
set _rubyhome_activeruby18=E:\Ruby\ActiveRuby1.8 | |
set _rubyhome_activeruby19=E:\Ruby\ActiveRuby1.9 |