Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bangbang

Pages: 1 ... 5 6 7 8 9 [10] 11 12 13 14 15 ... 60
136
General Discussion / Weapons, swords, vehicles
« on: March 10, 2014, 03:42:49 AM »
Not sure if right section, but anyway here are my plans, and thoughts sbout stuff I want to create;

So I've made like, two or three packs of weapons, none of them are finnished since most of the community is pretty negative about making weapons?

But, I am going to give this another shot... Hopefully it won't get as big, as one I made (BF3).
It will only be a couple of guns for each class.

For the swords part, I am wanting do make something like the dueling pack, that someone made (cannot remember the name), in which I am thinking about making some swords, axes, maces and so on, from Dark Souls.

Vehicles, no idea about that yet, like I don't really know what to make? Trains? Airplanes? Helicopters? Hahahah.



But really, I must finnish atleast ONE weapon pack, so I can be satisfied.
And then, we'll see about the other two!

137
Add-Ons / Re: Dueling Weapons - [Pack 2 has arrived!]
« on: March 04, 2014, 02:54:53 PM »
This have inspired me alot, I now want to make my own pack like this, but with swords and stuff like that from Dark Souls!

But one thing with the weapons is that the range is way too close, from what I feel when I swing the weapon.
Feels like you have to be at pointblank range to hit someone, and that the sword itself is pretty big?

Other than that, it's really nice!

138
Off Topic / Re: Problems with C++
« on: February 06, 2014, 03:37:55 AM »
I used the VS 2012 Express now, gamed works as it should I guess, but got this error on authd instead;

1>------ Build started: Project: authd, Configuration: Debug Win32 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets(1137,5): warning MSB8012: TargetPath(C:\lolserver\HeroWars-master\win\VC100\authd__Win32_Debug\authd.exe) does not match the Linker's OutputFile property value (C:\lolserver\HeroWars-master\bin\Debug\authd.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>LINK : fatal error LNK1104: cannot open file 'mysqlcppconn.lib'
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========

What does it mean? Well it cannot open, but still?

139
Off Topic / Re: Problems with C++
« on: February 06, 2014, 02:49:39 AM »
Express is able to do everything you need it to do. I've never hit a limitation and I do things way beyond anything you'll ever need it for on a daily basis. There's nothing wrong with the code (adding an include to the file would hit a recursion guard and error) so it must be your compiler.

But I am going to try out the VS 2012 Express now, and if that doesn't work? Then what could be the problem?

140
Off Topic / Re: Problems with C++
« on: February 06, 2014, 12:37:23 AM »
So, I should try compiling in Visual Studio 2012?

Why Express? Is it able to compile exe:s? Last time I checked with vs2010 express I couldn't compile exe:s, only solutions

141
Off Topic / Re: Problems with C++
« on: February 05, 2014, 03:23:28 PM »
Well, try putting

#include "stdafx.h"
#include <string>
#include <memory

At the top.

Where?
All the files that are listed there?

142
Off Topic / Re: Problems with C++
« on: February 05, 2014, 03:12:18 PM »
THUREEPLU POAST

I really need help with this, could anyone link me a pre-compiled library?

143
Off Topic / Re: Problems with C++
« on: February 05, 2014, 12:36:07 PM »
Was the code you're using made for Visual Studio? Because I know that Visual studio has applied a different syntax than traditional C++.
Really?

He told me I could use Visual Stuido 2010 for this

144
Off Topic / Re: Problems with C++
« on: February 05, 2014, 12:35:33 PM »
The thing is, that I am missing some kind of library or something, but have no idea where to get it or how to fix it.

That is why I ask others, so that I don't have to learn a whole new language just to know how to add a library with <string, <memory> and such.

145
Off Topic / Re: Problems with C++
« on: February 05, 2014, 12:23:15 PM »
How will you learn if you just keep getting others to do it for you?

Because it seems like a very small problem?

I am not wanting to learn C++ for something that I am going to do ONE time.

146
Off Topic / Re: Problems with C++
« on: February 05, 2014, 12:17:48 PM »

147
Off Topic / Re: Problems with C++
« on: February 05, 2014, 12:06:32 PM »
Remove the line that says #include <memory>

I didn't realize you were compiling someone else's code. Nevermind. One moment.

Okay, so I have no idea why you're getting this error. The thing that comes to mind is that the project may be misconfigured and it may be looking for the memory header elsewhere and not finding it. This problem appears to be unique to you, though (just this topic and the one you posted over at ac-web.org) so I don't know how much help you'll get. I'd recommend recloning the repo and trying again, be sure you're using the latest project file (VC100) unless you're running VC 9 in which case you probably need to upgrade anyway.

I am using Visual Stuido 2010 Ultimate.
The file is a VC100.

Not my files, I have no experience of C++ what so ever hahah. D:

148
Off Topic / Problems with C++
« on: February 05, 2014, 10:12:39 AM »
Uh, I have no idea on how to solve a certain problem I've bumped into, could someone tell me here, what is wrong and how to solve this in the following log;

1>------ Build started: Project: md5, Configuration: Debug Win32 ------
1>  md5.cpp
1>c:\lolserver\herowars-master\dep\include\crypt\md5.h(36): fatal error C1083: Cannot open include file: 'string': No such file or directory
2>------ Build started: Project: authd, Configuration: Debug Win32 ------
2>  WinSocket.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2>  Settings.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2>  PostgreSQL.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2>  Packets.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2>  PacketHandler.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2>  MySQL.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2>  Main.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2>  Log.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2>  Crypt.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2>  AuthHandler.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========


Any ideas?
The stdafx.h has both;

#include <string>
#include <memory>

But still this error?

149
That's it, I am loving done. Mr.Noßody for forgets sake, why the hell are you still bitching on my loving topic?

I am now locking this topic forever, updates will be here and there.



150
jesus finally
i'll just cut to a different point then
if you're willing to be this stupid and not to use your loving head and at least spawn the weapon in-game to see what it is then why bother trying to argue when the solution is literally that easy

mmm M14 Juggernaut

This argument about what I should name my guns and w/e have to stop.
I will seriously lock this topic forever if you guys keep talking about this.
Getting really tired of your stuff guys, not you; Gumba Jonny, Treti, Romolus of the Sky, blockbuilder1, -Blok-.
Please, just stop.

Pages: 1 ... 5 6 7 8 9 [10] 11 12 13 14 15 ... 60