Skip to content
  • Forum's Homepage
  • Metahusk's Homepage
  • Mercurial Repositories
  • Git Repositories
  • Recent
  • Popular
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Metahusk Loco

[Community Project] Cardinal Menu System | Instructions And Help

Scheduled Pinned Locked Moved Metahusk's Community Forums
208 Posts 10 Posters 284.7k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? This user is from outside of this forum
    ? This user is from outside of this forum
    Alf
    wrote on last edited by
    #74

    Thanks, I believe my problem was from not retaining the directory structure. I used the migrate function to transfer the folders from the example project, and all is working fine now.

    ParvanP 1 Reply Last reply
    0
    • ? Guest

      Thanks, I believe my problem was from not retaining the directory structure. I used the migrate function to transfer the folders from the example project, and all is working fine now.

      ParvanP Offline
      ParvanP Offline
      Parvan
      First Cohort Moderator Sherpa
      wrote on last edited by
      #75

      Alf said in Community Project | Cardinal Menu System Instructions, Help, and Discussion:

      Thanks, I believe my problem was from not retaining the directory structure. I used the migrate function to transfer the folders from the example project, and all is working fine now.

      Good to hear it worked. Thanks for reporting back.

      1 Reply Last reply
      0
      • ? Guest

        Great work! I have been playing around it and works quite well! Out of curiosity, have you gotten this to work for a dedicated server? While i have gotten dedicated servers working in other scenarios ( Null OSS) can't seem to get one to work with Steam.

        ParvanP Offline
        ParvanP Offline
        Parvan
        First Cohort Moderator Sherpa
        wrote on last edited by Parvan
        #76

        KRushin said in Community Project | Cardinal Menu System Instructions, Help, and Discussion:

        Great work! I have been playing around it and works quite well! Out of curiosity, have you gotten this to work for a dedicated server? While i have gotten dedicated servers working in other scenarios ( Null OSS) can't seem to get one to work with Steam.

        Thanks! I haven't gotten it to work. I tried for a bit. It's quite complicated to get steam online sessions to work with dedicated servers. For the project I'm working on, I fetch the server's external IP then I use VaRest plugin to write the IP to a simple database (CouchDB) with a time stamp. Then I have clients fetch the list of servers on the database and filter out ones that are more than X minutes old. I have live servers write their current times every few minutes. This way there is a basic list of live servers the clients can fetch. They connect using the open "ip" console command. It makes the server list lightning fast. CouchDB is pretty cool but difficult to use. There are other similar database systems out there. I've seen some people use MySQL. I think that's resource overkill personally. Especially if you run a resource limited VPS. JASON and a simple database work well.

        I'll release this method once the project is done. I'm hoping, in the mean time, better support for Steam dedicated servers will come out. I don't want to re-invent the wheel. I've tried that in the past only to have the feature come out a bit after I finished it.

        1 Reply Last reply
        0
        • ? This user is from outside of this forum
          ? This user is from outside of this forum
          Stefan
          wrote on last edited by
          #77

          Hi, I downloaded your project files, but when I need to rebuild I get error: "CardinalMenu could not be compiled. Try rebuilding from source manually". I tried on every version of your project, on 3 different pc and no luck, please can you help me? I use Microsoft Visual Studio 2015 Enterprise

          ParvanP 1 Reply Last reply
          0
          • ? Guest

            Hi, I downloaded your project files, but when I need to rebuild I get error: "CardinalMenu could not be compiled. Try rebuilding from source manually". I tried on every version of your project, on 3 different pc and no luck, please can you help me? I use Microsoft Visual Studio 2015 Enterprise

            ParvanP Offline
            ParvanP Offline
            Parvan
            First Cohort Moderator Sherpa
            wrote on last edited by
            #78

            Stefan said in Community Project | Cardinal Menu System Instructions, Help, and Discussion:

            Hi, I downloaded your project files, but when I need to rebuild I get error: "CardinalMenu could not be compiled. Try rebuilding from source manually". I tried on every version of your project, on 3 different pc and no luck, please can you help me? I use Microsoft Visual Studio 2015 Enterprise

            Do you have this problem on all UE4 projects with source code? I've had this problem for many various reasons in the past. You can try this.

            Right click on CardinalMenu.uproject and select Generate Visual Studio project files. It should have created CardinalMenu.sln in the same directory.
            Open CardinalMenu.sln
            In Solution Explorer (typically on the right) open Games -> CardinalMenu
            Right click on CardinalMenu in Solution Explorer and click rebuild.
            A log should appear on the bottom and show you errors.
            Paste this log here and I'll look at it.

            Other Possible Solutions
            A common problem I get is Visual Studio logs my credentials out for some reason. I have to open Visual Studio and on the top right there's a drop down arrow and it says "An error has occurred and we can no longer retrieve user information for... " I then have to log in. This might be in Community Edition only though. I haven't used the enterprise version of VS 2015. Only older versions.

            Another problem is the C++ compile add ons might not be included with your install of VS2015. Is this the first project you've used for UE4? Usually this happens when someone first starts messing around with Unreal 4 or they are using a new computer. Here's the solution.
            "Visual Studio 2015 (VS2015) doesn't install C++ tooling support by default. When installing VS2015, choose Custom installation and then choose the C++ components that you'll need for your workflow. If you've already installed Visual Studio 2015, choose File > New > Project > C++ to install C++."

            1 Reply Last reply
            0
            • ? This user is from outside of this forum
              ? This user is from outside of this forum
              Tom
              wrote on last edited by
              #79

              Hi, everyone! Thank you for the excellent work here! I'm learning a lot!

              I've integrated the Cardinal menu into my project and I'm having one issue with key bindings. My game has seven action inputs and two of them do not work after remapping for PC. Only three inputs work on an XBOX controller. The working XBOX actions are different than the working PC actions.

              I have the defaults setup, actions are in alphabetical order, and I see the Input's swap under project settings.

              Any ideas?

              1 Reply Last reply
              0
              • ? This user is from outside of this forum
                ? This user is from outside of this forum
                Guest
                wrote on last edited by
                #80
                This post is deleted!
                1 Reply Last reply
                0
                • ParvanP Offline
                  ParvanP Offline
                  Parvan
                  First Cohort Moderator Sherpa
                  wrote on last edited by
                  #81

                  Here are where the controls are stored.

                  Input.ini and in your project configs
                  The DefaultActionBinds in ControlsSettingsDetails located at /Game/Cardinal/MainMenu/Blueprints/UI/SettingsPanels/ControlsSettingsDetails
                  DefaultAxisBinds located in RAMA-AxisControls at /Game/Cardinal/MainMenu/Blueprints/UI/SettingsPanels/RAMA-AxisControls

                  The order matters to the engine. It should be alphabetical. To my knowledge, nobody has come up with a better method without programming one or using a form of real time binds on every tick such as Mathew Wadstein's BindableKeys system. (Bypassing UE4's method basically)

                  1 Reply Last reply
                  0
                  • ParvanP Offline
                    ParvanP Offline
                    Parvan
                    First Cohort Moderator Sherpa
                    wrote on last edited by
                    #82

                    Sorry I couldn't be much more help. I'm out of town for the US holiday weekend. I will be back on Monday and take a look at the input system and see if I find any issues. I need to make the new release for 4.17 as well. Hopefully the plugins have no problems with the new engine. That is why we wait a bit for new releases.

                    1 Reply Last reply
                    0
                    • ParvanP Offline
                      ParvanP Offline
                      Parvan
                      First Cohort Moderator Sherpa
                      wrote on last edited by
                      #83

                      I'm going to make the instructions more reader friendly next week as well. The forum software's plugin for "spoilers" is no longer working. I was hiding the instructions with dynamic buttons that hide the different instructions settings to make it more readable.

                      1 Reply Last reply
                      0
                      • ParvanP Offline
                        ParvanP Offline
                        Parvan
                        First Cohort Moderator Sherpa
                        wrote on last edited by
                        #84

                        A few of the plugins are not working for 4.17 yet. It will be a bit before the 4.17 version is released.

                        1 Reply Last reply
                        0
                        • ParvanP Offline
                          ParvanP Offline
                          Parvan
                          First Cohort Moderator Sherpa
                          wrote on last edited by
                          #85

                          The menu system for Unreal Engine 4.17 has been released. It includes an in game return to game button and a debug print to screen fix.

                          1 Reply Last reply
                          0
                          • ? This user is from outside of this forum
                            ? This user is from outside of this forum
                            Guest
                            wrote on last edited by
                            #86

                            when i test the project with not run steam , it cant find hostgame list , LAN not work. do you have this issue ?

                            1 Reply Last reply
                            0
                            • ? This user is from outside of this forum
                              ? This user is from outside of this forum
                              Guest
                              wrote on last edited by
                              #87

                              have somebody test project with LAN ?

                              1 Reply Last reply
                              0
                              • ParvanP Offline
                                ParvanP Offline
                                Parvan
                                First Cohort Moderator Sherpa
                                wrote on last edited by Parvan
                                #88

                                All of my previous test have worked. I will test it right now.

                                Edit: Strange, it doesn't appear to be working on Ethernet to WiFi LANs on my network. (Could be related to how my network is set up) I'll check Ethernet to Ethernet. I'm looking into it. I've experienced some cases where certain types of network setups didn't show LAN games or took a long time for them to appear.

                                I'm looking into Advanced Sessions Plugin and the BP nodes. I'll hopefully have fix tomorrow. Very little has changed in 4.15-4.17 versions.

                                Edit 2: It works in editor. Looking into network related things.

                                Edit 3: Standalone works as well. Hmm, looking into possible packaged version configuration file problems.

                                Edit 4: Packaged LAN search and join works on the same PC when launching two instances. Going to try ethernet via switch LAN on two PCs.

                                Edit 5: It works on LAN network via wired on a local switch. It did not work on WiFi via WiFi Access Point to a wired client. I don't know why. It must have something to do with how Epic designed the sessions broadcasting over the network. My guess is that there's a broadcast packet that's being blocked by my access point.

                                Did you try LAN over wired networks? Or did you use WiFi?

                                1 Reply Last reply
                                0
                                • ParvanP Offline
                                  ParvanP Offline
                                  Parvan
                                  First Cohort Moderator Sherpa
                                  wrote on last edited by
                                  #89

                                  The menu system for Unreal Engine 4.18 has been released.

                                  L 3 Replies Last reply
                                  0
                                  • ParvanP Parvan

                                    The menu system for Unreal Engine 4.18 has been released.

                                    L Offline
                                    L Offline
                                    like3727
                                    wrote on last edited by
                                    #90

                                    @Thaddeus thanks

                                    1 Reply Last reply
                                    0
                                    • ParvanP Parvan

                                      The menu system for Unreal Engine 4.18 has been released.

                                      L Offline
                                      L Offline
                                      like3727
                                      wrote on last edited by
                                      #91

                                      @Thaddeus Now there is a problem, your project test, steam, host, other clients do not search or link up, what's the matter? Ask for help

                                      1 Reply Last reply
                                      0
                                      • ParvanP Parvan

                                        The menu system for Unreal Engine 4.18 has been released.

                                        L Offline
                                        L Offline
                                        like3727
                                        wrote on last edited by
                                        #92

                                        @Thaddeus Using LAN testing, filtering is invalid

                                        ParvanP 1 Reply Last reply
                                        0
                                        • L like3727

                                          @Thaddeus Using LAN testing, filtering is invalid

                                          ParvanP Offline
                                          ParvanP Offline
                                          Parvan
                                          First Cohort Moderator Sherpa
                                          wrote on last edited by Parvan
                                          #93

                                          @like3727
                                          Hmm, I didn't experience that problem. What version did you test? What region of the world are you in? How are you testing it? Are you testing LAN on a wired network or wireless? Separate devices? Did you investigate routers for port forwarding issues with steam? I tested the project locally in the Midwest of the United States and also on a wired switch using laptops and a desktop. Discovering sessions on a LAN can take a while.

                                          I wonder if your Steam problem has something to do with the test App ID and what region you are located in? They are region locked to my understanding, meaning you have to test it in the same geographical location unless you have your own App ID. On LAN, were you working on WiFi? LAN uses Epic's default online subsystem and I've had problems with it on some networks depending on how they are configured.

                                          The project uses Advanced Sessions Plugin. Maybe your answer is in there?

                                          As far as filtering goes, it's fairly simple how it works but isn't really used by the example project. It looks at the extra variables passed by the online session and removes them accordingly. It might require a bit tweaking depending on how you want to set up your project. (For example, filtering by maps would require more maps than the test project has.)

                                          Thanks for checking out the project. Hopefully you find something useful about it.

                                          L 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Forum's Homepage
                                          • Metahusk's Homepage
                                          • Mercurial Repositories
                                          • Git Repositories
                                          • Recent
                                          • Popular
                                          • Groups