-
Notifications
You must be signed in to change notification settings - Fork 100
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
base: master
Are you sure you want to change the base?
Map updates/changes #1882
Conversation
Removed buggy landing pad, adjusted teleporter to praxeum
… from korrlanding
…rance modifications.)
…pc appearance modifications.)" This reverts commit d35d093.
.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 |
There was a problem hiding this comment.
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?
Module/ifo/module.ifo.json
Outdated
}, | ||
"Mod_IsSaveGame": { | ||
"type": "byte", | ||
"value": 0 | ||
}, | ||
"Mod_MinGameVer": { | ||
"type": "cexostring", | ||
"value": "1.87" | ||
"value": "1.88" |
There was a problem hiding this comment.
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
Module/nss/actionsit.nss
Outdated
@@ -0,0 +1,4 @@ | |||
void main() | |||
{ | |||
ActionSit( GetNearestObjectByTag( "*Sit*")); |
There was a problem hiding this comment.
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.
There was a problem hiding this 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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Removed landing pad, adjusted praxeum teleporter 2-9-24