Am i right to say it is easier to make a game with UDK? Even go so far to call it a very very good sort of "Game Maker" ? It seems like a All Build in Language + Libraries ?
Nice Work, Not dissin but because i am deciding what language to learn next after AutoIt :) and since i want to make a game
@Schoening91 IMO UE3 is easy for artists who are new to UE3 to start creating works, but not so for programmers. The number of classes, functions, variables they need to know to make a proper game are massive. I think Unity is easier to get started on making game than UE3.
nice, I did pretty much the same amount of work on Source Engine(half life 2 engine), but their tutorials and everything is so unorganised and they are getting kind of outdated, udk seems more open and feels like their is more of a fanbase than source engine, hopefully ill catch up to what you know and more : )
@15935715935788224466 The creation of the map itself didn't took long. It's the menu that gave me headache haha. Probably about 1 week just for the menu (setting up UnrealScript project and all that). I'm quite familiar with it now though.
Hey guys I make a bunch of videos to show you how make your own game with unreal development kit, Its really simple I will teach you everything from custom weapons to menus and huds, Check out my channel and don't forget to subscribe...
@itriedisuck Haha thanks! I'm not going to continue this one as I'm currently learning other tools such as Unity and also putting together my own 2D game framework. It's fun to just try out everything!
Day 3 13 PM in Youtubeland. Still no original comment. I dont know if i'm gonna make it... If i don't, tell me an original top comment. Camping in Comment Forest.
@SweaterSwagg I never used Unity before but from what I've seen, the graphics of Unity isn't too far behind UE3. There is no limitations to UDK but there could definitely be improvements (Radiosity in UE3 please!).
@SweaterSwagg UDK, if you have the knowledge, you have the game. UDK does cost money for commercial publishing but otherwise its free and you get all the features.
@SweaterSwagg Idk. Maybe you need to own pro, but I'm sure that you need to do some contacting with companies like Microsoft or whatever. If you want to make games for the indie market, you simply need to learn XNA. Plus, XNA is the only engine that works with XBLIGs.
@veeableful Im planning to learn dis software in the future coz i wanna make ma own simple game... probably FPS aswell but not as complicated as urs... haha...
can I ask ur comp specs?... and BTW are there any free tuts on the web that teaches the basics on this software?
@tsunami30003000 I used SpeedTree to "model" the trees (the modelling is by entering a lot of numbers :P). The program, the textures and the normal maps are already included in UDK. raven67854 has a good tutorial on SpeedTree which I followed!
you can do basic modelling in UDK but only simple block shapes like walls and floors, if you want to model more complex shapes (like the gun) you need an external 3D program such as 3D Max or Blender (Blender is free) - check out 3D buzz for UDK tutorials and Blender tutorials on youtube.
Nice thing man! These graphics could kill! Do u work in any pro game company? I am downloading this thing called udk. Do I need any programming or what? Help me. Please.
anything thats like programing is basically symbol and pathway based (youll understand what i mean when you get into kismet) stat by watching tutorials i recommend the new boston for udk tutorials for a beginner as you get better it may be worth investing in eat3d's vids... 3d buzz is also good but a little incomplete imo... once you get to this stage i recommend starting to make your own basic game and google any questions.
@KILLERxWAFFLZ Yes, it is free for non-commercial use. You only have to pay if you're making a commercial product. You can learn how to do stuff using UDK from the official video tutorials. Just Google "udn video tutorials" . Although it can create any kind of games, I must admit it's not an engine that should be used by beginning game developers. If you're just starting to create games, I'd recommend using Processing or SFML (C++). You can create games like Angry Birds with those two :)
wait i have a question...if i make a skateboarding game with udk do you think it'll work?...like is it prossible to assign controls for kickflips and heelflips??
@vaibhav402 Haha this is really nothing. It has no gameplay yet. After I created some kind of gameplay, then I'll think of it. And Thanks! Glad you like it :D
@veeableful well m sure ur working on it..and eventually finish it :D all the best for this and hopefully we will se one of ur games on PC or iPhone or android :)
@dake222 Look up Michael Allar. I used his tutorial to create this menu. As for the problem hmm, I'm not sure. It should have the materials. Maybe reinstalling UDK will help?
@veeableful Oh :). Well I'm new to udk. And I was gonna make a fps, and I was working on like a broken down city map. And I was wonder how you make buildings. Can you help?
@MrLGDef You can just model in 3DSMax and export it as .ASE or .FBX file. Then in UDK, you import the mesh. There are a lot of good tutorials on how to do that :D
@WillDC96 Yeah, I'm actually planning to do that. But I'm not a good modeler soo I'm going to just explain how to insert your own character and weapon (the UnrealScript stuff) but I wouldn't be able to tell you how to rig the models xD
@ThroatSpliter Absolutely! You can do pretty much anything a person can imagine on UDK. For example if you want to make a gun that shoots CDs, then you can just modify the UnrealScript files for the Rocket Launcher and the projectile it uses to use Skeletal/Static Meshes of your own instead.
@ThroatSpliter Yep, you can also create your own AI. As for the computer, I use Intel i7-930 and a GTX 480. For now, I'd recommend buying an Intel Sandy Bridge processor and at least a graphics card as powerful as GTX 560Ti, just so it can last for a while before it becomes obsolete. Or if you can wait, just wait until Nvidia's Kepler iteration comes out. It's supposed to have 3x performance/watt of the previous graphics card.
@veeableful Wow, that Pawn.Uc has a lot of stuff in it. I couldn't find where to change the values. Any idea or should I just keep looking? (I have never edited this before sorry) :-)
how do u get ur shadows light color? my shadows re pitch black from trees
spunkflunk 1 week ago
@spunkflunk Perhaps you haven't built the lighting?
veeableful 1 week ago
@spunkflunk You probably need to add a skylight. Actor classes>Lights>Skylight
rayjones321 6 days ago
Am i right to say it is easier to make a game with UDK? Even go so far to call it a very very good sort of "Game Maker" ? It seems like a All Build in Language + Libraries ?
Nice Work, Not dissin but because i am deciding what language to learn next after AutoIt :) and since i want to make a game
Schoening91 1 month ago
@Schoening91 IMO UE3 is easy for artists who are new to UE3 to start creating works, but not so for programmers. The number of classes, functions, variables they need to know to make a proper game are massive. I think Unity is easier to get started on making game than UE3.
veeableful 1 month ago
@veeableful Im working in AutoIt atm. :) Might aswell start with the real deal :) thx
Schoening91 1 month ago
nice, I did pretty much the same amount of work on Source Engine(half life 2 engine), but their tutorials and everything is so unorganised and they are getting kind of outdated, udk seems more open and feels like their is more of a fanbase than source engine, hopefully ill catch up to what you know and more : )
ozal91 1 month ago
How much time did it took you?
15935715935788224466 1 month ago
@15935715935788224466 The creation of the map itself didn't took long. It's the menu that gave me headache haha. Probably about 1 week just for the menu (setting up UnrealScript project and all that). I'm quite familiar with it now though.
veeableful 1 week ago
Wow reminds me of crysis 2 graphics :O
jaykombatpsn 1 month ago
This has been flagged as spam show
Hey guys I make a bunch of videos to show you how make your own game with unreal development kit, Its really simple I will teach you everything from custom weapons to menus and huds, Check out my channel and don't forget to subscribe...
XstreamTech 1 month ago
i usually bring alien weaponry to school too
Samualninja 1 month ago
Where did you find the tutorials?
ivandonat 1 month ago
@ivandonat For the basic tutorials, look for "udn video tutorials" on Google. For the menu tutorials, look for AwesomeAllar on Youtube.
veeableful 1 month ago
@veeableful Thanks, and can you tell me: UDK is for Unreal Development kit, whats UDN?
ivandonat 1 month ago
@ivandonat Unreal Developer Network.
veeableful 1 month ago
@veeableful Oh, right, thanks, I'm a noob
ivandonat 1 month ago
you're pretty talented, I would keep going with this if I were you.
itriedisuck 1 month ago
@itriedisuck Haha thanks! I'm not going to continue this one as I'm currently learning other tools such as Unity and also putting together my own 2D game framework. It's fun to just try out everything!
veeableful 1 month ago
I've never wanted to learn how to use something so bad in my entire life. UDK, here I come
neilorourke71 1 month ago
download link?
johanderkselult123 1 month ago
0:44 not properly added or subtracted
madinsomaniac 2 months ago
If you upgrade to "pro" do you still need to pay the 25% royalty if your game makes over $50,000?
tronikcreations 2 months ago
Day 3 13 PM in Youtubeland. Still no original comment. I dont know if i'm gonna make it... If i don't, tell me an original top comment. Camping in Comment Forest.
IDevelopGameInFuture 2 months ago
wow persona thats my fav game! i will be following your project
ichimaxru 2 months ago
Hey , what's the music that plays when you start playing the game? When you get into the level . Not the main menu I really like it.
xXxmidgexXx 3 months ago
@xXxmidgexXx It's "New Days" from Persona 4 Soundtracks :p
veeableful 3 months ago
@veeableful lol k
xXxmidgexXx 3 months ago
Haha. Many people don't realise that you are a female. :D
Speedpogo 3 months ago
Hey its a really really nice vid!
But how did you make the start screen with the settings and play game button?
please answer me or link me to some tutorials.
Anyway thanks and keep up with your work!
dragonoidgaming 3 months ago
Great Soundtrack :)
Videogamer1999 3 months ago
That box looks kind of weird around the level. Try putting fences and grass there instead.
rpglover24 3 months ago
i like how when it was loading the school it said school with some guy screaming behind it
flyermanable 4 months ago
What are the limitations to the Unreal development kit? Could Unity achieve these graphics?
SweaterSwagg 4 months ago
@SweaterSwagg I never used Unity before but from what I've seen, the graphics of Unity isn't too far behind UE3. There is no limitations to UDK but there could definitely be improvements (Radiosity in UE3 please!).
veeableful 4 months ago
@SweaterSwagg the graphics in UDK are better, but if you're selling your game, you'll need to pay some liscensing fees.
OverlordYesh 4 months ago
@SweaterSwagg UDK, if you have the knowledge, you have the game. UDK does cost money for commercial publishing but otherwise its free and you get all the features.
OverlordYesh 3 months ago
@OverlordYesh Good info! Thx. I think I might test it out in the future!
SweaterSwagg 3 months ago
@SweaterSwagg on the other hand, Unity games that aren't made with pro look like shit.
OverlordYesh 3 months ago
@OverlordYesh lol really? How much is pro?
SweaterSwagg 3 months ago
@SweaterSwagg $1200.
OverlordYesh 3 months ago
@OverlordYesh Oh wow! Thats pretty cheap.....licencing?
SweaterSwagg 3 months ago
@SweaterSwagg its not cheap for a game engine. You also have to pay an extra $1200 for smartphone development.
OverlordYesh 3 months ago
@OverlordYesh Well I don' think it's that expensive....it's within price range is what I meant. Do you know how much for a 360 title?
SweaterSwagg 3 months ago
@SweaterSwagg Idk. Maybe you need to own pro, but I'm sure that you need to do some contacting with companies like Microsoft or whatever. If you want to make games for the indie market, you simply need to learn XNA. Plus, XNA is the only engine that works with XBLIGs.
OverlordYesh 3 months ago
wow this is awesome, is this program hard to use?
PwnageAtEverything 4 months ago
dude thats awesome!!!!.. ur a legend!!... did u make that urself or with other people?...
MichaelG1919 4 months ago
@MichaelG1919 Thanks, I made it myself but it's that much of work really haha.
veeableful 4 months ago
@veeableful Im planning to learn dis software in the future coz i wanna make ma own simple game... probably FPS aswell but not as complicated as urs... haha...
can I ask ur comp specs?... and BTW are there any free tuts on the web that teaches the basics on this software?
MichaelG1919 4 months ago
Really nice graphics :) How did you do the trees to ge that realistic look? I'm assuming you used some normal maps on your work.
tsunami30003000 4 months ago
@tsunami30003000 I used SpeedTree to "model" the trees (the modelling is by entering a lot of numbers :P). The program, the textures and the normal maps are already included in UDK. raven67854 has a good tutorial on SpeedTree which I followed!
veeableful 4 months ago
You sir, have a beast PC. *Salutes*
SuperFunnyman001 4 months ago
Does UDK come with 3D modeling capabilities or do you need a separate program?
Krakazu 4 months ago
@Krakazu You can model in UDK (called brushes) to some extent. You definitely won't want to create detailed models using UDK.
veeableful 4 months ago
@Krakazu
you can do basic modelling in UDK but only simple block shapes like walls and floors, if you want to model more complex shapes (like the gun) you need an external 3D program such as 3D Max or Blender (Blender is free) - check out 3D buzz for UDK tutorials and Blender tutorials on youtube.
goonsmile 4 months ago
This has been flagged as spam show
Need sounds for your games?
- Im giving away free themes, ambient, incidental sounds and FX (ie lazers explosions etc).
Contact me via my youtube channel.
Peace,
PureSynthesisAudio 4 months ago
My computers too slow to properly run the Unreal 3 engine but is there a UDK which uses the Unreal 2 engine?
CharlieTeague 4 months ago
@CharlieTeague As far as I know, no. But I see you can download Unreal Engine 2 on Mod DB (don't know if it's the real thing or not).
veeableful 4 months ago
Nice thing man! These graphics could kill! Do u work in any pro game company? I am downloading this thing called udk. Do I need any programming or what? Help me. Please.
sanjaysinghbhambhu 4 months ago
@sanjaysinghbhambhu almost all the coding should be handled for you.
anything thats like programing is basically symbol and pathway based (youll understand what i mean when you get into kismet) stat by watching tutorials i recommend the new boston for udk tutorials for a beginner as you get better it may be worth investing in eat3d's vids... 3d buzz is also good but a little incomplete imo... once you get to this stage i recommend starting to make your own basic game and google any questions.
spaztikcamel 4 months ago
I Make My Own Portal Game Ima Realease It IN 2012 B-cause Of Developing Bugs And Glitches Trailer Coming soon
Robloxblacky 5 months ago
anyone know why when i ad a speedtree and Dont use precomputed lighting why the shadowed side of my tree goes dead black as though its set to unlit??
spaztikcamel 5 months ago
Can your friend play it?
BraeDoktor 5 months ago
@veeableful
hello my friend you teach me create game?
50thtolife 5 months ago
this is really the persona genre :P
uruguayitorip 5 months ago
new this seemed like shin megami tensei! nicely done!
7777Insanity 5 months ago
I like your menu :D
MrDuskling 5 months ago
hahahahaha i see what he did............ ahahahahahaha nice
BrooklynNYC777 5 months ago
Now that's my kind of school! Great work man!
10chadjordan01 5 months ago
It's not really a game, more of a map
MessiahToNoFaithBand 5 months ago
what is your hardware spec?
goonsmile 6 months ago
@goonsmile i7-930 and GTX 480
veeableful 6 months ago
@veeableful
i've got a amd phenom 2 X4 955 and a GTX460, would that "game" also run sooooo smooothly? i'm very impressed by these 800fps O.O ;D
Genuigr 5 months ago
@Genuigr Sure! I think you can get at least 60fps 8)
veeableful 5 months ago
@veeableful
and what did you get? :P
Genuigr 5 months ago
@Genuigr 120+ :)
veeableful 5 months ago
hi
is the udk 3 for free
cuz i saw that downloading is free and then something about 99$ came up
also im 15
i wanna start making games
is the udk engine easy to use
and what kinda games can you make
KILLERxWAFFLZ 6 months ago
@KILLERxWAFFLZ Yes, it is free for non-commercial use. You only have to pay if you're making a commercial product. You can learn how to do stuff using UDK from the official video tutorials. Just Google "udn video tutorials" . Although it can create any kind of games, I must admit it's not an engine that should be used by beginning game developers. If you're just starting to create games, I'd recommend using Processing or SFML (C++). You can create games like Angry Birds with those two :)
veeableful 6 months ago
Could anyone suggest a laptop that can run UDK with ease, please.
WhisperintheMist 6 months ago
wait i have a question...if i make a skateboarding game with udk do you think it'll work?...like is it prossible to assign controls for kickflips and heelflips??
RayDan415 6 months ago
@RayDan415 Of course. Everything's possible with UDK :)
veeableful 6 months ago
@veeableful thank you for inspiring me....lol
RayDan415 6 months ago
@RayDan415 Haha no problem! Glad it was inspiring.
veeableful 6 months ago
This has been flagged as spam show
U(nreal)D(evelopment)K(it) is absolutely free
GuanoTheGamer 6 months ago
@halcom23 : It's the Unreal Kit development and so is free :)
MrDevilcloud 6 months ago
wat is this game or proram and how much does it cost
halcom23 6 months ago
nice
aber wie man auf die idee kommt persona 5 mit udk zu machen :)
DeadlyRaven1 6 months ago
This has been flagged as spam show
When I download File and try to run it says udk files corrupted try redownloading it,any help please(and when I re Download it says the same thing..
xSxOxUxRxMxIxLxKxx 6 months ago
Comment removed
mcpixelfilms 6 months ago
i wish i had a pc so i could use the UDK, all i have is a mac so all i can use is the cruddy unity3d
TheSchmitzrunner 6 months ago
dude this is amazing
did u have to code too?
pdateh35 6 months ago
/watch?v=mgigJhcyJAU
sdxxlukexx 6 months ago
"This project is based on my school."
I wish I could walk through my school with a Link Gun.
===
Anyways looks cool!
TheDelusive 6 months ago 12
@TheDelusive Download UDK and you can ;D
birthnight 6 months ago
this is awesome!! u should make some for iOS and PS vita or maybe port this ;)
vaibhav402 6 months ago
@vaibhav402 Haha this is really nothing. It has no gameplay yet. After I created some kind of gameplay, then I'll think of it. And Thanks! Glad you like it :D
veeableful 6 months ago
@veeableful well m sure ur working on it..and eventually finish it :D all the best for this and hopefully we will se one of ur games on PC or iPhone or android :)
vaibhav402 6 months ago
@vaibhav402 Haha thanks. These little pushes from you guys are all I need :D
veeableful 6 months ago
@veeableful
pleas upload it even if it hasn't a gameplay yet :D
Genuigr 6 months ago
@Genuigr Awww thanks! Haha. I guess I need to step it up!
veeableful 6 months ago
how long did this take u ?
hajlan91 6 months ago
@hajlan91 Less than a month. Before that, I took time learning UDK first.
veeableful 6 months ago
How did you did the main menu? don't you have any tutorial?. Thanks
rOckRIVeRo 7 months ago
@rOckRIVeRo Check out Michael Allar's Scaleform tutorials. Go to forecourse (dot) com =)
veeableful 7 months ago
@veeableful Thanks bro' :D
rOckRIVeRo 7 months ago
Do I need to know any programming languages to use UDK ?? plz reply
crystalclear506 7 months ago
@crystalclear506 Not at all!
veeableful 7 months ago
the music makes it perfect xD
KalarotLP 7 months ago
@KalarotLP Bwahahaha thanks! :D
veeableful 7 months ago
you suck this isnt what a persona game is all about look at persona 4!
superherox7 7 months ago
yeah because you carry a gun around at school, jokes aside, it's a very nice game world
Lonehangman 7 months ago
Oh wow, it's beautiful!
SovietSnowfall 7 months ago
persona 5? L O L
DRGIZMO29 7 months ago
Can you please upload that white material which you have on the walls? please... thanks
weidro9 7 months ago
@weidro9 I added it to the bottom of my description. It's really simple material really, so don't expect too much haha.
veeableful 7 months ago
@veeableful OK thank you
weidro9 7 months ago
Really thanks i cant work with material editor i think its so hard :(
weidro9 7 months ago
@veeableful Hey can i please help me with creating a menu. Also I have no leave materials or bark materials for speed tree. Whats wrong
dake222 7 months ago
@dake222 Look up Michael Allar. I used his tutorial to create this menu. As for the problem hmm, I'm not sure. It should have the materials. Maybe reinstalling UDK will help?
veeableful 7 months ago
@veeableful Thanks... :)
dake222 7 months ago
HOW U CHANGE THE MAIN MENU?? PLS ANSWER OMG I LOOKED FOR THAT DURING MONTHS HOW U DO IT??
BobLam0127 7 months ago
How did u make the buildings?
MrLGDef 7 months ago
@MrLGDef It's all brushes/BSP :D
veeableful 7 months ago
@veeableful Oh :). Well I'm new to udk. And I was gonna make a fps, and I was working on like a broken down city map. And I was wonder how you make buildings. Can you help?
MrLGDef 7 months ago
@MrLGDef You can just model in 3DSMax and export it as .ASE or .FBX file. Then in UDK, you import the mesh. There are a lot of good tutorials on how to do that :D
veeableful 7 months ago
@veeableful holy shiz u respond quick... I like it :), oh am I getting off topic? And ok, sounds good. I'll try it.
MrLGDef 7 months ago
I am going to start a game my self too. How did u get the graphics and textures? Thank you
Jape77theoriganal 7 months ago
@Jape77theoriganal Most of the textures I got from the UDK itself. I made some simple ones myself.
veeableful 7 months ago
now save yourself and make millions money
123polala 7 months ago
Could you tell me where you learned udk from
redbook5544332211 7 months ago
@redbook5544332211 At the time, I only looked at the video tutorials on UDN and also the ones made by Michael Allar at Forecourse(dot)com :)
veeableful 7 months ago
reminds me of mirrors edge
the3bananacrew 8 months ago
@the3bananacrew
except of the color tone how does it remind you of Mirror's edge ??
Just asking
DJAM3R 7 months ago
@DJAM3R Some of the walls have similar textures which they use in a mirrors edge level, Your game looks good.
the3bananacrew 7 months ago
looks smexy. especially the gun
XzcutioneR2 8 months ago
the graphics look soo real!
SlingerMarshall 8 months ago
great but one thing at 1:28 there is artifacts from the brush on the corner of the building other than that very cool
WayneDavisRocks 8 months ago
The graphics are just unreal :D
Seriously the lighting is just superb ! same for those trees, really wonderful.
Are all those lights baked or is it real time ?
dimebagplan 8 months ago 16
@dimebagplan It's all baked :)
veeableful 8 months ago
@veeableful Thank you for your very fast answer !
Last question : Is it baked inside the UDK with UDK lights ? Or is it baked on an external 3D application ?
Also, i am also doing a game project but i use Unity3d. This is a very cool engine, but the lighting and shaders are not as good as UE....
Thank you again for your help.
Regards.
dimebagplan 8 months ago
@dimebagplan Yep, it's all baked inside the UDK with UDK lights! (I get notification from Google Talk so I can respond so fast hahah!)
veeableful 8 months ago
@dimebagplan Baked, but still beautiful :)
IsaraiLee 5 months ago
Nice, really nice job ;o
alex054739 8 months ago
This has been flagged as spam show
Well done, this looks -really- good! Check out my channel if you are interest in some of my UDK work :)
meatpuppet666 8 months ago
The Lighting is amazing and can you make a tut on how to make interactive tree's
PhenomOFeverything 8 months ago
@PhenomOFeverything Check out raven67854. I learned to make it from his tutorials! Search for "udk speedtree" on Youtube :D
veeableful 8 months ago
damn cool MOD dude.....keep it up!!!
jdolleyart01 8 months ago
Im sry to tell u but it true
Residentevilfan500 8 months ago
Udk virus corrupted
Residentevilfan500 8 months ago
Amazing!
Sub
SlipAllCityToy 8 months ago
nice create the school ... to DESTROY SHEEEEEEEEEEEEEEEEEE YEAAAAAAAAAAAAAAAAAAAAAAH
capatais777 8 months ago
Persona 5? when they actually release a persona 5 officially this game's name is phawked
ShayTheMon 8 months ago
Mastah...!!! Nice Info, gan!
Junker mode= on :p
vioz87 8 months ago
I am subscribing because that looked AWESOME!
Tapedoniphone 8 months ago
@Tapedoniphone Haha thanks a lot! Glad you liked it.
veeableful 8 months ago
@veeableful it looks professional good work!
Tapedoniphone 8 months ago
Are you going to add a custom player and weapons? If so can you make a tutorial
WillDC96 8 months ago
@WillDC96 Yeah, I'm actually planning to do that. But I'm not a good modeler soo I'm going to just explain how to insert your own character and weapon (the UnrealScript stuff) but I wouldn't be able to tell you how to rig the models xD
veeableful 8 months ago
@veeableful Thanks, and also I don't need to see rigging, 3d modelling is what I do
WillDC96 8 months ago
I'll PM you some links.
veeableful 8 months ago
@veeableful can you make different weapons or are you stuck with pre sets on guns for example could i make a gun that shot cds that just and example
ThroatSpliter 8 months ago
@ThroatSpliter Absolutely! You can do pretty much anything a person can imagine on UDK. For example if you want to make a gun that shoots CDs, then you can just modify the UnrealScript files for the Rocket Launcher and the projectile it uses to use Skeletal/Static Meshes of your own instead.
veeableful 8 months ago
@veeableful Another question. Can you make AI? also what computer do you run this application with and.. what would you recomend
ThroatSpliter 6 months ago
@ThroatSpliter Yep, you can also create your own AI. As for the computer, I use Intel i7-930 and a GTX 480. For now, I'd recommend buying an Intel Sandy Bridge processor and at least a graphics card as powerful as GTX 560Ti, just so it can last for a while before it becomes obsolete. Or if you can wait, just wait until Nvidia's Kepler iteration comes out. It's supposed to have 3x performance/watt of the previous graphics card.
veeableful 6 months ago
@veeableful Thanks im sorry for the questions im looking into this
ThroatSpliter 5 months ago
looks good
DennisH2010 9 months ago
Is there a way to change the hud and get new weapons?? like download them ans stuff?
79902625 9 months ago
Kill teacher game?
NeoKailthas 9 months ago
Does anyone know how to work with UDK,I am making Halo Remake,I already do some of 3d models.
stele999 9 months ago
Awesome lighting. Cool blowing tree detail
hangman057 9 months ago
Is there a way to reduce the characters run speed?
HyperHeritic 9 months ago
@HyperHeritic Definitely. You can edit the original speed in the .uc file (Pawn.uc) and re-compile it.
veeableful 9 months ago
@veeableful Thanks for the reply! :) I'll give it a shot.
HyperHeritic 9 months ago
@veeableful Wow, that Pawn.Uc has a lot of stuff in it. I couldn't find where to change the values. Any idea or should I just keep looking? (I have never edited this before sorry) :-)
HyperHeritic 9 months ago