Search found 39 matches

by coolw
Fri Nov 09, 2007 3:13 am
Forum: Problems
Topic: Uh-Oh Compiler Broke!!!!!!
Replies: 1
Views: 3204

Uh-Oh Compiler Broke!!!!!!

:x my compiler just gave me an error, and now it won't run programs :x
Error:

CoolBasicBeta10xCompilerEXE_V2
Something went terribly wrong.
CoolBasicBeta10xCompilerEXE_v2: 75 Path/File access error :cry:
by coolw
Wed Oct 03, 2007 10:31 pm
Forum: Problems
Topic: Can somebody make some code for me?
Replies: 6
Views: 7682

Re: Can somebody make some code for me?

That would be awsome, the comments are in finnish, but, there is something else I am looking for, it's different than the link above, it is 1 dll and a program that does the dll linking and the main program. Thanks! Anything will do btw!
by coolw
Mon Oct 01, 2007 1:06 am
Forum: Problems
Topic: Can somebody make some code for me?
Replies: 6
Views: 7682

Re: Can somebody make some code for me?

Well thats what i am lookin for, the dll, but in english form.

its here:
http://www.coolbasic.com/oldforums/inde ... r=all&st=0

but i can't read/speak finnish, so I can't find it :(
by coolw
Sun Sep 30, 2007 4:31 am
Forum: Problems
Topic: Can somebody make some code for me?
Replies: 6
Views: 7682

Can somebody make some code for me?

What I need is an English version of CB code that allows a program to access a network and connect to other computers, in otherwords, I need the code that can make online multiplayer games. THANKS IN ADVANCED!
by coolw
Fri Sep 14, 2007 5:02 am
Forum: CoolBasic
Topic: New Release
Replies: 3
Views: 10742

New Release

What will be in the release, and are you taking suggestions? :?
by coolw
Fri Sep 07, 2007 1:47 am
Forum: Problems
Topic: Gear ratios with manual transmissions
Replies: 3
Views: 5291

Re: Gear ratios with manual transmissions

Hi, I made a little example for you. Feel free to modify it. // Constants Const PRIMARY_DRIVE = 3.842 Const FINAL_DRIVE = 2.5 Const GEARCOUNT = 4 Const MAX_RPM = 5000 Const WHEEL_DIAMETER = 65.0 Dim GEAR_RATIO( GEARCOUNT ) As Float // Gear ratios GEAR_RATIO( 1 ) = 3.1712 GEAR_RATIO( 2 ) = 1.9433 GE...
by coolw
Thu Sep 06, 2007 4:34 am
Forum: Problems
Topic: Gear ratios with manual transmissions
Replies: 3
Views: 5291

Gear ratios with manual transmissions

Ok, probably the wrong forum, probably should be in a car forum :roll: , but I will give it a shot. :| I am having a bit of trouble with how gears work in a car. Lets say the engine is always running at 3,000 rpm. In first gear the ratio is 2.315 : 1 In Second gear, the ratio is 1.568 :1 And so fort...
by coolw
Tue Sep 04, 2007 4:44 am
Forum: Projects
Topic: WIP Driving Game
Replies: 17
Views: 25487

Re: WIP Driving Game

I don't like the physics. The gears don't make any sense: the acceleration is faster with higher gears, but it should be the opposite. If you use the fifth gear as the first gear, the physics (with that gear) should be all right. And why's there a key for each gear? It would make sense only if you ...
by coolw
Mon Sep 03, 2007 8:15 am
Forum: Problems
Topic: How to get my car(bot) to face the car(user)
Replies: 1
Views: 3101

How to get my car(bot) to face the car(user)

Ok here is my delima: turna = GetAngle (x,y,bx,by) If turna = Not 0 Then If turna >270 Then If bdirection + 3>360 Then bdirection = 3 Else bdirection = bdirection + (bspeed*2) EndIf If turna >0 And turna <270 Then If bdirection - 3<0 Then bdirection = 357 Else bdirection = bdirection - (bspeed*2) En...
by coolw
Mon Sep 03, 2007 8:09 am
Forum: Projects
Topic: WIP Driving Game
Replies: 17
Views: 25487

Re: WIP Driving Game

Wow, the car is now much more realistic, it doesn't take half a minute to accelerate to the full speed and it slows down faster too. Great job. I think the car should take a lot more damage, but that is just my opinion ;D Thanks :D I am currently working on a bot! Right now it is just a car that ca...
by coolw
Mon Sep 03, 2007 6:05 am
Forum: Projects
Topic: WIP Driving Game
Replies: 17
Views: 25487

Re: WIP Driving Game

Ok new release! V1.0! Changelog: -Is now an official game! I have gotten most of the main components working! -[Added] Colored health! -[Fixed] Slow down speed! -[Fixed] Loosing alot of health when you hit the walls! Next to work on, WEAPONS! Note: I am gonna drop the drifting thing, so don't expect...
by coolw
Mon Sep 03, 2007 2:15 am
Forum: Projects
Topic: WIP Driving Game
Replies: 17
Views: 25487

Re: WIP Driving Game

I couldn't get the reverse mode off O.o and the car slows down too slowly. With or without braking. BTW. The code is still so short that you should propably just paste it here in code tags. You just hit forward, and either way, it should slow down! I made it so it shows a positive number when rever...
by coolw
Sun Sep 02, 2007 12:25 am
Forum: Problems
Topic: Color
Replies: 7
Views: 7157

Re: Color

Well I think it would be nice, mostly because you could have text in one color and then drawings (I.E. Lines, Boxes, ext.) in a different color.
by coolw
Sat Sep 01, 2007 1:30 am
Forum: Problems
Topic: Color
Replies: 7
Views: 7157

Re: Color

Oh, ok thanks! You sure there isn't any other way? Oh and Zero, it would be a good idea in the next version of CB to make it so that text has its own color, not the drawing color :)
by coolw
Sat Sep 01, 2007 1:12 am
Forum: Problems
Topic: Color
Replies: 7
Views: 7157

Color

How do I set the Text color, not the Drawing color (i.e. not like

Code: Select all

Color cbblack
)?
by coolw
Fri Aug 31, 2007 2:38 am
Forum: Projects
Topic: WIP Driving Game
Replies: 17
Views: 25487

Re: WIP Driving Game

I GOT A DOWNLOAD LINK and I updated alot of stuff! Changelog: -Added (Reverse) -Added (Damage) -Added (Damage %) -Fixed (Some coding that wouldn't work -Added/Fixed (Some things I may not remember!) Guys please don't tell me about: -Speed change for gears, I'm trying to make a good formula for it so...
by coolw
Thu Aug 30, 2007 4:05 am
Forum: Projects
Topic: WIP Driving Game
Replies: 17
Views: 25487

Re: WIP Driving Game

yes http://www.coolbasic.com/oldforums/index.php?showtopic=7692 is the old thread, and I don't know if its that hard, but it is hard, I have one in Finnish, and I haven't tested it, but I am sure it works. But yes, if you can help, I can PM you the new code (Not Stable) and would it be easy to edit ...
by coolw
Wed Aug 29, 2007 11:40 pm
Forum: Projects
Topic: WIP Driving Game
Replies: 17
Views: 25487

Re: WIP Driving Game

Yes, I am actually gonna try and make it online! If I can get someone to get the Finnish version of it in english, so I could understand it, that would help, because I have no clue how to use it! Soon, if online play is made, I will make bots that drive randomly and shoot you if you get in their sig...
by coolw
Wed Aug 29, 2007 11:30 pm
Forum: Projects
Topic: WIP Driving Game
Replies: 17
Views: 25487

WIP Driving Game

Just a short note: I am glad Zero is back, now we can get Coolbasic updates! I am currently working on a Driving game based off Bagards Driving system (no longer avalible due to forums being reset), but customized to be my own! DOWNLOAD!!! :D CLICK \/ \/ http://files.filefront.com/DrivingCB/;8466242...