New Vegas Configator
is a utility for the game Fallout: New Vegas.
http://newvegas.nexusmods.com/mods/images/40442-1-1309289398.png
It allows easy customization of the game's settings. It's been quite popular, with over 24,000 downloads and a lot of positive feedback.
Some users are hoping for ...
Search found 8 matches
- Sat Sep 08, 2012 8:00 pm
- Forum: Announcement
- Topic: Open-sourcing a popular game utility
- Replies: 1
- Views: 1748
- Tue Oct 04, 2011 5:16 pm
- Forum: Game Programming
- Topic: 2D physics engine (Verlet)
- Replies: 30
- Views: 17702
Re: 2D physics engine (Verlet)
Soo... hypotethically, if I wanted to actually use this in a game, how do I make the simulation speed independent of framerate?
- Tue Aug 30, 2011 6:23 pm
- Forum: Coding Questions
- Topic: Drag&Drop image from a browser
- Replies: 11
- Views: 2114
Re: Drag&Drop image from a browser
Well, I tested and I can't drag files either. I got text working but it only works when dragging text from another 32-bit application. I don't think it's a limitation of Windows, as I've seen loads of other applications that can receive all sorts of drop events running in 32 bits on a 64-bit OS. I ...
- Tue Aug 30, 2011 2:46 pm
- Forum: Coding Questions
- Topic: Drag&Drop image from a browser
- Replies: 11
- Views: 2114
Re: Drag&Drop image from a browser
Oh, cool. So a 64-bit-compiled version must be used on a 64-bit system. That's a shame, I'll probably be forced to make two versions of the program. I'm sure there's a way around it though, for example 32-bit winRAR manages to do drag&drop on my 64-bit system.
- Tue Aug 30, 2011 1:54 pm
- Forum: Coding Questions
- Topic: Drag&Drop image from a browser
- Replies: 11
- Views: 2114
Re: Drag&Drop image from a browser
I did some further testing and it worked great on another PC with 32-bit Windows 7. It fails on my 64-bit Windows 7 - is this the problem?
- Tue Aug 30, 2011 1:34 pm
- Forum: Coding Questions
- Topic: Drag&Drop image from a browser
- Replies: 11
- Views: 2114
Re: Drag&Drop image from a browser
Thanks for the help, but neither example worked for me. Drag&drop was not enabled at all. What might be wrong on my end?
- Sun Jul 17, 2011 10:30 pm
- Forum: Coding Questions
- Topic: Mouse too fast for PureBasic?
- Replies: 24
- Views: 10215
Re: Mouse too fast for PureBasic?
Is there still a fix or workaround for this problem?
- Due to high pollrate of my mouse, ExamineMouse() needs to be called in a separate thread.
- Due to it being in a separate thread, when alt-tabbing out and back into the program the mouse cursor is now permanently visible on top of the ...
- Due to high pollrate of my mouse, ExamineMouse() needs to be called in a separate thread.
- Due to it being in a separate thread, when alt-tabbing out and back into the program the mouse cursor is now permanently visible on top of the ...
- Tue Jun 28, 2011 5:54 pm
- Forum: Coding Questions
- Topic: Drag&Drop image from a browser
- Replies: 11
- Views: 2114
Drag&Drop image from a browser
Drag&Drop can be used in most browsers to easily copy an image from the webpage to a folder. You can also drag an image to an application (for example when dragged into the purebasic editor the URL is pasted). I've tried and tried, but I can't get this behaviour to work in my PureBasic programs ...