-
Notifications
You must be signed in to change notification settings - Fork 0
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
Exploration Mode and Race Mode #85
Conversation
increased the camera FAR to remove grey cutting planes Related issue: #39
mod improvements
This is the final version of Race Mode, let me know if the clouds are ok. they are meant to guide the player towards safer routes. |
Encountered a few issues with forking SMCE in order to finish the exploration mod and I am hoping to resolve them this morning |
+ removed island.zip it can be downloaded from artifacts + enabled looping animation for airplane and clouds
Added an animation for the plane that will be in Race Mode as well in order to guide the player towards finishing the game, but also making the game more engaging
The plan is to improve the CI to attach this artifact to the release of the app in the Releases wiki page and also to update the Modding instructions to reflect that. |
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.
@Dreia I downloaded the Island.zip file from artifacts as you instructed and pasted it inside %APPDATA%\Godot\app_userdata\SMCE\mods (PC). But, i don't get the option to switch to isle environment anymore. Am I doing anything wrong?
the pck needs to be in the toplevel of the mods folder, i.e: |
@Dreia I can change the mod environment now . But, instead of putting the Island.zip file in the %APPDATA%\Godot\app_userdata\SMCE\mods ,I extracted the zip file and put the .pck file inside the directory as Ruthger pointed out. You might also need to update wiki page on modding instructions |
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.
I see, I have modified it. Thanks |
+ made a new mod with different starting point and option to get to more places on the island and on the other islands
I have added the exploration mod as I have it now. It´s called Exploration/Exploration and you can just get the normal zip file in the Exploration folder |
I forgot to say that if the exploration mod doesn't work for you you might need to install the SMCE-Godot release that I made from [here] (https://github.com/DIT113-V22/smce-gd-group-08/actions/runs/2400632985#artifacts). I don't think you will need it but if you do it only takes a minute to install and it works as an update to the official version so everything we have done so far is supported. |
if you think the elevator is going to take some more time, then we can also discard it. You can just change the acceptance criteria of issue #39 |
Alright, I'll try driving on the Sea |
Use 'actions/upload-artifact@v2' to try to export without zipping
I fixed the artifact problem. Now you can simply download the .pck here. I'll update the modding instructions as well |
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.
The acceptance criteria of issue #39 has been deleted, tho the problems encountered with the elevator.
The mood is working. It has been tested manually
This exploration mode will be uploaded as a separate mod with a few enhancements, being able to disappear and appear in another point on the map and having more freedom to explore caves and islands.
Fixes related issue: #39, #73
☑️ Definition of Done checklist
Run test manually. Add a picture of the test result in the comments.
Comment @test again to avoid future problems with the CI