Search found 4 matches

by Blitz_9100
01 Jun 2013, 22:57
Forum: Offtopic
Topic: A few questions about recreating commercial games.
Replies: 8
Views: 18293

Re: A few questions about recreating commercial games.

Are you going to make it read the script files too? This may be a long term goal, we originally were focusing on using Mozilla's Rihno script engine and have a enclosed scope of only required classes. I'm not holding my breath for it to do anything...although there are a couple of GTA-like clones w...
by Blitz_9100
01 Jun 2013, 09:26
Forum: Offtopic
Topic: A few questions about recreating commercial games.
Replies: 8
Views: 18293

Re: A few questions about recreating commercial games.

The project came to mind when a friend and I wanted to teach my brother how to program. He keeps refusing and just ignores any time we ask him. We finally got him into possibly remaking GTA2 because we used to play it when we were younger. The project will be written in Java because its easier to le...
by Blitz_9100
01 Jun 2013, 08:55
Forum: Offtopic
Topic: A few questions about recreating commercial games.
Replies: 8
Views: 18293

A few questions about recreating commercial games.

I was wondering if someone could anwser a few questions about recreating a existing commercial game. I am creating a opensource recreation of GTA2 and was wondering if it is safe to use the resources from GTA2 by loading them from a existing installation of the game.
by Blitz_9100
12 Mar 2013, 00:49
Forum: Modding forum
Topic: Code Snippets
Replies: 50
Views: 151543

Re: Code Snippets

Expanding on the snippet located on the first page by Pyro , I implemented a way for multiple users to enter vehicles and allow users to enter their vehicle using it. I came across a few weird bugs which I can't pinpoint on whats causing it. The script itself may need to be optimized, but it works n...