[beta release] Return to Nameless City
Moderator: InsideQC Admins
18 posts
• Page 1 of 2 • 1, 2
[beta release] Return to Nameless City
Good news, everyone!
My mod (many years in lazy development, ha-ha) became a public beta, so you can try it and kill me with rotten tomatoes.
What is it?
Main features:
* Tweaked physics
* Balanced weapons
* Tweaked monsters
* Customizeable gameplay
* Frikbots
Where can I get it?
Contents:
* New bsp-models (progs required it)
* One test map + demo (rtnc.dem)
* Two stolen models
* Lot of stolen sounds
* FGD, so you can... you know
You can play singleplayer/coop/deathmatch.
All suggestions are welcome!
My mod (many years in lazy development, ha-ha) became a public beta, so you can try it and kill me with rotten tomatoes.
What is it?
Main features:
* Tweaked physics
* Balanced weapons
* Tweaked monsters
* Customizeable gameplay
* Frikbots
Where can I get it?
Contents:
* New bsp-models (progs required it)
* One test map + demo (rtnc.dem)
* Two stolen models
* Lot of stolen sounds
* FGD, so you can... you know
You can play singleplayer/coop/deathmatch.
All suggestions are welcome!
-

Scrama - Posts: 20
- Joined: Fri Aug 28, 2009 6:16 am
- Location: Siberia, Omsk
r00k wrote:im to drunk too reply, but I like your icon![]()
That was funny.
As for the mod, it is nice and fun.
- Team Xlink
- Posts: 368
- Joined: Thu Jun 25, 2009 4:45 am
- Location: Michigan
ceriux wrote:r00k wrote:im too drunk to reply, but I like your icon![]()
I was drunk last night/this morning too =D
I just returned from the club from my maid's of honour anniversary. But I'm not drunk. It was just whiskey.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
-

Chip - Posts: 575
- Joined: Wed Jan 21, 2009 9:12 am
- Location: Dublin, Ireland
Monday, back to work... first impressions playing bots:
- Starting with nails good, especially for bots, really picks up the pace.
- Rapid prox good. Needs a little more HP.
- Double jump wall climbing awesome!
- Fixme- spawn points don't cycle? Bots spawn on top of each other.
- Swimming is nice.
- Suggest add Impulse 100, the typical addbot.
I'll let someone else say "qc source??"
- Starting with nails good, especially for bots, really picks up the pace.
- Rapid prox good. Needs a little more HP.
- Double jump wall climbing awesome!
- Fixme- spawn points don't cycle? Bots spawn on top of each other.
- Swimming is nice.
- Suggest add Impulse 100, the typical addbot.
I'll let someone else say "qc source??"
-
qbism - Posts: 1236
- Joined: Thu Nov 04, 2004 5:51 am
qbism, thanx!
> - Fixme- spawn points don't cycle? Bots spawn on top of each other.
spawn system in testing mode, now I picking up a farest point from other players, out of direct sight (is it right in english? hmmm). there is a bug in beta - wrong distance selection.
> - Double jump wall climbing awesome!
try a nail-climb, like q3 plasma-climb it is good too )
> Suggest add Impulse 100, the typical addbot.
Ok
> I'll let someone else say "qc source??"
with release
> - Fixme- spawn points don't cycle? Bots spawn on top of each other.
spawn system in testing mode, now I picking up a farest point from other players, out of direct sight (is it right in english? hmmm). there is a bug in beta - wrong distance selection.
> - Double jump wall climbing awesome!
try a nail-climb, like q3 plasma-climb it is good too )
> Suggest add Impulse 100, the typical addbot.
Ok
> I'll let someone else say "qc source??"
with release
-

Scrama - Posts: 20
- Joined: Fri Aug 28, 2009 6:16 am
- Location: Siberia, Omsk
I didn't play with bots or anything, but I realized that after you come out of a teleporter, for some reason your next jump is really big.
F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe.
- Sajt
- Posts: 1215
- Joined: Sat Oct 16, 2004 3:39 am
goldenboy wrote:Scrama, I'd be interested in how you did the autosaving in singleplayer. I think this is a really neat feature; I didn't know you could do this from QC.
Fairly simple using a stuffcmd / localcmd I would imagine. (see default.cfg for how quake does the quicksave)
-

Dr. Shadowborg - InsideQC Staff
- Posts: 1110
- Joined: Sat Oct 16, 2004 3:34 pm
goldenboy wrote:*facepalm* Yeah. Er, thanks.
What?
Closer inspection reveals that it only autosaves when you pick up a key. Therefore in mix 'n matched quakec / english:
Assumption: you add checks against this for multiplayer (coop and deathmatch, you don't want it saving during these modes)
On key pickup: Set global game_autosaved = TRUE; then stuffcmd(self, "save auto\n"); and or localcmd("save auto\n");
Upon death, and this is the tricky / brilliant part: inside respawn() in client.qc do a check to see if(game_autosaved == TRUE) and if so, localcmd("load auto\n"). If game_autosave is false, then just localcmd("restart\n").
Since game_autosaved is a global and doesn't stay constant between level changes (no parmXX assigned), you don't have to worry about reloading from the prior level.
It really is quite elegant, and you could even add a trigger_checkpoint entity for custom maps you make that would automatically use this same method.
Good one here, Scrama!
-

Dr. Shadowborg - InsideQC Staff
- Posts: 1110
- Joined: Sat Oct 16, 2004 3:34 pm
18 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 3 guests


