Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

インフェルノMODのパラメータをconfファイルで設定できるようにした #48

Merged
merged 11 commits into from
Jun 19, 2016

Conversation

TORISOUP
Copy link
Owner

@TORISOUP TORISOUP commented Jun 18, 2016

  • InfernoConfigを継承したConfigファイルを定義し、 LoadConfig<T>() を実行すればJsonからConf値を読み込めるようになりました
  • ついでにカオスモードのconfファイルの位置も移動しました

@@ -14,7 +14,7 @@ public class ChaosModeSettingDTO
public string[] WeaponList { get; set; } = new[] { "" };
public string[] WeaponListForDriveBy { get; set; } = new[] { "" };
public bool IsStupidShooting { get; set; } = true;
public int ShootAccuracy { get; set; } = 20;
public int ShootAccuracy { get; set; } = 30;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

難易度が下がりすぎていたのでついでに命中頻度を上げておく

@TORISOUP TORISOUP merged commit d0a530f into master Jun 19, 2016
@TORISOUP TORISOUP deleted the add_inferno_config branch May 24, 2017 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant