Announcement

Collapse
No announcement yet.

Will pay very well for mod help

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

  • Will pay very well for mod help

    I am trying to work on a mod for Battlefield 2 that will allow two teams of 5 people to fight each other from within vehicles only.

  • #2
    Re: Will pay very well for mod help

    not simple, not fast and for a real coder/skinner/modeler it would cost in the neighborhood of 5000 dollars with a deadline like that. seriously looks into something before you post about it.

    I wrote a program for a welding company that calculated out quotes for their jobs. 12000 with a 6 month deadline. so yeah. your request is insane.(to spite the fact there is already an engine ect) but who knows maybe you will find some one with enough time on their hands who likes the idea and will do it for free, but it might help if you elaborated on your idea a bit more.

    Comment


    • #3
      Re: Will pay very well for mod help

      Grab a copy of Dawn Patrol Mod. Players spawn inside planes and cannot exit etc. This I believe is more or less what your trying to achieve. As for the Vehicle destruction, this is easily set in either code (give it a really high number) or in the material used when exporting. Feel free to copy/use any of my code from DP mod. Sorry but I havnt time to do it for ya.

      Comment


      • #4
        Re: Will pay very well for mod help

        Thank you very much guys.

        Comment


        • #5
          Re: Will pay very well for mod help

          why would you pay so much money?

          also its simple to do, you just set up a spawn point on the map (like any other spawn point) next to a vehicle spawn, and then on the player spawn point you set it to enter vehicle when the player spawns. If there is no vehicle around the spawn point, the spawn will turn red so the player can not spawn on it. If there is a vehicle there then the player can spawn right into it.

          Then to stop players from getting out of vehicles you just set them up to have no exit points i belive that would work.

          can I have $250 now

          Comment


          • #6
            Re: Will pay very well for mod help

            Heres some info for ya

            rem ---BeginComp:Armor ---
            ObjectTemplate.createComponent Armor
            ObjectTemplate.armor.maxHitPoints 1000
            ObjectTemplate.armor.hitPoints 1000
            Set this as high as you want. It will make it harder to destroy.

            ObjectTemplate.addTemplate Albatross_01_SpawnPoint
            ObjectTemplate.setPosition 0/-1.5/-1.6
            This intialises a spawnpoint inside vehicle.

            rem ***** Spawn Point *****
            ObjectTemplate.create SpawnPoint Albatross_01_SpawnPoint
            ObjectTemplate.modifiedByUser "cheese ON toast"
            ObjectTemplate.isNotSaveable 1
            ObjectTemplate.createdInEditor 1
            ObjectTemplate.setEnterOnSpawn 1
            This creates and sets up the spawn point.

            ObjectTemplate.dontAllowExit 1
            ObjectTemplate.disableSpawnPointsOnEnter 1
            Finally, the above stops any exit from vehicle and stops the ai from crashing the game when using spawn points etc.
            Maps
            You must set up vehicles to spawn onteam for the spawn points to work.
            No Human spawn points are required.
            AI spawn points should be set close to vehicles.

            Comment


            • #7
              Re: Will pay very well for mod help

              jeez, I'd learn how to mod for that much cash lol

              Comment


              • #8
                Re: Will pay very well for mod help

                I have succesfully made vehicles that you can spawn in, but you also have to have something added to the map, just one option in the editor. Also there is one line of code you can add to make it so you cant get out. Same with the indestuctable part.

                Edit: Chessontoast, I just complety read by your post, thats it though.

                Comment


                • #9
                  Re: Will pay very well for mod help

                  What? $5000? Work isn't that cheap buddy


                  :laugh:

                  Comment


                  • #10
                    Re: Will pay very well for mod help

                    I'm willing to help you out with this as long as i recieve half of the money now and half on completion.

                    Comment


                    • #11
                      Re: Will pay very well for mod help

                      lol, seems like its a recieve the mod then pay thing, but i suspect there wont be a payment :/ you could probably ask dice to make it for you for $5000

                      Comment


                      • #12
                        Re: Will pay very well for mod help

                        Originally posted by karzac
                        lol, seems like its a recieve the mod then pay thing, but i suspect there wont be a payment :/ you could probably ask dice to make it for you for $5000
                        rotfl yea Im sure Dice would do that for you

                        Comment


                        • #13
                          Re: Will pay very well for mod help

                          Yea seems improbable !

                          Comment


                          • #14
                            Re: Will pay very well for mod help

                            this is probably some scam bleh

                            Comment


                            • #15
                              Re: Will pay very well for mod help

                              :-/ w.e.

                              Comment

                              Working...
                              X