-
Notifications
You must be signed in to change notification settings - Fork 51
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
Build instructions #1
Comments
Hey! Sorry for the issue. I see that the repository is missing some files. Im gonna search and upload them as soon as I can. |
Thanks! I appreciate it. |
Hey, sorry for the late update. It took me some time to find the location where this project was stored. I actually have several copies so I need to take a look to see which one is the latest and make sure that it works. Are you in a hurry? |
I have the same problem with 4.10 and 4.18. Please if you upload could be very nice. With this amazing project could be very easy creates another types of AI such Outlast AI when player hide from AI, the AI can wait, or search for the player. I read the Documentation and congratulation for the project |
I found the latest version of the code. I am trying to rebuild it to make sure that everything works. As soon as I have it working I will upload it with proper instructions. Sorry for the delay. |
Ah, sorry for the late reply. I was working on other parts of my project so I didn't check. No I'm not in a hurry, but I have been very interested in shooter AI that I wanted to experiment with level layouts and wanted to study and possibly document results from combining both AI and level layouts. Take as much time as you need. Right now I'm working on level layouts for possible combat encounters which takes time to think about for me. Thanks once again! |
Hello, I'm encountering the same problem. Hope you can resolve this soon as this would be a great learning project :) |
I am working on this! |
Much appreciated :) |
Hey, I tried building the solution on my own in VS but I am lacking some libraries, although the code should work. I tried uploading it to Github because your version of VS probably works fine. However, the test map of the project is too big for Github so I have to setup Git Large File Storage for that so you can give it a try too. |
Can you upload to google drive in a zip?
Em Dom, 8 de jul de 2018 17:01, Mariano Trebino <notifications@github.com>
escreveu:
… Hey, I tried building the solution on my own in VS but I am lacking some
libraries, although the code should work. I tried uploading it to Github
because your version of VS probably works fine. However, the test map of
the project is too big for Github so I have to setup Git Large File Storage
for that so you can give it a try too.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQgHhJWooUybNy6lC7nOJkbqdXc-h7-Iks5uEmUugaJpZM4UH-0T>
.
|
Installing git lfs is quite simple, just install it and track uasset and umap files and you're done. But I do think you'll hit githubs limitations. Perhaps you'd be better off pushing this to Gitlab which has plenty storage. |
Yes, I hit github limitations...In fact, those files were part of the original example and the starter content so i was able to remove them. Everything should work now. Give it a try and tell me if you need any help. Thanks! |
Thanks, I'll try this weekend and will let you know :) |
Using Visual Studio 2015 Update 3 and UE4.10 I'm unfortunately unable to build this project out of the box, I get many warnings, and two more errors like this one:
This UE4 forum post shows some solutions to the problem: I also tried running the project after copying over the Content folder from the Shooter Game example project but this doesn't work. |
I am really busy with work right now so I am afraid I won't be able to do that. I am sorry. However, if you have some time, you can try to "manually" my source code into your project or into a new project. The errors you are getting are very likely problems with the engine code rather than my own code. Best of luck, |
Thats okay, no hurries. I will try to move the source code :) |
Unfortunately I'm still unable to get the project to work, even when manually moving the source code into the project. I get many reference errors in the blueprint tasks, but because I cannot see what node was originally in the place of the reference, I cannot fix this myself. I hope you find the time in the near future to upload the full project, so that the possibility of merging errors is kept to a minimum. It might also be helpful to know exactly which version of Visual Studio,which update and which UE4 version you are running. If possible it might be nice to upgrade the project to a higher version. |
I am sorry to hear that. As I told you I no longer have much free time to work on my own projects :( .I may give this another try in the future. PS: I just saw the image links to the behavior trees are also broken, but you can also find them in the pdf, although its in spanish >.< Best of luck, and feel free to ask me anything else you need. |
I'm trying to set up the project but it seems that no matter what I've done so far, nothing has worked.
So the first thing I've tried is to run the project by double-clicking. (I did so because I didn't want to install Visual Studio since it takes up some disk space. I also had UE 4.10 installed)
This message pops up:
I click yes and it tells me this next.
I've also tried copying the Content folder into a blank project (UE 4.19) however there are still some problems such as the map not loading. (I don't know what the test map is).
I've tried finding out how to compile them using Visual Studio with the Unreal Plugin but many forums suggest opening them up in Unreal Editor then opening it in Visual Studio (at least that's what I got from them), which I can't do since it can't open up in the Unreal Editor.
I then installed Visual Studio 2017, with the Unreal Plugin and necessary Windows 8 files. However I am clueless what to do next.
I usually don't ask this, but can you provide specific instructions on setting up the project?
The text was updated successfully, but these errors were encountered: