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

Map updates/changes #1882

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

PrimetheGrime
Copy link

Removed landing pad, adjusted praxeum teleporter 2-9-24

.gitignore Outdated
@@ -273,3 +273,8 @@ Module/Star Wars LOR v2.BackupMod
Module/Star Wars LOR v2.mod
/Module/SWLOR_Empty.mod
/Module/SWLOR_Empty.BackupMod
/Module/are/r_prax_hangar.are.json
Copy link
Owner

Choose a reason for hiding this comment

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

Why did you add these to the gitignore?

},
"Mod_IsSaveGame": {
"type": "byte",
"value": 0
},
"Mod_MinGameVer": {
"type": "cexostring",
"value": "1.87"
"value": "1.88"
Copy link
Owner

Choose a reason for hiding this comment

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

Fix the version back to 1.87

@@ -0,0 +1,4 @@
void main()
{
ActionSit( GetNearestObjectByTag( "*Sit*"));
Copy link
Owner

Choose a reason for hiding this comment

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

No nss files are allowed.

Copy link
Owner

@zunath zunath left a comment

Choose a reason for hiding this comment

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

Requesting changes

-Map Updates to all Outpost Hope areas
-Updated Republic NPCS (Creatures)
-Updated Items on Creatures to fit new time skip.
-Removed NSS files that snuck aboard
-Map Updates to all Outpost Hope areas
-Updated Republic NPCS (Creatures)
-Updated Items on Creatures to fit new time skip.
-Removed NSS files that snuck aboard
-Adjusted gitignore
Copy link
Owner

Choose a reason for hiding this comment

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

Need to remove this. It's a compiled NWScript file.

Copy link
Owner

Choose a reason for hiding this comment

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

There's not a reason for you to check in changes to all these .ncs files. Please undo the changes.

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.

2 participants