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

Fixes, work from a folder, new README #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Davidixx
Copy link

@Davidixx Davidixx commented Jan 3, 2021

Fixed 'CultureInfo.InvariantCulture' not found by adding using System.Globalization
Fixed few other errors on build
Changed it to work from within a folder (just cleaner)

….Globalization

Changed it to work from within a folder (just cleaner)
Copy link
Contributor

@L3nn0x L3nn0x left a comment

Choose a reason for hiding this comment

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

lgtm

@L3nn0x L3nn0x requested a review from RavenX8 January 3, 2021 16:02
Comment on lines +207 to +208
const string warpGateModel = Globals.stbroot + "../special/warp_gate01/warp.zms";
const string decoSpecialList = Globals.stbroot +"../special/list_deco_special.zsc";
Copy link
Contributor

Choose a reason for hiding this comment

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

Personally I don't like this as this would resolve to "../3DDATA/stb/../special/warp_gate01/warp.zms" and "../3DDATA/stb/../special/list_deco_special.zsc".

Also this tool is being deprecated in favor for https://github.com/dev-osrose/rose_data_converter

@RavenX8 RavenX8 requested a review from L3nn0x January 4, 2021 22:17
internal class Program
static class Globals
{
public const string stbroot = "../3DDATA/stb/";
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we make this a command line parameter? And default it to "./". This way, people can run it from anywhere and we have some sound default.

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.

3 participants