Announcement

Collapse
No announcement yet.

Every Unreal Game a Mod?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Every Unreal Game a Mod?

    Correct me if im wrong but every game created with the UDK is a mod of the UT game correct? I just write scripts to get the gameplay i want?

    Im trying to figure out how to start a game from scratch. By the looks of things i can take two routes ethier creating a script that inherits the UTGame class or by Inheriting the GameInfo class... But im confused on what is the proper way to start a new game.

    #2
    If you want to write a standalone game, do NOT use anything that has "UT" in it. You can't use UT stuff if you want to go commercial.

    So, extend GameInfo.

    Comment


      #3
      Thanks thats what i wanted to know. If i figure out some useful bits ill be sure to share it.

      Comment


        #4
        I don't think that's true?

        Here's my 100% unofficial understanding (based on reading other threads):

        - You CANNOT create anything called "Unreal ___". Epic owns IP rights to the Unreal franchise, so this seems reasonably clear to me.
        - You CAN use UDK art/assets for NON commercial use, but you CANNOT use any art/assets that aren't yours (so you can't use UDK assets) if you want to go commercial.
        - You CAN use all of the unreal scripts provided in a commercial context. For example you could derive your gametype from UTTeamGame.uc and that's ok.

        Again, that's my current 100% unofficial understanding, Epic feel free to create a sticky

        danimal

        Comment


          #5
          Yeah I'm pretty sure their scripts are fine o.O

          Comment


            #6
            This is some interresting information, Sticky request if more info is added about going commercial

            Comment


              #7
              I'd also like to know if we can change the splash screen and startup .bik - even if we must incorporate UDK/bink logo... I'd just like to change the splash screen to reflect my own game if you know what I mean.

              Comment


                #8
                I've not tried it, but you might be able to modify it by simply changing the Splash.bmp in:
                UDK\UTGame\Splash\PC

                I'd assume the same goes for the movie biks in UDK/UTGame/Movies. Just compile your own replacement movie with the RAD video tools: http://www.radgametools.com/bnkdown.htm

                Comment


                  #9
                  I think he means legally... what is required by contract.

                  Comment


                    #10
                    indeed - I want to know if we are allowed to do this. Be it with UDK/bink logos, I don't care as long as I can make my own.

                    edit:
                    I'd also like to know if UDK (editor and whole shbang) is required to be distributed with game. Building a project out of nothing is already 100+MB which is bloat to say the least. To be fair it is not a clean project (it has UT stuff I suppose), until I figure out how to build a project from scratch to be clean and lean as possible that's the way it is

                    Comment


                      #11
                      Apologies. That's what I get for skimming the start of the thread, taking an individual post out of context

                      I can't see anything in the EULA that would disallow this, but then IANAL.

                      Someone else posted a topic with these questions + more at:
                      http://forums.epicgames.com/showthread.php?t=706860

                      Might be worth following that

                      Comment


                        #12
                        Originally posted by Keyframe View Post
                        I'd also like to know if UDK (editor and whole shbang) is required to be distributed with game. Building a project out of nothing is already 100+MB which is bloat to say the least.
                        Neither Prometheus, TheBall, or the Whizzle UDK game downloads come with the editor at all. So no, it's apparently not required to be in your game.. The only thing required is the UDK splash screen.

                        Comment


                          #13
                          Originally posted by Apathy View Post
                          Neither Prometheus, TheBall, or the Whizzle UDK game downloads come with the editor at all. So no, it's apparently not required to be in your game.. The only thing required is the UDK splash screen.
                          argh, I should've checked out the facts first before flapping my gums. I saw udk.exe in whizzle binaries/win32 directory so I took it for granted that it is the UDK itself when it's the exe of the game.

                          Comment

                          Working...
                          X